Re: [ovs-dev] [PATCH ovn 1/3] northd.c: Generate and maintain SB lflow uuid in ovn_lflow.

2023-06-30 Thread Han Zhou
On Thu, Jun 29, 2023 at 10:06 PM Numan Siddique wrote: > > On Fri, Jun 30, 2023 at 7:01 AM Han Zhou wrote: > > > > On Thu, Jun 29, 2023 at 4:57 AM Dumitru Ceara wrote: > > > > > > On 6/18/23 08:17, Han Zhou wrote: > > > > For incremental processing, we need to maintain SB lflow uuids in > > > >

Re: [ovs-dev] [PATCH ovn 1/3] northd.c: Generate and maintain SB lflow uuid in ovn_lflow.

2023-06-29 Thread Numan Siddique
On Fri, Jun 30, 2023 at 7:01 AM Han Zhou wrote: > > On Thu, Jun 29, 2023 at 4:57 AM Dumitru Ceara wrote: > > > > On 6/18/23 08:17, Han Zhou wrote: > > > For incremental processing, we need to maintain SB lflow uuids in > > > northd. For this reason, we generate the row uuid when creating the > >

Re: [ovs-dev] [PATCH ovn 1/3] northd.c: Generate and maintain SB lflow uuid in ovn_lflow.

2023-06-29 Thread Han Zhou
On Thu, Jun 29, 2023 at 4:57 AM Dumitru Ceara wrote: > > On 6/18/23 08:17, Han Zhou wrote: > > For incremental processing, we need to maintain SB lflow uuids in > > northd. For this reason, we generate the row uuid when creating the > > Logical_Flow record in SB DB, rather than waiting for SB DB

Re: [ovs-dev] [PATCH ovn 1/3] northd.c: Generate and maintain SB lflow uuid in ovn_lflow.

2023-06-29 Thread Dumitru Ceara
On 6/18/23 08:17, Han Zhou wrote: > For incremental processing, we need to maintain SB lflow uuids in > northd. For this reason, we generate the row uuid when creating the > Logical_Flow record in SB DB, rather than waiting for SB DB to populate > back. > > Signed-off-by: Han Zhou > --- >

[ovs-dev] [PATCH ovn 1/3] northd.c: Generate and maintain SB lflow uuid in ovn_lflow.

2023-06-18 Thread Han Zhou
For incremental processing, we need to maintain SB lflow uuids in northd. For this reason, we generate the row uuid when creating the Logical_Flow record in SB DB, rather than waiting for SB DB to populate back. Signed-off-by: Han Zhou --- northd/northd.c | 12 ++-- 1 file changed, 10