patch 'baseband/acc: fix queue setup failure clean up' has been queued to stable release 24.11.2
Kevin Traynor
ktraynor at redhat.com
Mon Mar 24 17:16:31 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/29a23f6fa880a98352d9acb4d76cb298da7d8050
Thanks.
Kevin
---
>From 29a23f6fa880a98352d9acb4d76cb298da7d8050 Mon Sep 17 00:00:00 2001
From: Nicolas Chautru <nicolas.chautru at intel.com>
Date: Wed, 5 Mar 2025 10:27:16 -0800
Subject: [PATCH] baseband/acc: fix queue setup failure clean up
[ upstream commit dd81690238585a1985767a8473ac452a048643ea ]
Incomplete clean up for vrb2 variant when queue setup fails
to complete successfully.
Fixes: fc65d3dcabe0 ("baseband/acc: refactor queue allocation")
Signed-off-by: Nicolas Chautru <nicolas.chautru at intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
---
drivers/baseband/acc/rte_vrb_pmd.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/baseband/acc/rte_vrb_pmd.c b/drivers/baseband/acc/rte_vrb_pmd.c
index eb9892ff31..0652447da1 100644
--- a/drivers/baseband/acc/rte_vrb_pmd.c
+++ b/drivers/baseband/acc/rte_vrb_pmd.c
@@ -1157,4 +1157,6 @@ free_q:
rte_free(q);
q = NULL;
+ if (d->device_variant == VRB2_VARIANT)
+ d->queue_index[conf->op_type]--;
return ret;
--
2.48.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-03-24 16:15:15.705170837 +0000
+++ 0024-baseband-acc-fix-queue-setup-failure-clean-up.patch 2025-03-24 16:15:14.856735933 +0000
@@ -1 +1 @@
-From dd81690238585a1985767a8473ac452a048643ea Mon Sep 17 00:00:00 2001
+From 29a23f6fa880a98352d9acb4d76cb298da7d8050 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit dd81690238585a1985767a8473ac452a048643ea ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 27620ccc10..2c10ef2c94 100644
+index eb9892ff31..0652447da1 100644
More information about the stable
mailing list