patch 'bus/dpaa: fix BMI Rx statistics' has been queued to stable release 25.11.3

Kevin Traynor ktraynor at redhat.com
Thu Jul 30 11:16:54 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/e7a3949dfee790b8af59ff48b9d861da614fb500

Thanks.

Kevin

---
>From e7a3949dfee790b8af59ff48b9d861da614fb500 Mon Sep 17 00:00:00 2001
From: Jun Yang <jun.yang at nxp.com>
Date: Mon, 13 Jul 2026 15:47:35 +0530
Subject: [PATCH] bus/dpaa: fix BMI Rx statistics

[ upstream commit e131706925a79c62e58beaf68b93319be3c14442 ]

Fix incorrect register offset for BMI RX statistics counters
in the fman.h header. The wrong offset caused incorrect stats
values to be reported.

Fixes: 0095306cdbda ("bus/dpaa: add FMan node")

Signed-off-by: Jun Yang <jun.yang at nxp.com>
---
 drivers/bus/dpaa/include/fman.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/bus/dpaa/include/fman.h b/drivers/bus/dpaa/include/fman.h
index 4d4a7c1756..58cd227d95 100644
--- a/drivers/bus/dpaa/include/fman.h
+++ b/drivers/bus/dpaa/include/fman.h
@@ -3,5 +3,5 @@
  * Copyright 2010-2012 Freescale Semiconductor, Inc.
  * All rights reserved.
- * Copyright 2019-2024 NXP
+ * Copyright 2019-2026 NXP
  *
  */
@@ -264,6 +264,6 @@ struct rx_bmi_regs {
 	uint32_t fmbm_acnt[FMAN_PORT_MAX_EXT_POOLS_NUM];
 					/**< Allocate Counter-*/
-	uint32_t reserved0120[16];
-					/**< 0x130/0x140 - 0x15F reserved -*/
+	uint32_t reserved0140[8];
+					/**< 0x140 - 0x15F reserved -*/
 	uint32_t fmbm_rcgm[FMAN_PORT_CG_MAP_NUM];
 					/**< Congestion Group Map*/
-- 
2.55.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-07-30 10:16:03.615799278 +0100
+++ 0075-bus-dpaa-fix-BMI-Rx-statistics.patch	2026-07-30 10:16:01.504591738 +0100
@@ -1 +1 @@
-From e131706925a79c62e58beaf68b93319be3c14442 Mon Sep 17 00:00:00 2001
+From e7a3949dfee790b8af59ff48b9d861da614fb500 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit e131706925a79c62e58beaf68b93319be3c14442 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index c33fe81516..6e3abf1b50 100644
+index 4d4a7c1756..58cd227d95 100644



More information about the stable mailing list