diff mbox series

[ovs-dev,v6,9/9] update NEWS with new QoS info

Message ID 7d4412b6cecfaf915a75fb5896361caad920a57a.1683728227.git.lorenzo.bianconi@redhat.com
State Changes Requested
Delegated to: Numan Siddique
Headers show
Series Configure OVN QoS thorugh OvS db | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_ovn-kubernetes success github build: passed
ovsrobot/github-robot-_Build_and_Test fail github build: failed

Commit Message

Lorenzo Bianconi May 10, 2023, 2:21 p.m. UTC
Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2129742
Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2139100
Acked-By: Ihar Hrachyshka <ihrachys@redhat.com>
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
---
 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 1f1ac8c5a..f467d7bbe 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,12 @@  Post v23.03.0
     Listener Discovery protocols, regardless of ACLs defined.
   - Add IPv6 iPXE support introducing "bootfile_name" (59) and
     "bootfile_name_alt" (254) options to ovn dhcpv6 server.
+  - Rework OVN egress QoS implementation in order to rely on OvS interface
+    instead of directly running tc from OVN. Get rid of traffic shaping on the
+    tunnel interfaces. Now for LSPs running on a LogicalSwitch with a localnet
+    port is possible to define QoS rules to apply to the local egress localnet
+    port. Please note now the QoS will be applied just to the local localnet
+    port and not to all localnet port marked with ovn-egress iface.
 
 OVN v23.03.0 - 03 Mar 2023
 --------------------------