[ovs-dev] [PATCH ovn v2] utilities: increase OVSDB inactivity probe interval for ovn-*ctl

2023-05-02 Thread Vladislav Odintsov
For large OVN_Southbound (or other) databases the default interval of 5000 ms could be not sufficient to run. This patch adds configuration of OVSDB inactivity probes for ovn-*ctl utilities. Initially, on the utility start the hardcoded value of 12 ms is set. For daemon-mode it is possible to

Re: [ovs-dev] [PATCH ovn v2] utilities: increase OVSDB inactivity probe interval for ovn-*ctl

2023-05-03 Thread Dumitru Ceara
Hi Vladislav, On 5/3/23 02:55, Vladislav Odintsov wrote: > For large OVN_Southbound (or other) databases the default interval of 5000 ms > could be not sufficient to run. This patch adds configuration of OVSDB > inactivity probes for ovn-*ctl utilities. > > Initially, on the utility start the ha

Re: [ovs-dev] [PATCH ovn v2] utilities: increase OVSDB inactivity probe interval for ovn-*ctl

2023-05-03 Thread Mark Michelson
On 5/3/23 09:03, Dumitru Ceara wrote: Hi Vladislav, On 5/3/23 02:55, Vladislav Odintsov wrote: For large OVN_Southbound (or other) databases the default interval of 5000 ms could be not sufficient to run. This patch adds configuration of OVSDB inactivity probes for ovn-*ctl utilities. Initial

Re: [ovs-dev] [PATCH ovn v2] utilities: increase OVSDB inactivity probe interval for ovn-*ctl

2023-05-03 Thread Dumitru Ceara
On 5/3/23 15:47, Mark Michelson wrote: > On 5/3/23 09:03, Dumitru Ceara wrote: >> Hi Vladislav, >> >> On 5/3/23 02:55, Vladislav Odintsov wrote: >>> For large OVN_Southbound (or other) databases the default interval of >>> 5000 ms >>> could be not sufficient to run.  This patch adds configuration o

Re: [ovs-dev] [PATCH ovn v2] utilities: increase OVSDB inactivity probe interval for ovn-*ctl

2023-05-03 Thread Vladislav Odintsov
Hi Dumitru and Mark, thanks for the review! > On 3 May 2023, at 16:56, Dumitru Ceara wrote: > > On 5/3/23 15:47, Mark Michelson wrote: >> On 5/3/23 09:03, Dumitru Ceara wrote: >>> Hi Vladislav, >>> >>> On 5/3/23 02:55, Vladislav Odintsov wrote: For large OVN_Southbound (or other) database

Re: [ovs-dev] [PATCH ovn v2] utilities: increase OVSDB inactivity probe interval for ovn-*ctl

2023-05-03 Thread Dumitru Ceara
On 5/3/23 16:12, Vladislav Odintsov wrote: > Hi Dumitru and Mark, > > thanks for the review! > >> On 3 May 2023, at 16:56, Dumitru Ceara wrote: >> >> On 5/3/23 15:47, Mark Michelson wrote: >>> On 5/3/23 09:03, Dumitru Ceara wrote: Hi Vladislav, On 5/3/23 02:55, Vladislav Odintsov

Re: [ovs-dev] [PATCH ovn v2] utilities: increase OVSDB inactivity probe interval for ovn-*ctl

2023-05-04 Thread Vladislav Odintsov
Hi Dumitru, Mark, The new version (v4) has been submitted at https://patchwork.ozlabs.org/project/ovn/patch/20230504165510.4026066-1-odiv...@gmail.com/ > On 3 May 2023, at 17:18, Dumitru Ceara wrote: > > On 5/3/23 16:12, Vladislav Odintsov wrote: >> Hi Dumitru and Mark, >> >> thanks for the r