[dpdk-dev] [PATCH] maintainers: fix added or removed files

Thomas Monjalon thomas at monjalon.net
Thu May 2 17:01:21 CEST 2019


Reference to test/Makefile was forgotten when removing this file.
Reference to app/test/test_rcu* was forgotten when adding the files.

Fixes: a9de470cc7c0 ("test: move to app directory")
Fixes: b87089b0bb19 ("test/rcu: add API and functional tests")

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aca441aa9..31706c04e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1229,6 +1229,7 @@ F: app/test/test_kvargs.c
 RCU - EXPERIMENTAL
 M: Honnappa Nagarahalli <honnappa.nagarahalli at arm.com>
 F: lib/librte_rcu/
+F: app/test/test_rcu*
 F: doc/guides/prog_guide/rcu_lib.rst
 
 PCI
@@ -1291,7 +1292,6 @@ Test Applications
 -----------------
 
 Unit tests framework
-F: test/Makefile
 F: app/test/Makefile
 F: app/test/autotest*
 F: app/test/commands.c
-- 
2.21.0



More information about the dev mailing list