"dev" <[email protected]> wrote on 08/17/2016 03:58:13 PM:
> From: Ben Pfaff <[email protected]> > To: [email protected] > Cc: Ben Pfaff <[email protected]> > Date: 08/17/2016 03:58 PM > Subject: [ovs-dev] [PATCH] ovn-northd: Avoid excessive work to find > router ports. > Sent by: "dev" <[email protected]> > > 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 <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
