neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/openflow/ovs_ofctl
Jakub Libosvar 98d73ee058 ovsfw: Use bundle when adding security group rules
Sometimes ports can have a lot of security group rules. Adding OpenFlow
rules to the integration bridge can be a bottle neck when bundle option
is not used.

As OVS firewall currently uses CLI interface, the bundle support is
implemented only for that. The native interface has on-going work but
before we switch completely to the native, we can benefit from bundle
option now.

e.g. when adding 100 000 flows the bundle option takes the time down
from ~10 seconds to 1 seconds. So it's about 10 times faster.

Change-Id: I1feaeb659c8badf23230e36145235d49d50b6bfb
(cherry picked from commit b3b2df142e)
2018-03-08 14:31:06 +00:00
..
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
ovs_bridge_test_base.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_br_int.py br_int: Make removal of DVR flows more strict 2017-10-03 17:05:03 +00:00
test_br_phys.py OpenFlowSwitchMixin: do not override delete_flows 2017-02-24 10:43:31 -05:00
test_br_tun.py ovsfw: Use bundle when adding security group rules 2018-03-08 14:31:06 +00:00