Re: [ovs-dev] [patch v5] conntrack: Optimize recirculations.

2019-07-09 Thread Darrell Ball
Thanks for the review ! On Mon, Jul 8, 2019 at 2:58 PM Ben Pfaff wrote: > On Sun, Jun 09, 2019 at 07:32:03AM -0700, Darrell Ball wrote: > > Cache the 'conn' context and use it when it is valid. The cached 'conn' > > context will get reset if it is not expected to be valid; a negative test > > i

Re: [ovs-dev] [patch v5] conntrack: Optimize recirculations.

2019-07-08 Thread Ben Pfaff
On Sun, Jun 09, 2019 at 07:32:03AM -0700, Darrell Ball wrote: > Cache the 'conn' context and use it when it is valid. The cached 'conn' > context will get reset if it is not expected to be valid; a negative test > is added to check this. > > Signed-off-by: Darrell Ball > --- > > v5: Check for a

[ovs-dev] [patch v5] conntrack: Optimize recirculations.

2019-06-09 Thread Darrell Ball
Cache the 'conn' context and use it when it is valid. The cached 'conn' context will get reset if it is not expected to be valid; a negative test is added to check this. Signed-off-by: Darrell Ball --- v5: Check for alg ctl on recirculation to handle potential corner case. Remove unnecessar