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

luca.boccassi at gmail.com luca.boccassi at gmail.com
Thu Mar 26 13:57:47 CET 2026


Hi,

FYI, your patch has been queued to stable release 24.11.5

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/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/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/73aa20bf778470abd29f99d35488a7a6282724a4

Thanks.

Luca Boccassi

---
>From 73aa20bf778470abd29f99d35488a7a6282724a4 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
@@ -374,7 +374,8 @@ struct npa_cn20k_aura_s {
 	uint64_t fc_msh_dst : 11;
 	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;
 	uint64_t rsvd_511_448 : 64; /* W7 */
@@ -445,7 +446,8 @@ struct npa_cn20k_pool_s {
 	uint64_t fc_msh_dst : 11;
 	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;
 	uint64_t rsvd_703_640 : 64;  /* W10 */
-- 
2.47.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-03-26 12:56:33.986866922 +0000
+++ 0013-common-cnxk-fix-width-of-DPC-set-field.patch	2026-03-26 12:56:33.441543849 +0000
@@ -1 +1 @@
-From f85f3af3f7006d7439287df5ae3f2d3a40c30336 Mon Sep 17 00:00:00 2001
+From 73aa20bf778470abd29f99d35488a7a6282724a4 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 @@
-@@ -375,7 +375,8 @@ struct npa_cn20k_aura_s {
+@@ -374,7 +374,8 @@ struct npa_cn20k_aura_s {
@@ -31 +32 @@
-@@ -446,7 +447,8 @@ struct npa_cn20k_pool_s {
+@@ -445,7 +446,8 @@ struct npa_cn20k_pool_s {


More information about the stable mailing list