datapath: Optimize Flow mask cache hash collision case.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 5 Aug 2014 17:47:23 +0000 (10:47 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Thu, 7 Aug 2014 01:03:21 +0000 (18:03 -0700)
commit0e6efbe2712da03522532dc5e84806a96f6a0dd1
treeed841993af96046bf7a0aada4cccc4930aa51350
parent7f45215aec6cefab34fef548fe464f2a361e2a6f
datapath: Optimize Flow mask cache hash collision case.

In case hash collision on mask cache, OVS does extra flow lookup.
Following patch avoid it.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
datapath/flow_table.c