[dpdk-dev,v3,10/11] maintainers: claim ownership of rawdev

Message ID 20180130145710.24757-11-shreyansh.jain@nxp.com (mailing list archive)
State Superseded, archived
Headers

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation fail Compilation issues

Commit Message

Shreyansh Jain Jan. 30, 2018, 2:57 p.m. UTC
  Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Thomas Monjalon Jan. 30, 2018, 4:50 p.m. UTC | #1
30/01/2018 15:57, Shreyansh Jain:
> +Rawdev API - EXPERIMENTAL
> +M: Shreyansh Jain <shreyansh.jain@nxp.com>
> +M: Hemant Agrawal <hemant.agrawal@nxp.com>
> +F: lib/librte_rawdev/*
> +F: test/test/test_rawdev.c
> +F: drivers/rawdev/skeleton/*
>  
>  Bus Drivers
>  -----------

One blank line is missing.

You should update MAINTAINERS in the patches adding the files.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 5afa9cc6e..e422c871c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -306,6 +306,12 @@  F: lib/librte_eventdev/*eth_rx_adapter*
 F: test/test/test_event_eth_rx_adapter.c
 F: doc/guides/prog_guide/event_ethernet_rx_adapter.rst
 
+Rawdev API - EXPERIMENTAL
+M: Shreyansh Jain <shreyansh.jain@nxp.com>
+M: Hemant Agrawal <hemant.agrawal@nxp.com>
+F: lib/librte_rawdev/*
+F: test/test/test_rawdev.c
+F: drivers/rawdev/skeleton/*
 
 Bus Drivers
 -----------