Re: [ovs-dev] [patch v2 5/5] conntrack: Optimize recirculations.

2018-11-29 Thread Aaron Conole
Darrell Ball writes: > On Wed, Nov 28, 2018 at 1:59 PM Aaron Conole wrote: > > Darrell Ball writes: > > > In most cases, recirculations through conntrack can be much less costly. > > > > Signed-off-by: Darrell Ball > > --- > > lib/conntrack.c | 50

Re: [ovs-dev] [patch v2 5/5] conntrack: Optimize recirculations.

2018-11-29 Thread Darrell Ball
On Wed, Nov 28, 2018 at 1:59 PM Aaron Conole wrote: > Darrell Ball writes: > > > In most cases, recirculations through conntrack can be much less costly. > > > > Signed-off-by: Darrell Ball > > --- > > lib/conntrack.c | 50 +++--- > > lib/packets.h

[ovs-dev] [patch v2 5/5] conntrack: Optimize recirculations.

2018-11-28 Thread Darrell Ball
In most cases, recirculations through conntrack can be much less costly. Signed-off-by: Darrell Ball --- lib/conntrack.c | 50 +++--- lib/packets.h | 4 2 files changed, 51 insertions(+), 3 deletions(-) diff --git a/lib/conntrack.c