On 9/7/22 22:26, Ilya Maximets wrote:
> Options like 'add_route' and 'neighbor_responder' are looked up
> in the smap for each load balancer for each datapath and it takes
> significant amount of time.  Checking them only once to speed up
> processing.  'skip_snat' and 'event' are not that critical, but
> it's better to get all of them in a single place.
> 
> Also using enum for the neighbor responder mode to avoid costly
> string comparison on a hot path.
> 
> Signed-off-by: Ilya Maximets <[email protected]>
> ---

Looks good to me, thanks!

Acked-by: Dumitru Ceara <[email protected]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to