neutron/neutron/conf
Slawek Kaplonski 44b159aa9f [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-20 18:17:21 +00:00
..
agent [OVS] Add mac-table-size to be set on each ovs bridge 2018-06-20 18:17:21 +00:00
extensions Refactoring config options for extension opts 2016-08-05 20:36:08 +00:00
plugins Remove deprecated prevent_arp_spoofing option 2017-07-20 13:57:14 -07:00
services Remove deprecated support for QoS notification_drivers 2017-04-17 06:32:01 -07:00
__init__.py Refactoring config options for quota 2016-05-11 09:15:38 -05:00
cache_utils.py Refactoring config options for cache_utils opts 2016-10-22 06:28:59 +00:00
common.py Deprecate web_framework option 2017-08-11 01:11:19 +00:00
quota.py Bump default quotas for ports, subnets, and networks 2017-03-21 18:35:28 +00:00
service.py Refactoring config options for service 2016-05-14 21:44:18 -05:00
wsgi.py Refactoring config options for wsgi opts 2016-08-03 19:49:58 +00:00