[dpdk-dev] maintainers: claim responsability for crypto subtree

Message ID 1472582850-214214-1-git-send-email-pablo.de.lara.guarch@intel.com (mailing list archive)
State Changes Requested, archived
Delegated to: Thomas Monjalon
Headers

Commit Message

De Lara Guarch, Pablo Aug. 30, 2016, 6:47 p.m. UTC
  From 16.07, I will be the maintainer of the crypto subtree.

This will include:
- app/test/test_cryptodev*
- doc/guides/cryptodevs/
- drivers/crypto/
- examples/l2fwd-crypto/
- examples/ipsec-secgw/
- lib/librte_cryptodev/

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Thomas Monjalon Sept. 15, 2016, 3:17 p.m. UTC | #1
2016-08-30 19:47, Pablo de Lara:
> From 16.07, I will be the maintainer of the crypto subtree.
[...]
>  Crypto Drivers
>  --------------
> +T: Pablo de Lara <pablo.de.lara.guarch@intel.com>

I think that the syntax should be:

M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
T: git://dpdk.org/dpdk-next-crypto
  
De Lara Guarch, Pablo Sept. 15, 2016, 11:15 p.m. UTC | #2
> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Thursday, September 15, 2016 8:17 AM
> To: De Lara Guarch, Pablo
> Cc: dev@dpdk.org
> Subject: Re: [PATCH] maintainers: claim responsability for crypto subtree
> 
> 2016-08-30 19:47, Pablo de Lara:
> > From 16.07, I will be the maintainer of the crypto subtree.
> [...]
> >  Crypto Drivers
> >  --------------
> > +T: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> 
> I think that the syntax should be:
> 
> M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> T: git://dpdk.org/dpdk-next-crypto
> 

Oh yes, sorry about that. Will send a v2 shortly.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index bc9aa02..ee5118e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -398,6 +398,7 @@  F: drivers/net/null/
 
 Crypto Drivers
 --------------
+T: Pablo de Lara <pablo.de.lara.guarch@intel.com>
 
 Intel AES-NI GCM PMD
 M: Declan Doherty <declan.doherty@intel.com>