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-dev] [PATCH v4 1/3] doc: fix testpmd command for i40e RSS flow Date: Fri, 8 Jan 2021 13:35:38 +0800 Message-ID: <20210108053540.11184-1-alvinx.zhang@intel.com> (raw) In-Reply-To: <20210107080230.7836-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 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
next prev parent reply other threads:[~2021-01-08 5:35 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-22 8:12 [dpdk-dev] [PATCH] net/i40e: refactor of hash flow Zhang,Alvin 2020-12-28 7:12 ` [dpdk-dev] [PATCH v2 1/3] doc: fix testpmd command for i40e RSS flow Zhang,Alvin 2020-12-28 7:12 ` [dpdk-dev] [PATCH v2 2/3] net/i40e: fix return value Zhang,Alvin 2020-12-28 7:12 ` [dpdk-dev] [PATCH v2 3/3] net/i40e: refactor RSS flow Zhang,Alvin 2021-01-07 8:02 ` [dpdk-dev] [PATCH v3 1/3] doc: fix testpmd command for i40e " Zhang,Alvin 2021-01-07 8:02 ` [dpdk-dev] [PATCH v3 2/3] net/i40e: fix return value Zhang,Alvin 2021-01-07 8:02 ` [dpdk-dev] [PATCH v3 3/3] net/i40e: refactor RSS flow Zhang,Alvin 2021-01-08 5:35 ` Zhang,Alvin [this message] 2021-01-08 5:35 ` [dpdk-dev] [PATCH v4 2/3] net/i40e: fix return value Zhang,Alvin 2021-01-08 8:21 ` Zhang, Qi Z 2021-01-08 5:35 ` [dpdk-dev] [PATCH v4 3/3] net/i40e: refactor RSS flow Zhang,Alvin 2021-01-08 8:20 ` Zhang, Qi Z 2021-01-08 8:22 ` [dpdk-dev] [PATCH v4 1/3] doc: fix testpmd command for i40e " 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=20210108053540.11184-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
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git