[dpdk-dev] [PATCH v2 1/3] doc: fix testpmd command for i40e RSS flow

Zhang,Alvin alvinx.zhang at intel.com
Mon Dec 28 08:12:08 CET 2020


From: Alvin Zhang <alvinx.zhang at intel.com>

The command here does not create a queue region, but only sets the
lookup table, so the descriptions in the doc is not exact.

Signed-off-by: Alvin Zhang <alvinx.zhang at intel.com>

Fixes: feaae285b342 ("net/i40e: support hash configuration in RSS flow")
Cc: stable at dpdk.org
---

V2: Divide the patch into three patch series and delete some two unused
    functions

---
 doc/guides/nics/i40e.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 4e5c4679b..64f20e7da 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -562,9 +562,9 @@ Generic flow API
 - ``RSS Flow``
 
   RSS Flow supports to set hash input set, hash function, enable hash
-  and configure queue region.
+  and configure queues.
   For example:
-  Configure queue region as queue 0, 1, 2, 3.
+  Configure queues as queue 0, 1, 2, 3.
 
   .. code-block:: console
 
-- 
2.21.0.windows.1



More information about the dev mailing list