[ovs-dev] [PATCH v3 ovn 0/3] improve code efficiency for ovn-northd lb-unreachable ips

Mark Michelson mmichels at redhat.com
Fri Aug 27 18:28:38 UTC 2021


Thanks Lorenzo and Mark, I pushed this series to master.

On 8/26/21 12:50 PM, Lorenzo Bianconi wrote:
> ovn-master:
> -----------
> Statistics for 'ovnnb_db_run'
>    Total samples: 37
>    Maximum: 12656 msec
>    Minimum: 12276 msec
>    95th percentile: 12557.000000 msec
>    Short term average: 12475.213654 msec
>    Long term average: 12336.498446 msec
> 
> build_lflows_for_unreachable_vips:
> ----------------------------------
> Statistics for 'ovnnb_db_run'
>    Total samples: 37
>    Maximum: 9505 msec
>    Minimum: 9212 msec
>    95th percentile: 9493.000000 msec
>    Short term average: 9375.959755 msec
>    Long term average: 9311.952156 msec
> 
> ovn-nbctl lr-list | wc -l
> 121
> ovn-nbctl ls-list | wc -l
> 241
> ovn-nbctl lb-list | wc -l
> 47077
> ovn-sbctl dump-flows |wc -l
> 9852935
> 
> Lorenzo Bianconi (3):
>    northd: optimize build_lb_rules routine
>    norhd: optimize build_lrouter_defrag_flows_for_lb
>    northd: refactor unreachable IPs lb flows
> 
>   northd/ovn-northd.c | 199 +++++++++++++++++++++++++++++++++++---------
>   1 file changed, 158 insertions(+), 41 deletions(-)
> 



More information about the dev mailing list