patch 'net/dpaa: remove duplicate packet types' has been queued to stable release 25.11.3

Kevin Traynor ktraynor at redhat.com
Thu Jul 30 11:17:02 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/4172726cd682f57db3e5acf2ef22f284d77dfc32

Thanks.

Kevin

---
>From 4172726cd682f57db3e5acf2ef22f284d77dfc32 Mon Sep 17 00:00:00 2001
From: Hemant Agrawal <hemant.agrawal at nxp.com>
Date: Mon, 13 Jul 2026 15:47:43 +0530
Subject: [PATCH] net/dpaa: remove duplicate packet types

[ upstream commit e16a3062e1ce12cd1041536c65c6ac36419eaa64 ]

RTE_PTYPE_L4_TCP and RTE_PTYPE_L4_UDP were listed twice in the
supported ptypes array returned by dpaa_supported_ptypes_get().
Remove the duplicate entries.

Fixes: ec503d8fa782 ("net/dpaa: update supported ptypes")

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

diff --git a/drivers/net/dpaa/dpaa_ethdev.c b/drivers/net/dpaa/dpaa_ethdev.c
index 92ef5e3897..4c1f6a05c8 100644
--- a/drivers/net/dpaa/dpaa_ethdev.c
+++ b/drivers/net/dpaa/dpaa_ethdev.c
@@ -408,6 +408,4 @@ dpaa_supported_ptypes_get(struct rte_eth_dev *dev, size_t *no_of_elements)
 		RTE_PTYPE_L4_UDP,
 		RTE_PTYPE_L4_FRAG,
-		RTE_PTYPE_L4_TCP,
-		RTE_PTYPE_L4_UDP,
 		RTE_PTYPE_L4_SCTP,
 		RTE_PTYPE_TUNNEL_ESP,
-- 
2.55.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-07-30 10:16:03.832633604 +0100
+++ 0083-net-dpaa-remove-duplicate-packet-types.patch	2026-07-30 10:16:01.507567161 +0100
@@ -1 +1 @@
-From e16a3062e1ce12cd1041536c65c6ac36419eaa64 Mon Sep 17 00:00:00 2001
+From 4172726cd682f57db3e5acf2ef22f284d77dfc32 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit e16a3062e1ce12cd1041536c65c6ac36419eaa64 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 50d30d23b2..1774d000a0 100644
+index 92ef5e3897..4c1f6a05c8 100644
@@ -22 +23 @@
-@@ -407,6 +407,4 @@ dpaa_supported_ptypes_get(struct rte_eth_dev *dev, size_t *no_of_elements)
+@@ -408,6 +408,4 @@ dpaa_supported_ptypes_get(struct rte_eth_dev *dev, size_t *no_of_elements)



More information about the stable mailing list