[v2] doc: add DSCP rewrite action to 20.02 release notes

Message ID 1582546712-407289-1-git-send-email-suanmingm@mellanox.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series [v2] doc: add DSCP rewrite action to 20.02 release notes |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Suanming Mou Feb. 24, 2020, 12:18 p.m. UTC
  Add the actions RTE_FLOW_ACTION_TYPE_SET_[IPV4/IPV6]_DSCP support to the
release note.

Signed-off-by: Suanming Mou <suanmingm@mellanox.com>
---

v2: fix coding style issue.

---
 doc/guides/rel_notes/release_20_02.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Patch

diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst
index dfebc46..2e617cc 100644
--- a/doc/guides/rel_notes/release_20_02.rst
+++ b/doc/guides/rel_notes/release_20_02.rst
@@ -235,6 +235,11 @@  New Features
   Added document describes how to enable DPDK on OpenWrt in both virtual and
   physical machine.
 
+* **Added DSCP rewrite action.**
+
+  New actions ``RTE_FLOW_ACTION_TYPE_SET_[IPV4/IPV6]_DSCP`` have been added
+  to support rewrite the DSCP field in the IP header.
+
 
 Removed Items
 -------------