patch 'examples/ipsec-secgw: fix cryptodev and eventdev IDs' has been queued to stable release 24.11.2
Kevin Traynor
ktraynor at redhat.com
Mon Mar 24 17:16:36 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 03/28/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/ecedc28fafa7e4eb7e093fde75bb37d402c3dd4d
Thanks.
Kevin
---
>From ecedc28fafa7e4eb7e093fde75bb37d402c3dd4d Mon Sep 17 00:00:00 2001
From: Tejasree Kondoj <ktejasree at marvell.com>
Date: Mon, 2 Dec 2024 12:19:06 +0530
Subject: [PATCH] examples/ipsec-secgw: fix cryptodev and eventdev IDs
[ upstream commit c7b38c687d920000aef08659465e07106caa22c5 ]
Fixing cryptodev and eventdev ID numbers.
Fixes: 0dbe550a4af5 ("examples/ipsec-secgw: initialize event crypto adapter")
Signed-off-by: Tejasree Kondoj <ktejasree at marvell.com>
Acked-by: Anoob Joseph <anoobj at marvell.com>
---
examples/ipsec-secgw/event_helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/ipsec-secgw/event_helper.c b/examples/ipsec-secgw/event_helper.c
index dadddcb306..fc9fa1b000 100644
--- a/examples/ipsec-secgw/event_helper.c
+++ b/examples/ipsec-secgw/event_helper.c
@@ -888,5 +888,5 @@ eh_initialize_crypto_adapter(struct eventmode_conf *em_conf)
/* Add crypto queue pairs to event crypto adapter */
- ret = rte_event_crypto_adapter_queue_pair_add(cdev_id, eventdev_id,
+ ret = rte_event_crypto_adapter_queue_pair_add(eventdev_id, cdev_id,
-1, /* adds all the pre configured queue pairs to the instance */
&queue_conf);
--
2.48.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-03-24 16:15:15.855012889 +0000
+++ 0029-examples-ipsec-secgw-fix-cryptodev-and-eventdev-IDs.patch 2025-03-24 16:15:14.860022785 +0000
@@ -1 +1 @@
-From c7b38c687d920000aef08659465e07106caa22c5 Mon Sep 17 00:00:00 2001
+From ecedc28fafa7e4eb7e093fde75bb37d402c3dd4d Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit c7b38c687d920000aef08659465e07106caa22c5 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
More information about the stable
mailing list