Re: [ovs-dev] [PATCH ovn 2/2] northd: improve unreachable_ips flows processing for dp_groups

2021-08-24 Thread Mark Michelson
I think you should quote the results from the cover letter in this commit. Other than that, Acked-by: Mark Michelson On 8/24/21 2:02 PM, Lorenzo Bianconi wrote: Improve code efficiency of load-balancer unreachable_ips flows processing when datapath_groups are enabled. We can avoid to perform

[ovs-dev] [PATCH ovn 2/2] northd: improve unreachable_ips flows processing for dp_groups

2021-08-24 Thread Lorenzo Bianconi
Improve code efficiency of load-balancer unreachable_ips flows processing when datapath_groups are enabled. We can avoid to perform a flow lookup for each ovn_port in build_lrouter_flows_for_unreachable_ips() since lflows only depends on vips (match and action filters). Signed-off-by: Lorenzo