patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [DPDK 1/3] doc: fix testpmd command for i40e RSS flow
@ 2021-01-11  5:22 Zhang,Alvin
  2021-01-11  5:22 ` [dpdk-stable] [DPDK 2/3] net/i40e: fix return value Zhang,Alvin
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang,Alvin @ 2021-01-11  5:22 UTC (permalink / raw)
  To: qabuild; +Cc: Alvin Zhang, stable, Qi Zhang

From: Alvin Zhang <alvinx.zhang@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.

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

Signed-off-by: Alvin Zhang <alvinx.zhang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-11  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11  5:22 [dpdk-stable] [DPDK 1/3] doc: fix testpmd command for i40e RSS flow Zhang,Alvin
2021-01-11  5:22 ` [dpdk-stable] [DPDK 2/3] net/i40e: fix return value Zhang,Alvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).