DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] maintainers: update for telemetry
@ 2024-05-07 11:17 Ciara Power
  2024-05-07 11:17 ` [PATCH 2/2] maintainers: update for crypto performance Ciara Power
  2024-05-07 12:00 ` [PATCH 1/2] maintainers: update for telemetry Bruce Richardson
  0 siblings, 2 replies; 4+ messages in thread
From: Ciara Power @ 2024-05-07 11:17 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, brian.dooley, gakhil, thomas, Ciara Power

Replacing myself as Telemetry maintainer with Bruce Richardson.

Signed-off-by: Ciara Power <ciara.power@intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7abb3aee49..7726e9e7a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1739,7 +1739,7 @@ F: lib/latencystats/
 F: app/test/test_latencystats.c
 
 Telemetry
-M: Ciara Power <ciara.power@intel.com>
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: lib/telemetry/
 F: doc/guides/prog_guide/telemetry_lib.rst
 F: app/test/test_telemetry*
-- 
2.25.1


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

* [PATCH 2/2] maintainers: update for crypto performance
  2024-05-07 11:17 [PATCH 1/2] maintainers: update for telemetry Ciara Power
@ 2024-05-07 11:17 ` Ciara Power
  2024-05-08 16:12   ` Dooley, Brian
  2024-05-07 12:00 ` [PATCH 1/2] maintainers: update for telemetry Bruce Richardson
  1 sibling, 1 reply; 4+ messages in thread
From: Ciara Power @ 2024-05-07 11:17 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, brian.dooley, gakhil, thomas, Ciara Power

Replacing myself as Crypto Perf App maintainer with Brian Dooley.

Signed-off-by: Ciara Power <ciara.power@intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7726e9e7a9..4e4197e178 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1825,7 +1825,7 @@ F: app/test-compress-perf/
 F: doc/guides/tools/comp_perf.rst
 
 Crypto performance test application
-M: Ciara Power <ciara.power@intel.com>
+M: Brian Dooley <brian.dooley@intel.com>
 T: git://dpdk.org/next/dpdk-next-crypto
 F: app/test-crypto-perf/
 F: doc/guides/tools/cryptoperf.rst
-- 
2.25.1


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

* Re: [PATCH 1/2] maintainers: update for telemetry
  2024-05-07 11:17 [PATCH 1/2] maintainers: update for telemetry Ciara Power
  2024-05-07 11:17 ` [PATCH 2/2] maintainers: update for crypto performance Ciara Power
@ 2024-05-07 12:00 ` Bruce Richardson
  1 sibling, 0 replies; 4+ messages in thread
From: Bruce Richardson @ 2024-05-07 12:00 UTC (permalink / raw)
  To: Ciara Power; +Cc: dev, brian.dooley, gakhil, thomas

On Tue, May 07, 2024 at 11:17:31AM +0000, Ciara Power wrote:
> Replacing myself as Telemetry maintainer with Bruce Richardson.
> 
> Signed-off-by: Ciara Power <ciara.power@intel.com>
> ---
Sorry to see you leave, Ciara.

Acked-by: Bruce Richardson <bruce.richardson@intel.com>

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

* RE: [PATCH 2/2] maintainers: update for crypto performance
  2024-05-07 11:17 ` [PATCH 2/2] maintainers: update for crypto performance Ciara Power
@ 2024-05-08 16:12   ` Dooley, Brian
  0 siblings, 0 replies; 4+ messages in thread
From: Dooley, Brian @ 2024-05-08 16:12 UTC (permalink / raw)
  To: Power, Ciara, dev; +Cc: Richardson, Bruce, gakhil, thomas

Hi Ciara,

> -----Original Message-----
> From: Power, Ciara <ciara.power@intel.com>
> Sent: Tuesday, May 7, 2024 12:18 PM
> To: dev@dpdk.org
> Cc: Richardson, Bruce <bruce.richardson@intel.com>; Dooley, Brian
> <brian.dooley@intel.com>; gakhil@marvell.com; thomas@monjalon.net;
> Power, Ciara <ciara.power@intel.com>
> Subject: [PATCH 2/2] maintainers: update for crypto performance
> 
> Replacing myself as Crypto Perf App maintainer with Brian Dooley.
> 
> Signed-off-by: Ciara Power <ciara.power@intel.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7726e9e7a9..4e4197e178 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1825,7 +1825,7 @@ F: app/test-compress-perf/
>  F: doc/guides/tools/comp_perf.rst
> 
>  Crypto performance test application
> -M: Ciara Power <ciara.power@intel.com>
> +M: Brian Dooley <brian.dooley@intel.com>
>  T: git://dpdk.org/next/dpdk-next-crypto
>  F: app/test-crypto-perf/
>  F: doc/guides/tools/cryptoperf.rst
> --
> 2.25.1

Sorry to see you go!

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


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

end of thread, other threads:[~2024-05-08 16:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-07 11:17 [PATCH 1/2] maintainers: update for telemetry Ciara Power
2024-05-07 11:17 ` [PATCH 2/2] maintainers: update for crypto performance Ciara Power
2024-05-08 16:12   ` Dooley, Brian
2024-05-07 12:00 ` [PATCH 1/2] maintainers: update for telemetry Bruce Richardson

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