[dpdk-dev] [PATCH v4 1/3] doc: fix testpmd command for i40e RSS flow
From: Zhang,Alvin <hidden>
Date: 2021-01-08 05:35:55
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Zhang,Alvin <hidden>
Date: 2021-01-08 05:35:55
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alvin Zhang <redacted>
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 <redacted>
Fixes: feaae285b342 ("net/i40e: support hash configuration in RSS flow")
Cc: stable@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 4e5c467..64f20e7 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
--
1.8.3.1