dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] MAINTAINERS: update armv8 crypto PMD maintainership
@ 2019-11-27  8:14 Ruifeng Wang
  2019-11-27  8:33 ` Jerin Jacob
  2019-11-27  8:47 ` [dpdk-dev] [PATCH v2] " Ruifeng Wang
  0 siblings, 2 replies; 5+ messages in thread
From: Ruifeng Wang @ 2019-11-27  8:14 UTC (permalink / raw)
  To: jerinj; +Cc: dev, gavin.hu, honnappa.nagarahalli, nd, Ruifeng Wang

Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4a0c9a47e..5f7213872 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -940,7 +940,7 @@ F: doc/guides/cryptodevs/ccp.rst
 F: doc/guides/cryptodevs/features/ccp.ini
 
 ARMv8 Crypto
-M: Jerin Jacob <jerinj@marvell.com>
+M: Ruifeng Wang <ruifeng.wang@arm.com>
 F: drivers/crypto/armv8/
 F: doc/guides/cryptodevs/armv8.rst
 F: doc/guides/cryptodevs/features/armv8.ini
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH] MAINTAINERS: update armv8 crypto PMD maintainership
  2019-11-27  8:14 [dpdk-dev] [PATCH] MAINTAINERS: update armv8 crypto PMD maintainership Ruifeng Wang
@ 2019-11-27  8:33 ` Jerin Jacob
  2019-11-27  8:49   ` Ruifeng Wang (Arm Technology China)
  2019-11-27  8:47 ` [dpdk-dev] [PATCH v2] " Ruifeng Wang
  1 sibling, 1 reply; 5+ messages in thread
From: Jerin Jacob @ 2019-11-27  8:33 UTC (permalink / raw)
  To: Ruifeng Wang; +Cc: Jerin Jacob, dpdk-dev, Gavin Hu, Honnappa Nagarahalli, nd

On Wed, Nov 27, 2019 at 5:15 PM Ruifeng Wang <ruifeng.wang@arm.com> wrote:
>
> Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
> Reviewed-by: Gavin Hu <gavin.hu@arm.com>
> ---

Request to add some git comments while merging or sending the v2.
Something like below,

It is expected to update this PMD to be in line with ARM's crypto library.
Update the maintainership to refect the change.

Acked-by: Jerin Jacob <jerinj@marvell.com>

>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4a0c9a47e..5f7213872 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -940,7 +940,7 @@ F: doc/guides/cryptodevs/ccp.rst
>  F: doc/guides/cryptodevs/features/ccp.ini
>
>  ARMv8 Crypto
> -M: Jerin Jacob <jerinj@marvell.com>
> +M: Ruifeng Wang <ruifeng.wang@arm.com>
>  F: drivers/crypto/armv8/
>  F: doc/guides/cryptodevs/armv8.rst
>  F: doc/guides/cryptodevs/features/armv8.ini
> --
> 2.17.1
>

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

* [dpdk-dev] [PATCH v2] MAINTAINERS: update armv8 crypto PMD maintainership
  2019-11-27  8:14 [dpdk-dev] [PATCH] MAINTAINERS: update armv8 crypto PMD maintainership Ruifeng Wang
  2019-11-27  8:33 ` Jerin Jacob
@ 2019-11-27  8:47 ` Ruifeng Wang
  2019-11-27 23:49   ` Thomas Monjalon
  1 sibling, 1 reply; 5+ messages in thread
From: Ruifeng Wang @ 2019-11-27  8:47 UTC (permalink / raw)
  To: jerinj; +Cc: dev, gavin.hu, honnappa.nagarahalli, nd, Ruifeng Wang

It is expected to update this PMD to be in line with Arm's crypto library.
Update the maintainership to refect the change.

Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
---
v2:
Add git comments to explain the change. (Jerin)

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4a0c9a47e..5f7213872 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -940,7 +940,7 @@ F: doc/guides/cryptodevs/ccp.rst
 F: doc/guides/cryptodevs/features/ccp.ini
 
 ARMv8 Crypto
