patch 'app/testpmd: fix flow modify tag typo' has been queued to stable release 23.11.1

Xueming Li xuemingl at nvidia.com
Sat Apr 13 14:48:15 CEST 2024


Hi,

FYI, your patch has been queued to stable release 23.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 04/15/24. 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://git.dpdk.org/dpdk-stable/log/?h=23.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=4d1331e9725ad7947d98287f9cecce516c73c311

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 4d1331e9725ad7947d98287f9cecce516c73c311 Mon Sep 17 00:00:00 2001
From: Rongwei Liu <rongweil at nvidia.com>
Date: Fri, 23 Feb 2024 05:21:54 +0200
Subject: [PATCH] app/testpmd: fix flow modify tag typo
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit c68992beeeef90be917b88e013cb9dcbe2ee221e ]

Update the name to the right one: "src_tag_index"

Fixes: c23626f27b09 ("ethdev: add MPLS header modification")

Signed-off-by: Rongwei Liu <rongweil at nvidia.com>
Acked-by: Dariusz Sosnowski <dsosnowski at nvidia.com>
Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>
---
 app/test-pmd/cmdline_flow.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index ce71818705..5647add29a 100644
--- a/app/test-pmd/cmdline_flow.c
+++ b/app/test-pmd/cmdline_flow.c
@@ -6905,7 +6905,7 @@ static const struct token token_list[] = {
 		.comp = comp_none,
 	},
 	[ACTION_MODIFY_FIELD_SRC_TAG_INDEX] = {
-		.name = "stc_tag_index",
+		.name = "src_tag_index",
 		.help = "source field tag array",
 		.next = NEXT(action_modify_field_src,
 			     NEXT_ENTRY(COMMON_UNSIGNED)),
-- 
2.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2024-04-13 20:43:05.608018034 +0800
+++ 0015-app-testpmd-fix-flow-modify-tag-typo.patch	2024-04-13 20:43:04.917754036 +0800
@@ -1 +1 @@
-From c68992beeeef90be917b88e013cb9dcbe2ee221e Mon Sep 17 00:00:00 2001
+From 4d1331e9725ad7947d98287f9cecce516c73c311 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit c68992beeeef90be917b88e013cb9dcbe2ee221e ]
@@ -9 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +21 @@
-index b4389e5150..f69516faf2 100644
+index ce71818705..5647add29a 100644
@@ -22 +24 @@
-@@ -7316,7 +7316,7 @@ static const struct token token_list[] = {
+@@ -6905,7 +6905,7 @@ static const struct token token_list[] = {


More information about the stable mailing list