Re: [ovs-dev] [PATCH ovn 3/3] northd: Incremental processing of VIF updates and deletions in 'lflow' node.

2023-07-06 Thread Han Zhou
On Fri, Jun 30, 2023 at 10:27 PM Numan Siddique wrote: > > On Sat, Jul 1, 2023 at 7:33 AM Han Zhou wrote: > > > > On Thu, Jun 29, 2023 at 10:54 PM Numan Siddique wrote: > > > > > > On Sun, Jun 18, 2023 at 11:48 AM Han Zhou wrote: > > > > > > > > This patch achieves zero recompute for VIF

Re: [ovs-dev] [PATCH ovn 3/3] northd: Incremental processing of VIF updates and deletions in 'lflow' node.

2023-06-30 Thread Numan Siddique
On Sat, Jul 1, 2023 at 7:33 AM Han Zhou wrote: > > On Thu, Jun 29, 2023 at 10:54 PM Numan Siddique wrote: > > > > On Sun, Jun 18, 2023 at 11:48 AM Han Zhou wrote: > > > > > > This patch achieves zero recompute for VIF updates and deletions in > > > common scenarios. The performance gain for

Re: [ovs-dev] [PATCH ovn 3/3] northd: Incremental processing of VIF updates and deletions in 'lflow' node.

2023-06-30 Thread Han Zhou
On Thu, Jun 29, 2023 at 10:54 PM Numan Siddique wrote: > > On Sun, Jun 18, 2023 at 11:48 AM Han Zhou wrote: > > > > This patch achieves zero recompute for VIF updates and deletions in > > common scenarios. The performance gain for these scenarios is similar to > > the patch "northd: Incremental

Re: [ovs-dev] [PATCH ovn 3/3] northd: Incremental processing of VIF updates and deletions in 'lflow' node.

2023-06-29 Thread Numan Siddique
On Sun, Jun 18, 2023 at 11:48 AM Han Zhou wrote: > > This patch achieves zero recompute for VIF updates and deletions in > common scenarios. The performance gain for these scenarios is similar to > the patch "northd: Incremental processing of VIF additions in 'lflow' > node." > > Signed-off-by:

[ovs-dev] [PATCH ovn 3/3] northd: Incremental processing of VIF updates and deletions in 'lflow' node.

2023-06-18 Thread Han Zhou
This patch achieves zero recompute for VIF updates and deletions in common scenarios. The performance gain for these scenarios is similar to the patch "northd: Incremental processing of VIF additions in 'lflow' node." Signed-off-by: Han Zhou --- northd/northd.c | 231