neutron/releasenotes/notes/ovn-agent-qos-hwol-extension-a282afcf3f005c80.yaml
Rodolfo Alonso Hernandez 54eff20a72 [OVN] New OVN Neutron Agent extension: QoS for HWOL
Added a new OVN Neutron Agent extension: QoS for hardware offloaded
ports. This extension will enforce the minimum bandwidth and maximum
bandwidth egress QoS rules for ports with hardware offload (DevLink
ports).

This extension uses the "ip-link" commands to set the "ceil" and
"rate" parameters on the corresponding virtual functions.

Related-Bug: #1998608
Change-Id: Id436e43868fa0d3fbc843adb55f333582ed0134f
2023-02-02 07:17:22 +00:00

9 lines
366 B
YAML

---
features:
- |
Added a new OVN Neutron Agent extension: QoS for hardware offloaded ports.
This extension will enforce the minimum and maximum bandwidth egress QoS
rules for ports with hardware offload (DevLink ports). This extension
uses the "ip-link" commands to set the "ceil" and "rate" parameters on
the corresponding virtual functions.