[dpdk-stable] patch 'doc: fix tag for inner RSS feature' has been queued to LTS release 18.11.2

Kevin Traynor ktraynor at redhat.com
Wed Apr 10 18:44:08 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 04/16/19. 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.

Thanks.

Kevin Traynor

---
>From 1427033953d8c6d39539b9837537511543985f86 Mon Sep 17 00:00:00 2001
From: Rami Rosen <ramirose at gmail.com>
Date: Fri, 1 Mar 2019 13:10:10 +0200
Subject: [PATCH] doc: fix tag for inner RSS feature

[ upstream commit 1b01d0589dda1834ec6599a9c4fe9aa20f7360ad ]

This patch fixes a wrong tag in guides/nics/features.rst.
The features tags should be, according to the
"Features Overview" section in this doc, one of the following:
"uses", "implements", "provides", or "related".
Hence in Inner RSS section, it should be "uses"
instead of "users".

Fixes: d0a87d9aa8de ("doc: update mlx5 guide on tunnel offloading")

Signed-off-by: Rami Rosen <ramirose at gmail.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
 doc/guides/nics/features.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst
index d3f904839..c5bf32222 100644
--- a/doc/guides/nics/features.rst
+++ b/doc/guides/nics/features.rst
@@ -286,5 +286,5 @@ Inner RSS
 Supports RX RSS hashing on Inner headers.
 
-* **[users]    rte_flow_action_rss**: ``level``.
+* **[uses]    rte_flow_action_rss**: ``level``.
 * **[provides] mbuf**: ``mbuf.ol_flags:PKT_RX_RSS_HASH``, ``mbuf.rss``.
 
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-04-10 14:06:12.469904898 +0100
+++ 0060-doc-fix-tag-for-inner-RSS-feature.patch	2019-04-10 14:06:08.021290649 +0100
@@ -1,8 +1,10 @@
-From 1b01d0589dda1834ec6599a9c4fe9aa20f7360ad Mon Sep 17 00:00:00 2001
+From 1427033953d8c6d39539b9837537511543985f86 Mon Sep 17 00:00:00 2001
 From: Rami Rosen <ramirose at gmail.com>
 Date: Fri, 1 Mar 2019 13:10:10 +0200
 Subject: [PATCH] doc: fix tag for inner RSS feature
 
+[ upstream commit 1b01d0589dda1834ec6599a9c4fe9aa20f7360ad ]
+
 This patch fixes a wrong tag in guides/nics/features.rst.
 The features tags should be, according to the
 "Features Overview" section in this doc, one of the following:
@@ -11,7 +13,6 @@
 instead of "users".
 
 Fixes: d0a87d9aa8de ("doc: update mlx5 guide on tunnel offloading")
-Cc: stable at dpdk.org
 
 Signed-off-by: Rami Rosen <ramirose at gmail.com>
 Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the stable mailing list