1ea26616b4
OVS agent configuration is extended to support new configuration options: - 'resource_provider_packet_processing_without_direction' - 'resource_provider_packet_processing_with_direction' - 'resource_provider_packet_processing_inventory_defaults' OVS agent RPC hearthbeat now reports this information to neutron server in 'configuration' field . Example config: ml2_conf.ini: [ovs] resource_provider_packet_processing_with_direction = :1000:1000 Partial-Bug: #1922237 See-Also: https://review.opendev.org/785236 Change-Id: Ief554bc445dfd93ea6995bb42b4d010674c7a091
16 lines
796 B
YAML
16 lines
796 B
YAML
---
|
|
features:
|
|
- |
|
|
New configuration options for neutron-ovs-agent under section ``[ovs]``:
|
|
``resource_provider_packet_processing_without_direction``,
|
|
``resource_provider_packet_processing_with_direction`` and
|
|
``resource_provider_packet_processing_inventory_defaults``.
|
|
``resource_provider_packet_processing_without_direction`` controls the
|
|
minimum packet rate the OVS backend can guarantee in kilo (1000) packet per
|
|
second.
|
|
``resource_provider_packet_processing_with_direction`` is similar to the
|
|
first option, but used in case the OVS backend has hardware offload
|
|
capabilities. The last option can be used to tune the other fields
|
|
(``allocation_ratio``, ``min_unit``, ``max_unit``, ``reserved``,
|
|
``step_size``) of resource provider inventories.
|