Re: [ovs-dev] [PATCH] reconnect: Add graceful reconnect.

2021-07-21 Thread Dumitru Ceara
On 7/20/21 4:32 PM, Dumitru Ceara wrote: > On 7/20/21 4:29 PM, Ilya Maximets wrote: >> On 7/20/21 4:25 PM, Ilya Maximets wrote: >>> On 7/20/21 3:39 PM, Dumitru Ceara wrote: On 7/20/21 3:18 PM, Ilya Maximets wrote: > On 7/13/21 5:03 PM, Dumitru Ceara wrote: >> On 7/12/21 10:36 PM, Ilya

Re: [ovs-dev] [PATCH] reconnect: Add graceful reconnect.

2021-07-20 Thread Dumitru Ceara
On 7/20/21 4:29 PM, Ilya Maximets wrote: > On 7/20/21 4:25 PM, Ilya Maximets wrote: >> On 7/20/21 3:39 PM, Dumitru Ceara wrote: >>> On 7/20/21 3:18 PM, Ilya Maximets wrote: On 7/13/21 5:03 PM, Dumitru Ceara wrote: > On 7/12/21 10:36 PM, Ilya Maximets wrote: >> On 6/29/21 1:20 PM,

Re: [ovs-dev] [PATCH] reconnect: Add graceful reconnect.

2021-07-20 Thread Ilya Maximets
On 7/20/21 4:25 PM, Ilya Maximets wrote: > On 7/20/21 3:39 PM, Dumitru Ceara wrote: >> On 7/20/21 3:18 PM, Ilya Maximets wrote: >>> On 7/13/21 5:03 PM, Dumitru Ceara wrote: On 7/12/21 10:36 PM, Ilya Maximets wrote: > On 6/29/21 1:20 PM, Dumitru Ceara wrote: >> Until now clients that

Re: [ovs-dev] [PATCH] reconnect: Add graceful reconnect.

2021-07-20 Thread Ilya Maximets
On 7/20/21 3:39 PM, Dumitru Ceara wrote: > On 7/20/21 3:18 PM, Ilya Maximets wrote: >> On 7/13/21 5:03 PM, Dumitru Ceara wrote: >>> On 7/12/21 10:36 PM, Ilya Maximets wrote: On 6/29/21 1:20 PM, Dumitru Ceara wrote: > Until now clients that needed to reconnect immediately could only use

Re: [ovs-dev] [PATCH] reconnect: Add graceful reconnect.

2021-07-20 Thread Dumitru Ceara
On 7/20/21 3:18 PM, Ilya Maximets wrote: > On 7/13/21 5:03 PM, Dumitru Ceara wrote: >> On 7/12/21 10:36 PM, Ilya Maximets wrote: >>> On 6/29/21 1:20 PM, Dumitru Ceara wrote: Until now clients that needed to reconnect immediately could only use reconnect_force_reconnect(). However,

Re: [ovs-dev] [PATCH] reconnect: Add graceful reconnect.

2021-07-20 Thread Ilya Maximets
On 7/13/21 5:03 PM, Dumitru Ceara wrote: > On 7/12/21 10:36 PM, Ilya Maximets wrote: >> On 6/29/21 1:20 PM, Dumitru Ceara wrote: >>> Until now clients that needed to reconnect immediately could only use >>> reconnect_force_reconnect(). However, reconnect_force_reconnect() >>> doesn't reset the

Re: [ovs-dev] [PATCH] reconnect: Add graceful reconnect.

2021-07-13 Thread Dumitru Ceara
On 7/12/21 10:36 PM, Ilya Maximets wrote: > On 6/29/21 1:20 PM, Dumitru Ceara wrote: >> Until now clients that needed to reconnect immediately could only use >> reconnect_force_reconnect(). However, reconnect_force_reconnect() >> doesn't reset the backoff for connections that were alive long

Re: [ovs-dev] [PATCH] reconnect: Add graceful reconnect.

2021-07-12 Thread Ilya Maximets
On 6/29/21 1:20 PM, Dumitru Ceara wrote: > Until now clients that needed to reconnect immediately could only use > reconnect_force_reconnect(). However, reconnect_force_reconnect() > doesn't reset the backoff for connections that were alive long enough > (more than backoff seconds). > >

Re: [ovs-dev] [PATCH] reconnect: Add graceful reconnect.

2021-06-29 Thread Ben Pfaff
On Tue, Jun 29, 2021 at 01:20:35PM +0200, Dumitru Ceara wrote: > Until now clients that needed to reconnect immediately could only use > reconnect_force_reconnect(). However, reconnect_force_reconnect() > doesn't reset the backoff for connections that were alive long enough > (more than backoff

[ovs-dev] [PATCH] reconnect: Add graceful reconnect.

2021-06-29 Thread Dumitru Ceara
Until now clients that needed to reconnect immediately could only use reconnect_force_reconnect(). However, reconnect_force_reconnect() doesn't reset the backoff for connections that were alive long enough (more than backoff seconds). Moreover, the reconnect library cannot determine the exact