-M: Jerin Jacob <jerinj@marvell.com>
+M: Ruifeng Wang <ruifeng.wang@arm.com>
 F: drivers/crypto/armv8/
 F: doc/guides/cryptodevs/armv8.rst
 F: doc/guides/cryptodevs/features/armv8.ini
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH] MAINTAINERS: update armv8 crypto PMD maintainership
  2019-11-27  8:33 ` Jerin Jacob
@ 2019-11-27  8:49   ` Ruifeng Wang (Arm Technology China)
  0 siblings, 0 replies; 5+ messages in thread
From: Ruifeng Wang (Arm Technology China) @ 2019-11-27  8:49 UTC (permalink / raw)
  To: Jerin Jacob
  Cc: jerinj, dpdk-dev, Gavin Hu (Arm Technology China),
	Honnappa Nagarahalli, nd, nd


> -----Original Message-----
> From: Jerin Jacob <jerinjacobk@gmail.com>
> Sent: Wednesday, November 27, 2019 16:34
> To: Ruifeng Wang (Arm Technology China) <Ruifeng.Wang@arm.com>
> Cc: jerinj@marvell.com; dpdk-dev <dev@dpdk.org>; Gavin Hu (Arm
> Technology China) <Gavin.Hu@arm.com>; Honnappa Nagarahalli
> <Honnappa.Nagarahalli@arm.com>; nd <nd@arm.com>
> Subject: Re: [dpdk-dev] [PATCH] MAINTAINERS: update armv8 crypto PMD
> maintainership
> 
> On Wed, Nov 27, 2019 at 5:15 PM Ruifeng Wang <ruifeng.wang@arm.com>
> wrote:
> >
> > Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
> > Reviewed-by: Gavin Hu <gavin.hu@arm.com>
> > ---
> 
> Request to add some git comments while merging or sending the v2.
> Something like below,
> 
Thank you Jerin.
I have sent out v2 with your comments incorporated.

/Ruifeng
> It is expected to update this PMD to be in line with ARM's crypto library.
> Update the maintainership to refect the change.
> 
> Acked-by: Jerin Jacob <jerinj@marvell.com>
> 
> >  MAINTAINERS | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS index 4a0c9a47e..5f7213872
> > 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -940,7 +940,7 @@ F: doc/guides/cryptodevs/ccp.rst
> >  F: doc/guides/cryptodevs/features/ccp.ini
> >
> >  ARMv8 Crypto
> > -M: Jerin Jacob <jerinj@marvell.com>
> > +M: Ruifeng Wang <ruifeng.wang@arm.com>
> >  F: drivers/crypto/armv8/
> >  F: doc/guides/cryptodevs/armv8.rst
> >  F: doc/guides/cryptodevs/features/armv8.ini
> > --
> > 2.17.1
> >

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

* Re: [dpdk-dev] [PATCH v2] MAINTAINERS: update armv8 crypto PMD maintainership
  2019-11-27  8:47 ` [dpdk-dev] [PATCH v2] " Ruifeng Wang
@ 2019-11-27 23:49   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2019-11-27 23:49 UTC (permalink / raw)
  To: Ruifeng Wang; +Cc: dev, jerinj, gavin.hu, honnappa.nagarahalli, nd

27/11/2019 09:47, Ruifeng Wang:
> It is expected to update this PMD to be in line with Arm's crypto library.
> Update the maintainership to refect the change.
> 
> Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
> Reviewed-by: Gavin Hu <gavin.hu@arm.com>
> Acked-by: Jerin Jacob <jerinj@marvell.com>

Applied, thanks



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

end of thread, other threads:[~2019-11-27 23:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27  8:14 [dpdk-dev] [PATCH] MAINTAINERS: update armv8 crypto PMD maintainership Ruifeng Wang
2019-11-27  8:33 ` Jerin Jacob
2019-11-27  8:49   ` Ruifeng Wang (Arm Technology China)
2019-11-27  8:47 ` [dpdk-dev] [PATCH v2] " Ruifeng Wang
2019-11-27 23:49   ` 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).