Re: [ovs-dev] [PATCH v5] python: Add monitor_cond_since support

2022-01-06 Thread Ilya Maximets
On 12/3/21 17:06, Dumitru Ceara wrote: > On 12/3/21 16:00, Terry Wilson wrote: >> On Fri, Dec 3, 2021 at 6:06 AM Dumitru Ceara wrote: >>> >>> On 12/1/21 18:51, Terry Wilson wrote: Add support for monitor_cond_since / update3 to python-ovs to allow more efficient reconnections when connec

Re: [ovs-dev] [PATCH v5] python: Add monitor_cond_since support

2021-12-03 Thread Dumitru Ceara
On 12/3/21 16:00, Terry Wilson wrote: > On Fri, Dec 3, 2021 at 6:06 AM Dumitru Ceara wrote: >> >> On 12/1/21 18:51, Terry Wilson wrote: >>> Add support for monitor_cond_since / update3 to python-ovs to >>> allow more efficient reconnections when connecting to clustered >>> OVSDB servers. >>> >>> S

Re: [ovs-dev] [PATCH v5] python: Add monitor_cond_since support

2021-12-03 Thread Terry Wilson
On Fri, Dec 3, 2021 at 6:06 AM Dumitru Ceara wrote: > > On 12/1/21 18:51, Terry Wilson wrote: > > Add support for monitor_cond_since / update3 to python-ovs to > > allow more efficient reconnections when connecting to clustered > > OVSDB servers. > > > > Signed-off-by: Terry Wilson > > --- > > p

Re: [ovs-dev] [PATCH v5] python: Add monitor_cond_since support

2021-12-03 Thread Dumitru Ceara
On 12/1/21 18:51, Terry Wilson wrote: > Add support for monitor_cond_since / update3 to python-ovs to > allow more efficient reconnections when connecting to clustered > OVSDB servers. > > Signed-off-by: Terry Wilson > --- > python/ovs/db/idl.py | 245 ---

[ovs-dev] [PATCH v5] python: Add monitor_cond_since support

2021-12-01 Thread Terry Wilson
Add support for monitor_cond_since / update3 to python-ovs to allow more efficient reconnections when connecting to clustered OVSDB servers. Signed-off-by: Terry Wilson --- python/ovs/db/idl.py | 245 --- tests/ovsdb-idl.at | 2 +- 2 files changed, 211