neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow
LIU Yulong af67d516a5 Divide-and-conquer local bridge flows beasts
The dump-flows action will get a very large sets of flow information
if there are enormous ports or openflow security group rules. For now
we can meet some known exception during such action, for instance,
memory issue, timeout issue.
So after this patch, the cleanup action of the bridge stale flows
will be done one table by one table. But note, this only supports
for 'native' OpenFlow interface driver.

Related-Bug: #1813703
Related-Bug: #1813712
Related-Bug: #1813709
Related-Bug: #1813708

Change-Id: Ie06d1bebe83ffeaf7130dcbb8ca21e5e59a220fb
(cherry picked from commit f898ffd71f)
2019-03-27 12:15:34 -07:00
..
native Divide-and-conquer local bridge flows beasts 2019-03-27 12:15:34 -07:00
ovs_ofctl use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
br_cookie.py [log] ovs fw logging implementation 2018-01-09 09:26:40 +07:00