Re: [ovs-dev] [PATCH ovn] northd: Don't get stuck in the STATE_INIT_HASH_SIZES state.

2022-09-15 Thread Numan Siddique
On Fri, Sep 9, 2022 at 4:00 AM Ilya Maximets wrote: > > On 8/25/22 11:03, Dumitru Ceara wrote: > > On 8/24/22 18:32, Ilya Maximets wrote: > >> On 8/24/22 17:57, Dumitru Ceara wrote: > >>> On 8/24/22 17:49, Ilya Maximets wrote: > On 8/24/22 17:43, Ilya Maximets wrote: > > On 8/23/22

Re: [ovs-dev] [PATCH ovn] northd: Don't get stuck in the STATE_INIT_HASH_SIZES state.

2022-09-09 Thread Ilya Maximets
On 8/25/22 11:03, Dumitru Ceara wrote: > On 8/24/22 18:32, Ilya Maximets wrote: >> On 8/24/22 17:57, Dumitru Ceara wrote: >>> On 8/24/22 17:49, Ilya Maximets wrote: On 8/24/22 17:43, Ilya Maximets wrote: > On 8/23/22 16:42, Dumitru Ceara wrote: >> After removing the possibility of

Re: [ovs-dev] [PATCH ovn] northd: Don't get stuck in the STATE_INIT_HASH_SIZES state.

2022-08-25 Thread Dumitru Ceara
On 8/24/22 18:32, Ilya Maximets wrote: > On 8/24/22 17:57, Dumitru Ceara wrote: >> On 8/24/22 17:49, Ilya Maximets wrote: >>> On 8/24/22 17:43, Ilya Maximets wrote: On 8/23/22 16:42, Dumitru Ceara wrote: > After removing the possibility of disabling logical datapath groups the > above

Re: [ovs-dev] [PATCH ovn] northd: Don't get stuck in the STATE_INIT_HASH_SIZES state.

2022-08-24 Thread Ilya Maximets
On 8/24/22 17:57, Dumitru Ceara wrote: > On 8/24/22 17:49, Ilya Maximets wrote: >> On 8/24/22 17:43, Ilya Maximets wrote: >>> On 8/23/22 16:42, Dumitru Ceara wrote: After removing the possibility of disabling logical datapath groups the above mentioned state should only be relevant when

Re: [ovs-dev] [PATCH ovn] northd: Don't get stuck in the STATE_INIT_HASH_SIZES state.

2022-08-24 Thread Dumitru Ceara
On 8/24/22 17:49, Ilya Maximets wrote: > On 8/24/22 17:43, Ilya Maximets wrote: >> On 8/23/22 16:42, Dumitru Ceara wrote: >>> After removing the possibility of disabling logical datapath groups the >>> above mentioned state should only be relevant when ovn-northd is started >>> with more than one

Re: [ovs-dev] [PATCH ovn] northd: Don't get stuck in the STATE_INIT_HASH_SIZES state.

2022-08-24 Thread Ilya Maximets
On 8/24/22 17:43, Ilya Maximets wrote: > On 8/23/22 16:42, Dumitru Ceara wrote: >> After removing the possibility of disabling logical datapath groups the >> above mentioned state should only be relevant when ovn-northd is started >> with more than one lflow processing threads (--n-threads > 1),

Re: [ovs-dev] [PATCH ovn] northd: Don't get stuck in the STATE_INIT_HASH_SIZES state.

2022-08-24 Thread Ilya Maximets
On 8/23/22 16:42, Dumitru Ceara wrote: > After removing the possibility of disabling logical datapath groups the > above mentioned state should only be relevant when ovn-northd is started > with more than one lflow processing threads (--n-threads > 1), to avoid > a very inefficient first lflow

[ovs-dev] [PATCH ovn] northd: Don't get stuck in the STATE_INIT_HASH_SIZES state.

2022-08-23 Thread Dumitru Ceara
After removing the possibility of disabling logical datapath groups the above mentioned state should only be relevant when ovn-northd is started with more than one lflow processing threads (--n-threads > 1), to avoid a very inefficient first lflow processing run due to a suboptimally sized hmap.