patch 'app/testpmd: remove flex item init command leftover' has been queued to stable release 21.11.9
Kevin Traynor
ktraynor at redhat.com
Wed Nov 27 18:18:11 CET 2024
Hi,
FYI, your patch has been queued to stable release 21.11.9
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 12/02/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://github.com/kevintraynor/dpdk-stable
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/7dfb709dce29536f6119571b5a5b32c6181d9860
Thanks.
Kevin
---
>From 7dfb709dce29536f6119571b5a5b32c6181d9860 Mon Sep 17 00:00:00 2001
From: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
Date: Wed, 18 Sep 2024 16:46:20 +0300
Subject: [PATCH] app/testpmd: remove flex item init command leftover
[ upstream commit d5c50397a1cc06419970afbea9cd1c37e3c08a5b ]
There was a leftover of "flow flex init" command used
for debug purposes and had no useful functionality in
the production code.
Fixes: 59f3a8acbcdb ("app/testpmd: add flex item commands")
Signed-off-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
Acked-by: Dariusz Sosnowski <dsosnowski at nvidia.com>
---
app/test-pmd/cmdline_flow.c | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index 3e2ef95a54..cf12463f86 100644
--- a/app/test-pmd/cmdline_flow.c
+++ b/app/test-pmd/cmdline_flow.c
@@ -87,5 +87,4 @@ enum index {
/* Flex arguments */
- FLEX_ITEM_INIT,
FLEX_ITEM_CREATE,
FLEX_ITEM_DESTROY,
@@ -922,5 +921,4 @@ struct parse_action_priv {
static const enum index next_flex_item[] = {
- FLEX_ITEM_INIT,
FLEX_ITEM_CREATE,
FLEX_ITEM_DESTROY,
@@ -2317,13 +2315,4 @@ static const struct token token_list[] = {
.call = parse_flex,
},
- [FLEX_ITEM_INIT] = {
- .name = "init",
- .help = "flex item init",
- .args = ARGS(ARGS_ENTRY(struct buffer, args.flex.token),
- ARGS_ENTRY(struct buffer, port)),
- .next = NEXT(NEXT_ENTRY(COMMON_FLEX_TOKEN),
- NEXT_ENTRY(COMMON_PORT_ID)),
- .call = parse_flex
- },
[FLEX_ITEM_CREATE] = {
.name = "create",
@@ -7495,5 +7484,4 @@ parse_flex(struct context *ctx, const struct token *token,
default:
break;
- case FLEX_ITEM_INIT:
case FLEX_ITEM_CREATE:
case FLEX_ITEM_DESTROY:
--
2.47.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2024-11-27 17:17:40.275244629 +0000
+++ 0064-app-testpmd-remove-flex-item-init-command-leftover.patch 2024-11-27 17:17:38.248269492 +0000
@@ -1 +1 @@
-From d5c50397a1cc06419970afbea9cd1c37e3c08a5b Mon Sep 17 00:00:00 2001
+From 7dfb709dce29536f6119571b5a5b32c6181d9860 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit d5c50397a1cc06419970afbea9cd1c37e3c08a5b ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index 5451b3a453..5f71e5ba44 100644
+index 3e2ef95a54..cf12463f86 100644
@@ -23 +24 @@
-@@ -107,5 +107,4 @@ enum index {
+@@ -87,5 +87,4 @@ enum index {
@@ -29 +30 @@
-@@ -1321,5 +1320,4 @@ struct parse_action_priv {
+@@ -922,5 +921,4 @@ struct parse_action_priv {
@@ -35 +36 @@
-@@ -4189,13 +4187,4 @@ static const struct token token_list[] = {
+@@ -2317,13 +2315,4 @@ static const struct token token_list[] = {
@@ -49 +50 @@
-@@ -11473,5 +11462,4 @@ parse_flex(struct context *ctx, const struct token *token,
+@@ -7495,5 +7484,4 @@ parse_flex(struct context *ctx, const struct token *token,
More information about the stable
mailing list