Re: [ovs-dev] [PATCH v2] ofproto-dpif-xlate: avoid successive ct_clear datapath actions

2022-03-18 Thread Ilya Maximets
On 3/16/22 15:08, Eelco Chaudron wrote: > > > On 14 Jul 2021, at 14:33, Eelco Chaudron wrote: > >> On 8 Jul 2021, at 21:21, Ilya Maximets wrote: >> >>> On 5/24/21 2:39 PM, Timothy Redaelli wrote: On Tue, 18 May 2021 06:17:48 -0400 Eelco Chaudron wrote: > Due to flow lookup

Re: [ovs-dev] [PATCH v2] ofproto-dpif-xlate: avoid successive ct_clear datapath actions

2022-03-16 Thread Eelco Chaudron
On 14 Jul 2021, at 14:33, Eelco Chaudron wrote: > On 8 Jul 2021, at 21:21, Ilya Maximets wrote: > >> On 5/24/21 2:39 PM, Timothy Redaelli wrote: >>> On Tue, 18 May 2021 06:17:48 -0400 >>> Eelco Chaudron wrote: >>> Due to flow lookup optimizations, especially in the resubmit/clone cases,

Re: [ovs-dev] [PATCH v2] ofproto-dpif-xlate: avoid successive ct_clear datapath actions

2021-07-14 Thread Eelco Chaudron
On 8 Jul 2021, at 21:21, Ilya Maximets wrote: > On 5/24/21 2:39 PM, Timothy Redaelli wrote: >> On Tue, 18 May 2021 06:17:48 -0400 >> Eelco Chaudron wrote: >> >>> Due to flow lookup optimizations, especially in the resubmit/clone cases, >>> we might end up with multiple ct_clear actions, which

Re: [ovs-dev] [PATCH v2] ofproto-dpif-xlate: avoid successive ct_clear datapath actions

2021-07-08 Thread Ilya Maximets
On 5/24/21 2:39 PM, Timothy Redaelli wrote: > On Tue, 18 May 2021 06:17:48 -0400 > Eelco Chaudron wrote: > >> Due to flow lookup optimizations, especially in the resubmit/clone cases, >> we might end up with multiple ct_clear actions, which are not necessary. >> >> This patch only adds the

Re: [ovs-dev] [PATCH v2] ofproto-dpif-xlate: avoid successive ct_clear datapath actions

2021-05-24 Thread Timothy Redaelli
On Tue, 18 May 2021 06:17:48 -0400 Eelco Chaudron wrote: > Due to flow lookup optimizations, especially in the resubmit/clone cases, > we might end up with multiple ct_clear actions, which are not necessary. > > This patch only adds the ct_clear action to the datapath if any ct state > is

[ovs-dev] [PATCH v2] ofproto-dpif-xlate: avoid successive ct_clear datapath actions

2021-05-18 Thread Eelco Chaudron
Due to flow lookup optimizations, especially in the resubmit/clone cases, we might end up with multiple ct_clear actions, which are not necessary. This patch only adds the ct_clear action to the datapath if any ct state is tracked. Signed-off-by: Eelco Chaudron --- v2: Insert ct_clear only when