Re: [ovs-dev] [PATCH v3 ovn 3/9] northd: move build_empty_lb_event_flow in build_lrouter_flows_for_lb

2021-07-02 Thread Dumitru Ceara
On 6/30/21 11:33 AM, Lorenzo Bianconi wrote: > Introduce build_lrouter_flows_for_lb routine 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. > > Signed-off-by:

[ovs-dev] [PATCH v3 ovn 3/9] northd: move build_empty_lb_event_flow in build_lrouter_flows_for_lb

2021-06-30 Thread Lorenzo Bianconi
Introduce build_lrouter_flows_for_lb routine 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. Signed-off-by: Lorenzo Bianconi --- northd/ovn-northd.c | 109