summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-07-21 22:26:09 +0200
committerRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-08-12 00:58:17 +0200
commit846737dac4acb0fd47fb20058663513c4e054ee6 (patch)
treec47ef0db6733b63895bd37f9bb1d52153b683ee4 /releasenotes
parent4c7e8de57a895d2c0af4f5d368b782c38377d70a (diff)
downloadneutron-846737dac4acb0fd47fb20058663513c4e054ee6.tar.gz
[OVN][QoS] Add minimum bandwidth rule support to ML2/OVN
This patch adds support for QoS egress minimum bandwidth rules in ML2/OVN. The enforcement is done in the network backend. Since [1], in v22.06.0, OVN is capable of guarantee a minimal bandwidth for a logical switch port. The enforcement of this rule is done in the physical bridge interface. [1]https://github.com/ovn-org/ovn/commit/dbf12e5fe1f7ab2acef4152854c239b999b70188 Closes-Bug: #1982951 Change-Id: Ia3831b18463c29f676c253edb64419667b5f2c0b
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ovn-qos-minimum-bandwidth-74d51f63a536440a.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/ovn-qos-minimum-bandwidth-74d51f63a536440a.yaml b/releasenotes/notes/ovn-qos-minimum-bandwidth-74d51f63a536440a.yaml
new file mode 100644
index 0000000000..b5bc3e4bcd
--- /dev/null
+++ b/releasenotes/notes/ovn-qos-minimum-bandwidth-74d51f63a536440a.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Added support for QoS minimum bandwidth rules (egress only) in ML2/OVN.
+ OVN supports setting these rule types in the logical switch ports since
+ `release 22.06.0 <https://www.ovn.org/en/releases/release_22.06.0/>`_.