patch 'common/cnxk: fix width of DPC set field' has been queued to stable release 25.11.1

Kevin Traynor ktraynor at redhat.com
Fri Mar 27 11:01:16 CET 2026


Hi,

FYI, your patch has been queued to stable release 25.11.1

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/31/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/dc4bc05f3599c9412113ead5d648c30064aef891

Thanks.

Kevin

---
>From dc4bc05f3599c9412113ead5d648c30064aef891 Mon Sep 17 00:00:00 2001
From: Nawal Kishor <nkishor at marvell.com>
Date: Mon, 16 Mar 2026 11:46:31 +0530
Subject: [PATCH] common/cnxk: fix width of DPC set field

[ upstream commit f85f3af3f7006d7439287df5ae3f2d3a40c30336 ]

Fixed width od op_dpc_set member of npa_cn20k_pool_s and
npa_cn20k_aura_s.

Fixes: 143a419edf35 ("common/cnxk: use new NPA aq enq mbox for CN20K")

Signed-off-by: Nawal Kishor <nkishor at marvell.com>
---
 drivers/common/cnxk/hw/npa.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/common/cnxk/hw/npa.h b/drivers/common/cnxk/hw/npa.h
index 4fd1f9a64b..98de39e653 100644
--- a/drivers/common/cnxk/hw/npa.h
+++ b/drivers/common/cnxk/hw/npa.h
@@ -375,5 +375,6 @@ struct npa_cn20k_aura_s {
 	uint64_t rsvd_438_435 : 4;
 	uint64_t op_dpc_ena : 1;
-	uint64_t op_dpc_set : 6;
+	uint64_t op_dpc_set : 5;
+	uint64_t rsvd_637_637 : 1;
 	uint64_t stream_ctx : 1;
 	uint64_t unified_ctx : 1;
@@ -446,5 +447,6 @@ struct npa_cn20k_pool_s {
 	uint64_t rsvd_630_627 : 4;
 	uint64_t op_dpc_ena : 1;
-	uint64_t op_dpc_set : 6;
+	uint64_t op_dpc_set : 5;
+	uint64_t rsvd_637_637 : 1;
 	uint64_t stream_ctx : 1;
 	uint64_t rsvd_639 : 1;
-- 
2.53.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-03-27 09:58:26.635177723 +0000
+++ 0016-common-cnxk-fix-width-of-DPC-set-field.patch	2026-03-27 09:58:26.145625508 +0000
@@ -1 +1 @@
-From f85f3af3f7006d7439287df5ae3f2d3a40c30336 Mon Sep 17 00:00:00 2001
+From dc4bc05f3599c9412113ead5d648c30064aef891 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit f85f3af3f7006d7439287df5ae3f2d3a40c30336 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index e421c70e01..0c7a8923df 100644
+index 4fd1f9a64b..98de39e653 100644
@@ -21 +22 @@
-@@ -376,5 +376,6 @@ struct npa_cn20k_aura_s {
+@@ -375,5 +375,6 @@ struct npa_cn20k_aura_s {
@@ -29 +30 @@
-@@ -447,5 +448,6 @@ struct npa_cn20k_pool_s {
+@@ -446,5 +447,6 @@ struct npa_cn20k_pool_s {



More information about the stable mailing list