patch 'bus/dpaa: fix FQ creation failure handling' has been queued to stable release 25.11.3
Kevin Traynor
ktraynor at redhat.com
Thu Jul 30 11:16:49 CEST 2026
Hi,
FYI, your patch has been queued to stable release 25.11.3
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/04/26. 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/7d4a12cfc7fdf67d7efa5e9f7326a121e4da2574
Thanks.
Kevin
---
>From 7d4a12cfc7fdf67d7efa5e9f7326a121e4da2574 Mon Sep 17 00:00:00 2001
From: Hemant Agrawal <hemant.agrawal at nxp.com>
Date: Mon, 13 Jul 2026 15:47:30 +0530
Subject: [PATCH] bus/dpaa: fix FQ creation failure handling
[ upstream commit f3b056a003d30de08612ade0d020c2697c08dde6 ]
Fix the error handling path in qman_create_fq() to properly
return error codes instead of silently ignoring failures.
Fixes: c47ff048b99a ("bus/dpaa: add QMAN driver core routines")
Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
---
drivers/bus/dpaa/base/qbman/qman.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/bus/dpaa/base/qbman/qman.c b/drivers/bus/dpaa/base/qbman/qman.c
index 76a1d93032..2165794964 100644
--- a/drivers/bus/dpaa/base/qbman/qman.c
+++ b/drivers/bus/dpaa/base/qbman/qman.c
@@ -1580,4 +1580,7 @@ err:
if (flags & QMAN_FQ_FLAG_DYNAMIC_FQID)
qman_release_fqid(fqid);
+#ifdef CONFIG_FSL_QMAN_FQ_LOOKUP
+ clear_fq_table_entry(fq->key);
+#endif
return -EIO;
}
--
2.55.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-07-30 10:16:03.482356076 +0100
+++ 0070-bus-dpaa-fix-FQ-creation-failure-handling.patch 2026-07-30 10:16:01.500990768 +0100
@@ -1 +1 @@
-From f3b056a003d30de08612ade0d020c2697c08dde6 Mon Sep 17 00:00:00 2001
+From 7d4a12cfc7fdf67d7efa5e9f7326a121e4da2574 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit f3b056a003d30de08612ade0d020c2697c08dde6 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index 5534e1846c..9a99eb9785 100644
+index 76a1d93032..2165794964 100644
More information about the stable
mailing list