I am sure this enhancement is going to take care of the problem I am
looking at. Adding a port on top of 200 ports is taking around a minute and
majority of the time is being spent on calling _add_acl() [from create_port
() in OVN plugin] for 200 times, each of which is taking about 1/4th of a
second. With this patch, We would need to call this _add_acl() only once.
But I do not see a patch in OVN plugin side to make use of this
address_set. Are you already working on it or may be I can take a stab ?

Thanks much.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to