From a106076973e58037a8c001842932d48a36838b60 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Wed, 20 Jul 2016 12:34:45 +0200 Subject: [PATCH] maintainers: split networking and crypto drivers There are now 2 different sections for drivers/net/ and drivers/crypto/. It makes possible to declare some dedicated git trees. Signed-off-by: Thomas Monjalon --- MAINTAINERS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6a47104371..3bfcc9f89f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -242,8 +242,8 @@ F: app/test/test_cryptodev* F: examples/l2fwd-crypto/ -Drivers -------- +Networking Drivers +------------------ Link bonding M: Declan Doherty @@ -386,10 +386,14 @@ F: doc/guides/nics/pcap_ring.rst F: app/test/test_pmd_ring.c F: app/test/test_pmd_ring_perf.c -Null PMD +Null Networking PMD M: Tetsuya Mukawa F: drivers/net/null/ + +Crypto Drivers +-------------- + Intel AES-NI GCM PMD M: Declan Doherty F: drivers/crypto/aesni_gcm/ -- 2.20.1