patch 'examples/flow_filtering: remove duplicate assignment' has been queued to stable release 24.11.2
Kevin Traynor
ktraynor at redhat.com
Thu Feb 13 10:57:45 CET 2025
Hi,
FYI, your patch has been queued to stable release 24.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 02/17/25. 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/1d3a36ce47f3bc99b5b647d943fab989aaea0562
Thanks.
Kevin
---
>From 1d3a36ce47f3bc99b5b647d943fab989aaea0562 Mon Sep 17 00:00:00 2001
From: Ariel Otilibili <otilibil at eurecom.fr>
Date: Wed, 15 Jan 2025 13:11:50 +0100
Subject: [PATCH] examples/flow_filtering: remove duplicate assignment
[ upstream commit 7d73fa47f4ef9223cf39303bb731f071435228be ]
Last action in template was being assigned twice.
Coverity issue: 451221
Fixes: 16158f349000 ("examples/flow_filtering: introduce use cases snippets")
Signed-off-by: Ariel Otilibili <otilibil at eurecom.fr>
---
.mailmap | 1 +
examples/flow_filtering/snippets/snippet_match_ipv4.c | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mailmap b/.mailmap
index 23cbd690f2..2c7a5d007e 100644
--- a/.mailmap
+++ b/.mailmap
@@ -135,4 +135,5 @@ Apeksha Gupta <apeksha.gupta at nxp.com>
Archana Muniganti <marchana at marvell.com> <muniganti.archana at caviumnetworks.com>
Archit Pandey <architpandeynitk at gmail.com>
+Ariel Otilibili <otilibil at eurecom.fr> <ariel.otilibili at 6wind.com>
Arkadiusz Kubalewski <arkadiusz.kubalewski at intel.com>
Arkadiusz Kusztal <arkadiuszx.kusztal at intel.com>
diff --git a/examples/flow_filtering/snippets/snippet_match_ipv4.c b/examples/flow_filtering/snippets/snippet_match_ipv4.c
index 808208e7b0..65fb045e8b 100644
--- a/examples/flow_filtering/snippets/snippet_match_ipv4.c
+++ b/examples/flow_filtering/snippets/snippet_match_ipv4.c
@@ -77,5 +77,4 @@ snippet_ipv4_flow_create_actions_template(uint16_t port_id, struct rte_flow_erro
};
- tactions[0].type = RTE_FLOW_ACTION_TYPE_QUEUE;
tactions[0].type = RTE_FLOW_ACTION_TYPE_END;
--
2.48.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-02-12 17:29:36.537330497 +0000
+++ 0018-examples-flow_filtering-remove-duplicate-assignment.patch 2025-02-12 17:29:34.185944945 +0000
@@ -1 +1 @@
-From 7d73fa47f4ef9223cf39303bb731f071435228be Mon Sep 17 00:00:00 2001
+From 1d3a36ce47f3bc99b5b647d943fab989aaea0562 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 7d73fa47f4ef9223cf39303bb731f071435228be ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 6afecb5a3e..57332fd75a 100644
+index 23cbd690f2..2c7a5d007e 100644
More information about the stable
mailing list