datapath: Compare entire flow during lookup, not just first 4 or 8 bytes.
authorBen Pfaff <blp@nicira.com>
Wed, 6 May 2009 22:40:21 +0000 (15:40 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 6 May 2009 22:42:32 +0000 (15:42 -0700)
commit5addd28fde5440310629724cb363abb4595ba8e0
treec9158d62ee82eba571461d4324d1204b327c9df7
parent069004f484d4f07f8ca125f853a20a32f3a08b17
datapath: Compare entire flow during lookup, not just first 4 or 8 bytes.

The size of a pointer is not the size of the referent.
Only God knows how much havoc this was wreaking.

(The change in dp_table_lookup is for conformance with kernel style only.)
datapath/table.c