summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBabu Shanmugam <bschanmu@redhat.com>2016-10-05 13:57:47 +0530
committerBen Pfaff <blp@ovn.org>2016-10-05 17:28:16 -0700
commit1a03fc7da32e74aacbf638d3617a290ddffaa069 (patch)
tree5713962862930cca7ed35afd2ef6abfc70daa9f7 /NEWS
parent644ecb10a661c822270660c1b4358213f5d48399 (diff)
downloadopenvswitch-1a03fc7da32e74aacbf638d3617a290ddffaa069.tar.gz
DSCP marking on packets
This patch adds support for marking qos on IP packets based on arbitrary match criteria for a logical switch. Signed-off-by: Babu Shanmugam <bschanmu@redhat.com> Suggested-by: Mickey Spiegel <mickeys.dev@gmail.com> Acked-by: Mickey Spiegel <mickeys.dev@gmail.com> [blp@ovn.org fixes races in the test and added ovn-trace checks] Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ee873d67e..95cb2b2b2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ Post-v2.6.0
---------------------
- OVN:
* QoS is now implemented via egress shaping rather than ingress policing.
+ * DSCP marking is now supported, via the new northbound QoS table.
- Fixed regression in table stats maintenance introduced in OVS
2.3.0, wherein the number of OpenFlow table hits and misses was
not accurate.