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

Kevin Traynor ktraynor at redhat.com
Thu Jul 30 11:17:15 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/5f599d7ff42c9b2a0f20075965eab69274d90457

Thanks.

Kevin

---
>From 5f599d7ff42c9b2a0f20075965eab69274d90457 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 d7d8dbdb25..dca611ffa0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -541,4 +541,5 @@ 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*
 
@@ -1760,5 +1761,6 @@ 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
 
@@ -1991,5 +1993,4 @@ 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
-- 
2.55.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-07-30 10:16:04.178511670 +0100
+++ 0096-maintainers-fix-app-test-attributions.patch	2026-07-30 10:16:01.514181551 +0100
@@ -1 +1 @@
-From 7105e8dabc554cfc5a3bfe572e2982b2bf83f16e Mon Sep 17 00:00:00 2001
+From 5f599d7ff42c9b2a0f20075965eab69274d90457 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 d7d8dbdb25..dca611ffa0 100644
@@ -37 +38 @@
-@@ -546,4 +546,5 @@ F: doc/guides/prog_guide/eventdev/eventdev.rst
+@@ -541,4 +541,5 @@ F: doc/guides/prog_guide/eventdev/eventdev.rst
@@ -43 +44 @@
-@@ -1773,5 +1774,6 @@ F: lib/hash/
+@@ -1760,5 +1761,6 @@ F: lib/hash/
@@ -51 +52 @@
-@@ -2004,5 +2006,4 @@ F: app/test-eventdev/
+@@ -1991,5 +1993,4 @@ F: app/test-eventdev/



More information about the stable mailing list