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

Kevin Traynor ktraynor at redhat.com
Thu Jul 30 11:17:00 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/197344540cdda00bb9b879bb47e36062eebdabff

Thanks.

Kevin

---
>From 197344540cdda00bb9b879bb47e36062eebdabff 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 ad4bceaf69..4a2af9e2c7 100644
--- a/drivers/net/dpaa/dpaa_ethdev.c
+++ b/drivers/net/dpaa/dpaa_ethdev.c
@@ -126,5 +126,5 @@ static const struct rte_dpaa_xstats_name_off dpaa_xstats_strings[] = {
 	{"tx_vlan_frame",
 		offsetof(struct dpaa_if_stats, tvlan)},
-	{"rx_undersized",
+	{"tx_undersized",
 		offsetof(struct dpaa_if_stats, tund)},
 	{"rx_frame_counter",
-- 
2.55.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-07-30 10:16:03.778296739 +0100
+++ 0081-net-dpaa-fix-xstats-name-for-Tx-undersized-counter.patch	2026-07-30 10:16:01.506746839 +0100
@@ -1 +1 @@
-From eed9e539382999a31a92c8fb98c9fba1325f1be0 Mon Sep 17 00:00:00 2001
+From 197344540cdda00bb9b879bb47e36062eebdabff 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 ad4bceaf69..4a2af9e2c7 100644



More information about the stable mailing list