[v4,1/3] doc: fix testpmd command for i40e RSS flow

Message ID 20210108053540.11184-1-alvinx.zhang@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Qi Zhang
Headers
Series [v4,1/3] doc: fix testpmd command for i40e RSS flow |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Alvin Zhang Jan. 8, 2021, 5:35 a.m. UTC
  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(-)
  

Comments

Qi Zhang Jan. 8, 2021, 8:22 a.m. UTC | #1
> -----Original Message-----
> From: Zhang,Alvin <alvinx.zhang@intel.com>
> Sent: Friday, January 8, 2021 1:36 PM
> To: Guo, Jia <jia.guo@intel.com>; Xing, Beilei <beilei.xing@intel.com>; Zhang,
> Qi Z <qi.z.zhang@intel.com>; Su, Simei <simei.su@intel.com>; Yang, Qiming
> <qiming.yang@intel.com>
> Cc: dev@dpdk.org; Zhang, AlvinX <alvinx.zhang@intel.com>; stable@dpdk.org
> Subject: [PATCH v4 1/3] doc: fix testpmd command for i40e RSS flow
> 
> 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

Fix line should be before "Signed-off:", please follow the format.

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi
  

Patch

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