Re: [ovs-dev] [PATCH] datapath: Use flow hash during flow lookup operation.

2013-10-30 Thread Pravin Shelar
I pushed it to master. Thanks. On Wed, Oct 30, 2013 at 10:52 AM, Jesse Gross wrote: > On Wed, Oct 30, 2013 at 9:43 AM, Pravin B Shelar wrote: >> Flow->hash can be used to detect hash collisions and avoid flow key >> compare in flow lookup. >> >> Signed-off-by: Pravin B Shelar > > Acked-by: Jes

Re: [ovs-dev] [PATCH] datapath: Use flow hash during flow lookup operation.

2013-10-30 Thread Jesse Gross
On Wed, Oct 30, 2013 at 9:43 AM, Pravin B Shelar wrote: > Flow->hash can be used to detect hash collisions and avoid flow key > compare in flow lookup. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross ___ dev mailing list dev@openvswitch.org h

[ovs-dev] [PATCH] datapath: Use flow hash during flow lookup operation.

2013-10-30 Thread Pravin B Shelar
Flow->hash can be used to detect hash collisions and avoid flow key compare in flow lookup. Signed-off-by: Pravin B Shelar --- datapath/flow_table.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/datapath/flow_table.c b/datapath/flow_table.c index c2a7aa5..ddb14da 1006