[dpdk-dev,v9,3/3] maintainers: add packet crc section and claim maintainership

Message ID 1490890533-92231-4-git-send-email-jasvinder.singh@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers

Checks

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

Commit Message

Jasvinder Singh March 30, 2017, 4:15 p.m. UTC
  Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Thomas Monjalon April 4, 2017, 7:55 p.m. UTC | #1
2017-03-30 17:15, Jasvinder Singh:
> +Packet CRC
> +M: Jasvinder Singh <jasvinder.singh@intel.com>
> +F: lib/librte_net/rte_net_crc*
> +F: lib/librte_net/rte_net_crc_sse.h

The above lines should be in the first patch.

> +F: test/test/test_crc.c

This line should be in the second patch.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 0b1524d..270c2fe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -480,6 +480,12 @@  Network headers
 M: Olivier Matz <olivier.matz@6wind.com>
 F: lib/librte_net/
 
+Packet CRC
+M: Jasvinder Singh <jasvinder.singh@intel.com>
+F: lib/librte_net/rte_net_crc*
+F: lib/librte_net/rte_net_crc_sse.h
+F: test/test/test_crc.c
+
 IP fragmentation & reassembly
 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
 F: lib/librte_ip_frag/