All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] maintainers: call out subtree for bbdev and security
@ 2018-04-13  8:14 Pablo de Lara
  2018-04-13 19:28 ` Mokhtar, Amr
  2018-04-27 22:05 ` Thomas Monjalon
  0 siblings, 2 replies; 5+ messages in thread
From: Pablo de Lara @ 2018-04-13  8:14 UTC (permalink / raw)
  To: thomas; +Cc: dev, Pablo de Lara

Commits for bbdev and security libraries are merged
into the Next Crypto subtree.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 77ceb63cb..c1892e490 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -312,6 +312,7 @@ F: lib/librte_ether/rte_mtr*
 
 Baseband API - EXPERIMENTAL
 M: Amr Mokhtar <amr.mokhtar@intel.com>
+T: git://dpdk.org/next/dpdk-next-crypto
 F: lib/librte_bbdev/
 F: doc/guides/prog_guide/bbdev.rst
 F: drivers/baseband/
@@ -332,6 +333,7 @@ F: examples/l2fwd-crypto/
 Security API - EXPERIMENTAL
 M: Akhil Goyal <akhil.goyal@nxp.com>
 M: Declan Doherty <declan.doherty@intel.com>
+T: git://dpdk.org/next/dpdk-next-crypto
 F: lib/librte_security/
 F: doc/guides/prog_guide/rte_security.rst
 
-- 
2.14.3

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

* Re: [PATCH] maintainers: call out subtree for bbdev and security
  2018-04-13  8:14 [PATCH] maintainers: call out subtree for bbdev and security Pablo de Lara
@ 2018-04-13 19:28 ` Mokhtar, Amr
  2018-04-19 13:13   ` De Lara Guarch, Pablo
  2018-04-27 22:05 ` Thomas Monjalon
  1 sibling, 1 reply; 5+ messages in thread
From: Mokhtar, Amr @ 2018-04-13 19:28 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, thomas; +Cc: dev

Hi Pablo, Thomas,
There are some update patches undergoing submission for bbdev on master.
Do we need to copy them over from master to next-crypto-subtree?
And how this will work in the future? Will all future patches go to next subtree and back to master?

Best regards,
Amr

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Friday 13 April 2018 09:15
> To: thomas@monjalon.net
> Cc: dev@dpdk.org; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> Subject: [dpdk-dev] [PATCH] maintainers: call out subtree for bbdev and
> security
> 
> Commits for bbdev and security libraries are merged
> into the Next Crypto subtree.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77ceb63cb..c1892e490 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -312,6 +312,7 @@ F: lib/librte_ether/rte_mtr*
> 
>  Baseband API - EXPERIMENTAL
>  M: Amr Mokhtar <amr.mokhtar@intel.com>
> +T: git://dpdk.org/next/dpdk-next-crypto
>  F: lib/librte_bbdev/
>  F: doc/guides/prog_guide/bbdev.rst
>  F: drivers/baseband/
> @@ -332,6 +333,7 @@ F: examples/l2fwd-crypto/
>  Security API - EXPERIMENTAL
>  M: Akhil Goyal <akhil.goyal@nxp.com>
>  M: Declan Doherty <declan.doherty@intel.com>
> +T: git://dpdk.org/next/dpdk-next-crypto
>  F: lib/librte_security/
>  F: doc/guides/prog_guide/rte_security.rst
> 
> --
> 2.14.3

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

* Re: [PATCH] maintainers: call out subtree for bbdev and security
  2018-04-13 19:28 ` Mokhtar, Amr
@ 2018-04-19 13:13   ` De Lara Guarch, Pablo
  2018-04-20 10:48     ` Mokhtar, Amr
  0 siblings, 1 reply; 5+ messages in thread
From: De Lara Guarch, Pablo @ 2018-04-19 13:13 UTC (permalink / raw)
  To: Mokhtar, Amr, thomas; +Cc: dev

Hi Amr,

> -----Original Message-----
> From: Mokhtar, Amr
> Sent: Friday, April 13, 2018 8:28 PM
> To: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>;
> thomas@monjalon.net
> Cc: dev@dpdk.org
> Subject: RE: [dpdk-dev] [PATCH] maintainers: call out subtree for bbdev and
> security
> 
> Hi Pablo, Thomas,
> There are some update patches undergoing submission for bbdev on master.
> Do we need to copy them over from master to next-crypto-subtree?
> And how this will work in the future? Will all future patches go to next subtree
> and back to master?

Sorry for not replying to this earlier. These patches will get merged in next-crypto subtree
and then, after a pull request, Thomas will merge the changes into mainline.

Pablo

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

* Re: [PATCH] maintainers: call out subtree for bbdev and security
  2018-04-19 13:13   ` De Lara Guarch, Pablo
@ 2018-04-20 10:48     ` Mokhtar, Amr
  0 siblings, 0 replies; 5+ messages in thread
From: Mokhtar, Amr @ 2018-04-20 10:48 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, thomas; +Cc: dev


> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Thursday 19 April 2018 14:14
> To: Mokhtar, Amr <amr.mokhtar@intel.com>; thomas@monjalon.net
> Cc: dev@dpdk.org
> Subject: RE: [dpdk-dev] [PATCH] maintainers: call out subtree for bbdev and
> security
> 
> Hi Amr,
> 
> > -----Original Message-----
> > From: Mokhtar, Amr
> > Sent: Friday, April 13, 2018 8:28 PM
> > To: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>;
> > thomas@monjalon.net
> > Cc: dev@dpdk.org
> > Subject: RE: [dpdk-dev] [PATCH] maintainers: call out subtree for bbdev
> and
> > security
> >
> > Hi Pablo, Thomas,
> > There are some update patches undergoing submission for bbdev on
> master.
> > Do we need to copy them over from master to next-crypto-subtree?
> > And how this will work in the future? Will all future patches go to next
> subtree
> > and back to master?
> 
> Sorry for not replying to this earlier. These patches will get merged in next-
> crypto subtree
> and then, after a pull request, Thomas will merge the changes into mainline.
> 
> Pablo

Sounds great. Thanks Pablo.

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

* Re: [PATCH] maintainers: call out subtree for bbdev and security
  2018-04-13  8:14 [PATCH] maintainers: call out subtree for bbdev and security Pablo de Lara
  2018-04-13 19:28 ` Mokhtar, Amr
@ 2018-04-27 22:05 ` Thomas Monjalon
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2018-04-27 22:05 UTC (permalink / raw)
  To: Pablo de Lara; +Cc: dev

13/04/2018 10:14, Pablo de Lara:
> Commits for bbdev and security libraries are merged
> into the Next Crypto subtree.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>

Applied, thanks

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

end of thread, other threads:[~2018-04-27 22:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-13  8:14 [PATCH] maintainers: call out subtree for bbdev and security Pablo de Lara
2018-04-13 19:28 ` Mokhtar, Amr
2018-04-19 13:13   ` De Lara Guarch, Pablo
2018-04-20 10:48     ` Mokhtar, Amr
2018-04-27 22:05 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.