DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] maintainers: claim responsability for crypto subtree
@ 2016-08-30 18:47 Pablo de Lara
  2016-09-15 15:17 ` Thomas Monjalon
  2016-09-15 23:25 ` [dpdk-dev] [PATCH v2] " Pablo de Lara
  0 siblings, 2 replies; 5+ messages in thread
From: Pablo de Lara @ 2016-08-30 18:47 UTC (permalink / raw)
  To: dev; +Cc: thomas.monjalon, Pablo de Lara

>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(+)

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>
-- 
2.7.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] maintainers: claim responsability for crypto subtree
  2016-08-30 18:47 [dpdk-dev] [PATCH] maintainers: claim responsability for crypto subtree Pablo de Lara
@ 2016-09-15 15:17 ` Thomas Monjalon
  2016-09-15 23:15   ` De Lara Guarch, Pablo
  2016-09-15 23:25 ` [dpdk-dev] [PATCH v2] " Pablo de Lara
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2016-09-15 15:17 UTC (permalink / raw)
  To: Pablo de Lara; +Cc: dev

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] maintainers: claim responsability for crypto subtree
  2016-09-15 15:17 ` Thomas Monjalon
@ 2016-09-15 23:15   ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 5+ messages in thread
From: De Lara Guarch, Pablo @ 2016-09-15 23:15 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev



> -----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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-dev] [PATCH v2] maintainers: claim responsability for crypto subtree
  2016-08-30 18:47 [dpdk-dev] [PATCH] maintainers: claim responsability for crypto subtree Pablo de Lara
  2016-09-15 15:17 ` Thomas Monjalon
@ 2016-09-15 23:25 ` Pablo de Lara
  2016-09-16  8:15   ` Thomas Monjalon
  1 sibling, 1 reply; 5+ messages in thread
From: Pablo de Lara @ 2016-09-15 23:25 UTC (permalink / raw)
  To: dev; +Cc: thomas.monjalon, Pablo de Lara

>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>
---
Changes in v2:
- Included subtree path

 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH v2] maintainers: claim responsability for crypto subtree
  2016-09-15 23:25 ` [dpdk-dev] [PATCH v2] " Pablo de Lara
@ 2016-09-16  8:15   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2016-09-16  8:15 UTC (permalink / raw)
  To: Pablo de Lara; +Cc: dev

2016-09-16 00:25, Pablo de Lara:
> 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>

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied, thanks for your involvement Pablo!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-16  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-30 18:47 [dpdk-dev] [PATCH] maintainers: claim responsability for crypto subtree Pablo de Lara
2016-09-15 15:17 ` Thomas Monjalon
2016-09-15 23:15   ` De Lara Guarch, Pablo
2016-09-15 23:25 ` [dpdk-dev] [PATCH v2] " Pablo de Lara
2016-09-16  8:15   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).