[V6,3/8] doc: testpmd rename RSS type ether to L2 payload

Message ID 20220629083451.21954-4-lihuisong@huawei.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series app/testpmd: fix RSS and flow type |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

lihuisong (C) June 29, 2022, 8:34 a.m. UTC
  Rename RSS type 'ether' to 'l2-payload' for "port config all rss xx"
command.

Signed-off-by: Huisong Li <lihuisong@huawei.com>
---
 doc/guides/rel_notes/release_22_07.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Patch

diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst
index 6365800313..032290f05e 100644
--- a/doc/guides/rel_notes/release_22_07.rst
+++ b/doc/guides/rel_notes/release_22_07.rst
@@ -261,6 +261,10 @@  New Features
   Merged l3fwd-acl code into l3fwd as l3fwd-acl contains duplicate
   and common functions to l3fwd.
 
+* **Testpmd RSS type 'ether' renamed to 'l2-payload'.**
+
+  Rename RSS type 'ether' to 'l2-payload' for "port config all rss xx"
+  command.
 
 Removed Items
 -------------