Re: [ovs-dev] [PATCH v2 01/13] datapath: Remove 5-tuple optimization.

2014-02-18 Thread Jarno Rajahalme
Pushed to master, Jarno On Feb 16, 2014, at 12:02 AM, Jesse Gross wrote: > On Tue, Feb 11, 2014 at 4:07 PM, Jarno Rajahalme > wrote: >> The 5-tuple optimization becomes unnecessary with a later per-NUMA >> node stats patch. Remove it first to make the changes easier to >> grasp. >> >> Sig

Re: [ovs-dev] [PATCH v2 01/13] datapath: Remove 5-tuple optimization.

2014-02-16 Thread Jesse Gross
On Tue, Feb 11, 2014 at 4:07 PM, Jarno Rajahalme wrote: > The 5-tuple optimization becomes unnecessary with a later per-NUMA > node stats patch. Remove it first to make the changes easier to > grasp. > > Signed-off-by: Jarno Rajahalme Acked-by: Jesse Gross _

[ovs-dev] [PATCH v2 01/13] datapath: Remove 5-tuple optimization.

2014-02-11 Thread Jarno Rajahalme
The 5-tuple optimization becomes unnecessary with a later per-NUMA node stats patch. Remove it first to make the changes easier to grasp. Signed-off-by: Jarno Rajahalme --- datapath/datapath.c | 11 - datapath/flow.c | 41 - datapath/flow.