DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] maintainers: update for FIPS validation
@ 2023-03-29 11:01 Gowrishankar Muthukrishnan
  2023-03-29 11:26 ` Akhil Goyal
  2023-03-30  9:07 ` Dooley, Brian
  0 siblings, 2 replies; 4+ messages in thread
From: Gowrishankar Muthukrishnan @ 2023-03-29 11:01 UTC (permalink / raw)
  To: dev; +Cc: jerinj, anoobj, Akhil Goyal, Brian Dooley, Gowrishankar Muthukrishnan

Add co-maintainer for FIPS validation example.

Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 280058adfc..8df23e5099 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1809,6 +1809,7 @@ F: doc/guides/sample_app_ug/ethtool.rst
 
 FIPS validation example
 M: Brian Dooley <brian.dooley@intel.com>
+M: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
 F: examples/fips_validation/
 F: doc/guides/sample_app_ug/fips_validation.rst
 
-- 
2.25.1


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

* RE: [PATCH] maintainers: update for FIPS validation
  2023-03-29 11:01 [PATCH] maintainers: update for FIPS validation Gowrishankar Muthukrishnan
@ 2023-03-29 11:26 ` Akhil Goyal
  2023-03-30  9:07 ` Dooley, Brian
  1 sibling, 0 replies; 4+ messages in thread
From: Akhil Goyal @ 2023-03-29 11:26 UTC (permalink / raw)
  To: Gowrishankar Muthukrishnan, dev, thomas
  Cc: Jerin Jacob Kollanukkaran, Anoob Joseph, Brian Dooley,
	Gowrishankar Muthukrishnan

> Subject: [PATCH] maintainers: update for FIPS validation
> 
> Add co-maintainer for FIPS validation example.
> 
> Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>


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

* RE: [PATCH] maintainers: update for FIPS validation
  2023-03-29 11:01 [PATCH] maintainers: update for FIPS validation Gowrishankar Muthukrishnan
  2023-03-29 11:26 ` Akhil Goyal
@ 2023-03-30  9:07 ` Dooley, Brian
  2023-03-31  9:24   ` Thomas Monjalon
  1 sibling, 1 reply; 4+ messages in thread
From: Dooley, Brian @ 2023-03-30  9:07 UTC (permalink / raw)
  To: Gowrishankar Muthukrishnan, dev; +Cc: jerinj, anoobj, Akhil Goyal

Hi Gowrishankar,

> -----Original Message-----
> From: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
> Sent: Wednesday 29 March 2023 12:01
> To: dev@dpdk.org
> Cc: jerinj@marvell.com; anoobj@marvell.com; Akhil Goyal
> <gakhil@marvell.com>; Dooley, Brian <brian.dooley@intel.com>;
> Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
> Subject: [PATCH] maintainers: update for FIPS validation
> 
> Add co-maintainer for FIPS validation example.
> 
> Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 280058adfc..8df23e5099 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1809,6 +1809,7 @@ F: doc/guides/sample_app_ug/ethtool.rst
> 
>  FIPS validation example
>  M: Brian Dooley <brian.dooley@intel.com>
> +M: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
>  F: examples/fips_validation/
>  F: doc/guides/sample_app_ug/fips_validation.rst
> 
> --
> 2.25.1

Acked-by: Brian Dooley <brian.dooley@intel.com>


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

* Re: [PATCH] maintainers: update for FIPS validation
  2023-03-30  9:07 ` Dooley, Brian
@ 2023-03-31  9:24   ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2023-03-31  9:24 UTC (permalink / raw)
  To: Gowrishankar Muthukrishnan
  Cc: dev, jerinj, anoobj, Akhil Goyal, Dooley, Brian

30/03/2023 11:07, Dooley, Brian:
> From: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
> > 
> > Add co-maintainer for FIPS validation example.
> > 
> > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
> > ---
> >  FIPS validation example
> >  M: Brian Dooley <brian.dooley@intel.com>
> > +M: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
> >  F: examples/fips_validation/
> >  F: doc/guides/sample_app_ug/fips_validation.rst
> 
> Acked-by: Brian Dooley <brian.dooley@intel.com>

Applied, thanks.




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

end of thread, other threads:[~2023-03-31  9:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29 11:01 [PATCH] maintainers: update for FIPS validation Gowrishankar Muthukrishnan
2023-03-29 11:26 ` Akhil Goyal
2023-03-30  9:07 ` Dooley, Brian
2023-03-31  9:24   ` 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).