Re: [ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for established connections.

2017-07-20 Thread Darrell Ball
" Subject: RE: [ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for established connections. Thanks Darrel for your useful comments, I've tried to replicate the usecases you mentioned, please find inline some details. Regards, Antonio > -Orig

Re: [ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for established connections.

2017-07-20 Thread Fischetti, Antonio
boun...@openvswitch.org] On Behalf Of Fischetti, Antonio > > Sent: Tuesday, June 6, 2017 5:15 PM > > To: Darrell Ball ; d...@openvswitch.org > > Subject: Re: [ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for > > established connections. > > > > Thank

Re: [ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for established connections.

2017-06-23 Thread Chandran, Sugesh
o: Darrell Ball ; d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for > established connections. > > Thanks Darrel for your useful comments, I've tried to replicate the usecases > you mentioned, please find inline some details. > >

Re: [ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for established connections.

2017-06-06 Thread Fischetti, Antonio
etti, Antonio ; d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for > established connections. > > Comments inline > > On 5/29/17, 8:24 AM, "ovs-dev-boun...@openvswitch.org on behalf of > Fischetti, Antonio" antonio.fische...@intel.c

Re: [ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for established connections.

2017-06-01 Thread Darrell Ball
Antonio > -Original Message- > From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- > boun...@openvswitch.org] On Behalf Of antonio.fische...@intel.com > Sent: Thursday, May 25, 2017 5:03 PM > To: d...@openvswitch.org > Subject: [ovs-dev] [PA

Re: [ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for established connections.

2017-05-29 Thread Fischetti, Antonio
ev- > boun...@openvswitch.org] On Behalf Of antonio.fische...@intel.com > Sent: Thursday, May 25, 2017 5:03 PM > To: d...@openvswitch.org > Subject: [ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for > established connections. > > From: Antonio Fischetti > > With c

[ovs-dev] [PATCH RFC v2] Conntrack: Avoid recirculation for established connections.

2017-05-25 Thread antonio . fischetti
From: Antonio Fischetti With conntrack enabled, packets get recirculated and this impacts the performance with thousands of active concurrent connections. This patch is aimed at avoiding recirculation for packets belonging to established connections in steady state. This is achieved by manipulat