[ovs-dev] [PATCH ovn v2 1/2] northd IP: Add a new engine node 'en_sb_sync' to sync SB tables.

2022-11-14 Thread numans
From: Numan Siddique A sub-engine node 'en_address_set_sync' is added with-in the 'en_sb_sync' node to sync the Address_Set table in the SB database. To start with, it falls back to full recompute all the time. Upcoming patch will add the incremental processing support to sync the SB Address_Se

Re: [ovs-dev] [PATCH ovn v2 1/2] northd IP: Add a new engine node 'en_sb_sync' to sync SB tables.

2022-11-14 Thread Mark Michelson
Acked-by: Mark Michelson On 11/14/22 11:47, num...@ovn.org wrote: From: Numan Siddique A sub-engine node 'en_address_set_sync' is added with-in the 'en_sb_sync' node to sync the Address_Set table in the SB database. To start with, it falls back to full recompute all the time. Upcoming patch

Re: [ovs-dev] [PATCH ovn v2 1/2] northd IP: Add a new engine node 'en_sb_sync' to sync SB tables.

2022-11-15 Thread Ales Musil
On Mon, Nov 14, 2022 at 9:23 PM Mark Michelson wrote: > Acked-by: Mark Michelson > > On 11/14/22 11:47, num...@ovn.org wrote: > > From: Numan Siddique > > > > A sub-engine node 'en_address_set_sync' is added with-in the > > 'en_sb_sync' node to sync the Address_Set table in the > > SB database.