Re: [ovs-dev] [PATCH v2 ovn 0/9] northd: rework ovn-northd lb flow installation

2021-06-30 Thread Lorenzo Bianconi
> On Fri, Jun 18, 2021 at 9:04 AM Lorenzo Bianconi > wrote: > > > > Rework lb flow logic in order to visit first each load_balancer and then > > related datapath during lb flow installation. > > This patch allows to reduce memory footprint and cpu utilization in > > ovn-northd. > > > > Hi

Re: [ovs-dev] [PATCH v2 ovn 0/9] northd: rework ovn-northd lb flow installation

2021-06-29 Thread Numan Siddique
On Fri, Jun 18, 2021 at 9:04 AM Lorenzo Bianconi wrote: > > Rework lb flow logic in order to visit first each load_balancer and then > related datapath during lb flow installation. > This patch allows to reduce memory footprint and cpu utilization in > ovn-northd. > Hi Lorenzo, The ovsrobot CI

[ovs-dev] [PATCH v2 ovn 0/9] northd: rework ovn-northd lb flow installation

2021-06-18 Thread Lorenzo Bianconi
Rework lb flow logic in order to visit first each load_balancer and then related datapath during lb flow installation. This patch allows to reduce memory footprint and cpu utilization in ovn-northd. Testing environment: ovn-nbctl lr-list |wc -l 308 ovn-nbctl ls-list |wc -l 615 ovn-nbctl lb-list