[dpdk-dev] maintainers: add event ring test to eventdev

Message ID 20170803155155.30766-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Thomas Monjalon Aug. 3, 2017, 3:51 p.m. UTC
  This file was not referenced in MAINTAINERS list.
The miss is spotted with devtools/check-maintainers.sh.

As this test file is related to eventdev, they should both
have the same maintainer.

Fixes: 1ee55d7a6e4d ("test/eventdev: add auto-tests for event ring functions")

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

Comments

Jerin Jacob Aug. 3, 2017, 3:55 p.m. UTC | #1
-----Original Message-----
> Date: Thu,  3 Aug 2017 17:51:55 +0200
> From: Thomas Monjalon <thomas@monjalon.net>
> To: jerin.jacob@caviumnetworks.com
> Cc: dev@dpdk.org
> Subject: [PATCH] maintainers: add event ring test to eventdev
> X-Mailer: git-send-email 2.13.2
> 
> This file was not referenced in MAINTAINERS list.
> The miss is spotted with devtools/check-maintainers.sh.
> 
> As this test file is related to eventdev, they should both
> have the same maintainer.
> 
> Fixes: 1ee55d7a6e4d ("test/eventdev: add auto-tests for event ring functions")
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>


> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 897277748..52e048f70 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -825,6 +825,7 @@ M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
>  F: app/test-eventdev/
>  F: doc/guides/tools/testeventdev.rst
>  F: doc/guides/tools/img/eventdev_*
> +F: test/test/test_event_ring.c
>  
>  Procinfo tool
>  M: Maryam Tahhan <maryam.tahhan@intel.com>
> -- 
> 2.13.2
>
  
Thomas Monjalon Aug. 3, 2017, 11:31 p.m. UTC | #2
> > This file was not referenced in MAINTAINERS list.
> > The miss is spotted with devtools/check-maintainers.sh.
> > 
> > As this test file is related to eventdev, they should both
> > have the same maintainer.
> > 
> > Fixes: 1ee55d7a6e4d ("test/eventdev: add auto-tests for event ring functions")
> > 
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

Applied
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 897277748..52e048f70 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -825,6 +825,7 @@  M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
 F: app/test-eventdev/
 F: doc/guides/tools/testeventdev.rst
 F: doc/guides/tools/img/eventdev_*
+F: test/test/test_event_ring.c
 
 Procinfo tool
 M: Maryam Tahhan <maryam.tahhan@intel.com>