[dpdk-stable] patch 'doc: fix RSS flow description in i40e guide' has been queued to stable release 20.11.1

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Feb 5 12:16:16 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 02/07/21. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/e094eaf4a23491b9d3dc2518036ac361199d554a

Thanks.

Luca Boccassi

---
>From e094eaf4a23491b9d3dc2518036ac361199d554a Mon Sep 17 00:00:00 2001
From: Alvin Zhang <alvinx.zhang at intel.com>
Date: Fri, 8 Jan 2021 13:35:38 +0800
Subject: [PATCH] doc: fix RSS flow description in i40e guide

[ upstream commit 742d9f87f6b8fffb8133099bbc916911d35ee619 ]

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

Signed-off-by: Alvin Zhang <alvinx.zhang at intel.com>
Acked-by: Qi Zhang <qi.z.zhang at 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 4e5c4679b8..64f20e7dab 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.29.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-02-05 11:18:33.320335392 +0000
+++ 0090-doc-fix-RSS-flow-description-in-i40e-guide.patch	2021-02-05 11:18:28.938693625 +0000
@@ -1 +1 @@
-From 742d9f87f6b8fffb8133099bbc916911d35ee619 Mon Sep 17 00:00:00 2001
+From e094eaf4a23491b9d3dc2518036ac361199d554a Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 742d9f87f6b8fffb8133099bbc916911d35ee619 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list