Don't compare wildcards, nw_src_mask, nw_dst_mask fields in hash table.
authorBen Pfaff <blp@nicira.com>
Fri, 8 Aug 2008 23:09:15 +0000 (16:09 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 18 Aug 2008 21:26:50 +0000 (14:26 -0700)
commit15938f6d22f09d568d437de0693b222fc25ac6bc
tree2efd507d1162158db869d59a842dee4c9739ac76
parent3dcacb2268e0d9296cc7bbb9aae8d04b1ffa00cf
Don't compare wildcards, nw_src_mask, nw_dst_mask fields in hash table.

They should always compare equal, so there's no point in wasting the
time.
datapath/flow.h
datapath/table-hash.c
include/flow.h
switch/table-hash.c