patches for DPDK stable branches
 help / color / mirror / Atom feed
From: "Zhang,Alvin" <alvinx.zhang@intel.com>
To: jia.guo@intel.com, beilei.xing@intel.com, qi.z.zhang@intel.com,
	Simei.Su@intel.com, qiming.yang@intel.com
Cc: dev@dpdk.org, Alvin Zhang <alvinx.zhang@intel.com>, stable@dpdk.org
Subject: [dpdk-stable] [PATCH v2 1/3] doc: fix testpmd command for i40e RSS flow
Date: Mon, 28 Dec 2020 15:12:08 +0800	[thread overview]
Message-ID: <20201228071210.19596-1-alvinx.zhang@intel.com> (raw)
In-Reply-To: <20201222081227.7192-1-alvinx.zhang@intel.com>

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.

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

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 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


       reply	other threads:[~2020-12-28  7:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20201222081227.7192-1-alvinx.zhang@intel.com>
2020-12-28  7:12 ` Zhang,Alvin [this message]
2020-12-28  7:12   ` [dpdk-stable] [PATCH v2 2/3] net/i40e: fix return value Zhang,Alvin
2021-01-07  8:02   ` [dpdk-stable] [PATCH v3 1/3] doc: fix testpmd command for i40e RSS flow Zhang,Alvin
2021-01-07  8:02     ` [dpdk-stable] [PATCH v3 2/3] net/i40e: fix return value Zhang,Alvin
2021-01-08  5:35     ` [dpdk-stable] [PATCH v4 1/3] doc: fix testpmd command for i40e RSS flow Zhang,Alvin
2021-01-08  5:35       ` [dpdk-stable] [PATCH v4 2/3] net/i40e: fix return value Zhang,Alvin
2021-01-08  8:21         ` Zhang, Qi Z
2021-01-08  8:22       ` [dpdk-stable] [PATCH v4 1/3] doc: fix testpmd command for i40e RSS flow Zhang, Qi Z

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201228071210.19596-1-alvinx.zhang@intel.com \
    --to=alvinx.zhang@intel.com \
    --cc=Simei.Su@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jia.guo@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=qiming.yang@intel.com \
    --cc=stable@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).