12089a526e
Today OVS mechanism driver can bind Direct port see [1] for OVS hardware offloads. OVS was extended with tc-offload to support rate limit see [2]. The OVS QoS driver [3] is limited to work only with Normal Ports, so we can't put QoS rules on direct port. This patch proposes to add support in OVS QoS driver for direct ports. The mechanism to enforce such policies is the same with normal and hardware offloaded direct ports. [1] -e7f6ba220e
[2] -3b074128ca/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py (L83)
[3] -3b074128ca/neutron/services/qos/drivers/openvswitch/driver.py (L56)
Change-Id: I24b5cd6c022e479080fc84e4c445c9cddfc88e38 Closes-Bug: #1843165
8 lines
240 B
YAML
8 lines
240 B
YAML
---
|
|
other:
|
|
- |
|
|
Added QoS support for direct ports in neutron.
|
|
The support requires Open vSwitch 2.11.0 or newer and is based on Linux kernel 5.4.0 or newer.
|
|
[`bug 1843165 <https://bugs.launchpad.net/neutron/+bug/1843165>`_].
|
|
|