Re: [ovs-dev] [PATCH ovn v2] ofctrl: Wait at S_WAIT_BEFORE_CLEAR only once.

2024-04-03 Thread Han Zhou
On Tue, Apr 2, 2024 at 11:11 PM Han Zhou wrote: > > > > On Tue, Apr 2, 2024 at 10:48 PM Han Zhou wrote: > > > > > > > > On Thu, Mar 28, 2024 at 1:29 PM Mark Michelson wrote: > > > > > > Thanks Han, > > > > > > Acked-by: Mark Michelson > > > > Thanks Mark. Applied to main. > > Also backported

Re: [ovs-dev] [PATCH ovn v2] ofctrl: Wait at S_WAIT_BEFORE_CLEAR only once.

2024-04-03 Thread Han Zhou
On Tue, Apr 2, 2024 at 10:48 PM Han Zhou wrote: > > > > On Thu, Mar 28, 2024 at 1:29 PM Mark Michelson wrote: > > > > Thanks Han, > > > > Acked-by: Mark Michelson > > Thanks Mark. Applied to main. Also backported down to branch-23.06 Han > > Han > > > > On 3/28/24 02:58, Han Zhou wrote: > > >

Re: [ovs-dev] [PATCH ovn v2] ofctrl: Wait at S_WAIT_BEFORE_CLEAR only once.

2024-04-02 Thread Han Zhou
On Thu, Mar 28, 2024 at 1:29 PM Mark Michelson wrote: > > Thanks Han, > > Acked-by: Mark Michelson Thanks Mark. Applied to main. Han > > On 3/28/24 02:58, Han Zhou wrote: > > The ovn-ofctrl-wait-before-clear setting is designed to minimize > > downtime during the initial start-up of the

Re: [ovs-dev] [PATCH ovn v2] ofctrl: Wait at S_WAIT_BEFORE_CLEAR only once.

2024-03-28 Thread Mark Michelson
Thanks Han, Acked-by: Mark Michelson On 3/28/24 02:58, Han Zhou wrote: The ovn-ofctrl-wait-before-clear setting is designed to minimize downtime during the initial start-up of the ovn-controller. For this purpose, the ovn-controller should wait only once upon entering the S_WAIT_BEFORE_CLEAR

[ovs-dev] [PATCH ovn v2] ofctrl: Wait at S_WAIT_BEFORE_CLEAR only once.

2024-03-28 Thread Han Zhou
The ovn-ofctrl-wait-before-clear setting is designed to minimize downtime during the initial start-up of the ovn-controller. For this purpose, the ovn-controller should wait only once upon entering the S_WAIT_BEFORE_CLEAR state for the first time. Subsequent reconnections to the OVS, such as those