diff mbox series

[ovs-dev,v8,10/10] update NEWS with new QoS info

Message ID c92ce421b5560760a8b88014c65b20fb13c42555.1684312053.git.lorenzo.bianconi@redhat.com
State Superseded
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-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes fail github build: failed

Commit Message

Lorenzo Bianconi May 17, 2023, 9:01 a.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 0f1c5f985..a7a11061f 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,12 @@  Post v23.03.0
     databases for ovn-nbctl and ovn-sbctl respectively.  See man ovn-nb and
     man ovn-sb for 'nbctl_probe_interval' and 'sbctl_probe_interval'
     options for more details.
+  - 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
 --------------------------