SIGN IN SIGN UP

maintainers: fix app/test attributions

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")
Cc: stable@dpdk.org

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
S
Stephen Hemminger committed
7105e8dabc554cfc5a3bfe572e2982b2bf83f16e
Parent: e508dd2
Committed by Thomas Monjalon <thomas@monjalon.net> on 7/19/2026, 9:36:50 AM