Re: [ovs-dev] [PATCH ovn] controller: Add config option per LB to enable/disable CT flush

2023-03-17 Thread Dumitru Ceara
On 3/16/23 21:00, Ilya Maximets wrote: > On 3/16/23 20:44, Dumitru Ceara wrote: >>> diff --git a/ovn-nb.xml b/ovn-nb.xml >>> index 73f707aa0..c5dbebd1d 100644 >>> --- a/ovn-nb.xml >>> +++ b/ovn-nb.xml >>> @@ -2041,6 +2041,13 @@ or >>> the affinity timeslot. Max supported affinity_timeout

Re: [ovs-dev] [PATCH ovn] controller: Add config option per LB to enable/disable CT flush

2023-03-16 Thread Ilya Maximets
On 3/16/23 20:44, Dumitru Ceara wrote: >> diff --git a/ovn-nb.xml b/ovn-nb.xml >> index 73f707aa0..c5dbebd1d 100644 >> --- a/ovn-nb.xml >> +++ b/ovn-nb.xml >> @@ -2041,6 +2041,13 @@ or >> the affinity timeslot. Max supported affinity_timeout is 65535 >> seconds. >> >> +

Re: [ovs-dev] [PATCH ovn] controller: Add config option per LB to enable/disable CT flush

2023-03-16 Thread Dumitru Ceara
Hi Ales, On 3/16/23 19:25, Ales Musil wrote: > The CT flush was enabled by default for every LB, add > config option called "ct_flush_enabled" that allows > users to enable/disable the CT flush. The CT flush is > remaining enabled by default. > > Reported-at: https://bugzilla.redhat.com/2178962

Re: [ovs-dev] [PATCH ovn] controller: Add config option per LB to enable/disable CT flush

2023-03-16 Thread Ilya Maximets
On 3/16/23 19:25, Ales Musil wrote: > The CT flush was enabled by default for every LB, add > config option called "ct_flush_enabled" that allows > users to enable/disable the CT flush. The CT flush is > remaining enabled by default. Quick comment: '_enabled' part in the option name seems

[ovs-dev] [PATCH ovn] controller: Add config option per LB to enable/disable CT flush

2023-03-16 Thread Ales Musil
The CT flush was enabled by default for every LB, add config option called "ct_flush_enabled" that allows users to enable/disable the CT flush. The CT flush is remaining enabled by default. Reported-at: https://bugzilla.redhat.com/2178962 Signed-off-by: Ales Musil --- NEWS