On Thu, Aug 4, 2016 at 6:31 AM, Ben Pfaff <b...@ovn.org> wrote: > On Wed, Aug 03, 2016 at 11:14:20PM +0800, Zong Kai LI wrote: >> This patch aims to extend Address_Set to Macros, make it more common to >> accept variable set, not only address. And by that, we can skinny down ACLs, >> if we use Macros to defines port name sets for ACL to use, since lots of ACL >> entries are similar but only "inport" and "outport" fields are different. >> >> Address_Set improves the performance of OVN control plane. But what more >> important is, its implementation introduced a "$macros -- element_set" >> mechanism, it's good way to do bunch jobs for ACLs, and even lflows. > > I'd prefer to defer this feature past the Open vSwitch 2.6 release.
Sure, it's ok to defer this, that will buy me some time to fix details and complete TODO. "Macros" tells the name column and "$MACROS_NAME" in lflows, "Set" tells each row in table is a set of something, like addresses and port names. Well, "Set" seems closer to the table, I will choose it in future version. Thanks and have a nice day! :) Zongkai, LI _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev