Re: [ovs-dev] [PATCH] reconnect: Fix broken inactivity probe if there is no other reason to wake up.

2022-02-24 Thread Ilya Maximets
On 2/22/22 17:00, Dumitru Ceara wrote: > On 2/22/22 16:45, Ilya Maximets wrote: >> On 2/22/22 13:05, Dumitru Ceara wrote: >>> On 2/21/22 15:16, Ilya Maximets wrote: The purpose of reconnect_deadline__() function is twofold: 1. Its result is used to tell if the state has to be changed

Re: [ovs-dev] [PATCH] reconnect: Fix broken inactivity probe if there is no other reason to wake up.

2022-02-22 Thread Dumitru Ceara
On 2/22/22 16:45, Ilya Maximets wrote: > On 2/22/22 13:05, Dumitru Ceara wrote: >> On 2/21/22 15:16, Ilya Maximets wrote: >>> The purpose of reconnect_deadline__() function is twofold: >>> >>> 1. Its result is used to tell if the state has to be changed right now >>>in reconnect_run(). >>> 2. I

Re: [ovs-dev] [PATCH] reconnect: Fix broken inactivity probe if there is no other reason to wake up.

2022-02-22 Thread Ilya Maximets
On 2/22/22 13:05, Dumitru Ceara wrote: > On 2/21/22 15:16, Ilya Maximets wrote: >> The purpose of reconnect_deadline__() function is twofold: >> >> 1. Its result is used to tell if the state has to be changed right now >>in reconnect_run(). >> 2. Its result also used to determine when the proce

Re: [ovs-dev] [PATCH] reconnect: Fix broken inactivity probe if there is no other reason to wake up.

2022-02-22 Thread Dumitru Ceara
On 2/21/22 15:16, Ilya Maximets wrote: > The purpose of reconnect_deadline__() function is twofold: > > 1. Its result is used to tell if the state has to be changed right now >in reconnect_run(). > 2. Its result also used to determine when the process need to wake up >and call reconnect_ru

[ovs-dev] [PATCH] reconnect: Fix broken inactivity probe if there is no other reason to wake up.

2022-02-21 Thread Ilya Maximets
The purpose of reconnect_deadline__() function is twofold: 1. Its result is used to tell if the state has to be changed right now in reconnect_run(). 2. Its result also used to determine when the process need to wake up and call reconnect_run() for a next time, i.e. when the state may nee