"dev" <dev-boun...@openvswitch.org> wrote on 08/17/2016 03:58:13 PM:

> From: Ben Pfaff <b...@ovn.org>
> To: dev@openvswitch.org
> Cc: Ben Pfaff <b...@ovn.org>
> Date: 08/17/2016 03:58 PM
> Subject: [ovs-dev] [PATCH] ovn-northd: Avoid excessive work to find
> router ports.
> Sent by: "dev" <dev-boun...@openvswitch.org>
>
> The ovn_datapath for each logical switch maintains an array of its ports
> of type "router-port", but instead of iterating through it build_pre_acls
()
> iterated through all of the ports in the entire database, which is
> wasteful and duplicative work.  This commit switches to using the array
of
> router ports.
>
> This change is best viewed ignoring white space only changes.

LGTM

Acked-by: Ryan Moats <rmo...@us.ibm.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to