neutron/neutron/tests/functional
Slawek Kaplonski 33e259f921 [OVS] Add mac-table-size to be set on each ovs bridge
By default number of MAC addresses which ovs stores in memory
is quite low - 2048.

Any eviction of a MAC learning table entry triggers revalidation.
Such revalidation is very costly so it cause high CPU usage by
ovs-vswitchd process.

To workaround this problem, higher value of mac-table-size
option can be set for bridge. Then this revalidation will happen
less often and CPU usage will be lower.
This patch adds config option for neutron-openvswitch-agent to allow
users tune this setting in bridges managed by agent.
By default this value is set to 50000 which should be enough for most
systems.

Change-Id: If628f52d75c2b5fec87ad61e0219b3286423468c
Closes-Bug: #1775797
(cherry picked from commit 1f8378e0ac)
2018-06-21 07:41:03 +00:00
..
agent [OVS] Add mac-table-size to be set on each ovs bridge 2018-06-21 07:41:03 +00:00
api Use addCleanup instead of tearDown 2017-02-02 22:07:26 +01:00
cmd More efficiently clean up OVS ports 2018-01-29 08:15:55 -06:00
common Change default exception in wait_until_true 2017-01-09 05:37:27 -05:00
db Merge "OVO for Ipam(Allocation,Subnet,Pool)" 2017-01-23 07:47:20 +00:00
pecan_wsgi [Pecan] Fix custom tenant_id project_id matching 2017-06-14 16:47:09 +00:00
plugins Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
sanity sanity check: Check that ip_nonlocal_bind works with namespaces 2016-11-18 08:36:51 -05:00
scheduler Remove deprecated min_l3_agents_per_router 2017-01-16 14:25:22 -05:00
services Add missing port UPDATE event to ML2 2017-01-25 19:30:39 -08:00
tests Use get_random_string from neutron-lib 2016-12-18 21:18:05 +02:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Adopt privsep and read routing table with pyroute2 2016-12-21 17:52:58 +02:00
constants.py TrunkManager for the OVS agent 2016-08-24 02:52:17 -04:00
requirements.txt More instructions for neutron-db-manage revision --autogenerate 2015-11-08 19:42:56 -05:00
test_server.py Adjust psutil usage for psutil > 2 2017-01-25 00:54:26 +01:00
test_service.py Use SIGUSR1 to notify l3 agent of changing prefix file 2015-11-13 17:53:47 +03:00