patch 'maintainers: fix app/test attributions' has been queued to stable release 24.11.7

luca.boccassi at gmail.com luca.boccassi at gmail.com
Mon Jul 20 19:04:07 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/fb7e20b051c9f0edfeb562656fa1f1f9d28b82e9

Thanks.

Luca Boccassi

---
>From fb7e20b051c9f0edfeb562656fa1f1f9d28b82e9 Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen at networkplumber.org>
Date: Wed, 29 Apr 2026 09:29:13 -0700
Subject: [PATCH] maintainers: fix app/test attributions

[ upstream commit 7105e8dabc554cfc5a3bfe572e2982b2bf83f16e ]

Two app/test entries were attributed to the wrong section:

* test_event_ring.c exercises rte_event_ring
  not the standalone app/test-eventdev/  binary.
  Move it from "Eventdev test application" to "Eventdev API"
  alongside test_eventdev.c, matching how test_event_eth_*_adapter.c and
  test_event_*_adapter.c are grouped with their corresponding
  lib/eventdev/*adapter* sub-libraries.

* The "test_*hash*" glob in the Hashes section unintentionally matched
  three crypto hash test vector headers which belong only
  to the Crypto API section. Replace with the two narrower globs
  "test_hash*" and "test_thash*" which together cover every legitimate
  hash test source (test_hash*.c and test_thash*.c) without leaking into
  cryptodev.

Fixes: 6771bd38d162 ("maintainers: add event ring test to eventdev")
Fixes: 8bdf665fe6c0 ("app/test: add SNOW 3G")
Fixes: 27a1c4714d54 ("app/test: add KASUMI crypto")
Fixes: ffbe3be0d4b5 ("app/test: add libcrypto")

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 60bdcce543..e08693efae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -545,6 +545,7 @@ F: lib/eventdev/
 F: doc/guides/prog_guide/eventdev/eventdev.rst
 F: drivers/event/skeleton/
 F: app/test/test_eventdev.c
+F: app/test/test_event_ring.c
 F: examples/l3fwd/l3fwd_event*
 
 Eventdev Ethdev Rx Adapter API
@@ -1706,7 +1707,8 @@ M: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
 F: lib/hash/
 F: doc/guides/prog_guide/hash_lib.rst
 F: doc/guides/prog_guide/toeplitz_hash_lib.rst
-F: app/test/test_*hash*
+F: app/test/test_hash*
+F: app/test/test_thash*
 F: app/test/test_func_reentrancy.c
 
 LPM
@@ -1931,7 +1933,6 @@ T: git://dpdk.org/next/dpdk-next-eventdev
 F: app/test-eventdev/
 F: doc/guides/tools/testeventdev.rst
 F: doc/guides/tools/img/eventdev_*
-F: app/test/test_event_ring.c
 
 Graph application
 M: Sunil Kumar Kori <skori at marvell.com>
-- 
2.47.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-07-20 18:03:26.367163474 +0100
+++ 0023-maintainers-fix-app-test-attributions.patch	2026-07-20 18:03:25.520443499 +0100
@@ -1 +1 @@
-From 7105e8dabc554cfc5a3bfe572e2982b2bf83f16e Mon Sep 17 00:00:00 2001
+From fb7e20b051c9f0edfeb562656fa1f1f9d28b82e9 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 7105e8dabc554cfc5a3bfe572e2982b2bf83f16e ]
+
@@ -26 +27,0 @@
-Cc: stable at dpdk.org
@@ -34 +35 @@
-index 1374a1ea56..e99a65d197 100644
+index 60bdcce543..e08693efae 100644
@@ -45 +46 @@
-@@ -1772,7 +1773,8 @@ M: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
+@@ -1706,7 +1707,8 @@ M: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
@@ -55 +56 @@
-@@ -2003,7 +2005,6 @@ T: git://dpdk.org/next/dpdk-next-eventdev
+@@ -1931,7 +1933,6 @@ T: git://dpdk.org/next/dpdk-next-eventdev


More information about the stable mailing list