patch 'net/dpaa: fix xstats name for Tx undersized counter' has been queued to stable release 24.11.7

luca.boccassi at gmail.com luca.boccassi at gmail.com
Mon Jul 20 19:03:53 CEST 2026


Hi,

FYI, your patch has been queued to stable release 24.11.7

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/22/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/a0c1f554c2e293caf819cebefab07bcd30964cab

Thanks.

Luca Boccassi

---
>From a0c1f554c2e293caf819cebefab07bcd30964cab Mon Sep 17 00:00:00 2001
From: Hemant Agrawal <hemant.agrawal at nxp.com>
Date: Mon, 13 Jul 2026 15:47:41 +0530
Subject: [PATCH] net/dpaa: fix xstats name for Tx undersized counter

[ upstream commit eed9e539382999a31a92c8fb98c9fba1325f1be0 ]

The xstat entry mapping to 'tund' (TX undersized) was incorrectly
labeled as 'rx_undersized'. Fix the prefix to 'tx_undersized'.

Fixes: b21ed3e2a16d ("net/dpaa: support extended statistics")

Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
---
 drivers/net/dpaa/dpaa_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/dpaa/dpaa_ethdev.c b/drivers/net/dpaa/dpaa_ethdev.c
index 751d90d7d7..fdddb5396b 100644
--- a/drivers/net/dpaa/dpaa_ethdev.c
+++ b/drivers/net/dpaa/dpaa_ethdev.c
@@ -133,7 +133,7 @@ static const struct rte_dpaa_xstats_name_off dpaa_xstats_strings[] = {
 		offsetof(struct dpaa_if_stats, terr)},
 	{"tx_vlan_frame",
 		offsetof(struct dpaa_if_stats, tvlan)},
-	{"rx_undersized",
+	{"tx_undersized",
 		offsetof(struct dpaa_if_stats, tund)},
 	{"rx_frame_counter",
 		offsetof(struct dpaa_if_rx_bmi_stats, fmbm_rfrc)},
-- 
2.47.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-07-20 18:03:25.851755743 +0100
+++ 0009-net-dpaa-fix-xstats-name-for-Tx-undersized-counter.patch	2026-07-20 18:03:25.504443227 +0100
@@ -1 +1 @@
-From eed9e539382999a31a92c8fb98c9fba1325f1be0 Mon Sep 17 00:00:00 2001
+From a0c1f554c2e293caf819cebefab07bcd30964cab Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit eed9e539382999a31a92c8fb98c9fba1325f1be0 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index f679a6e781..da83b45831 100644
+index 751d90d7d7..fdddb5396b 100644
@@ -21 +22 @@
-@@ -125,7 +125,7 @@ static const struct rte_dpaa_xstats_name_off dpaa_xstats_strings[] = {
+@@ -133,7 +133,7 @@ static const struct rte_dpaa_xstats_name_off dpaa_xstats_strings[] = {


More information about the stable mailing list