[v4] maintainers: update for crypto api/crypto perf/sw crypto pmds using ipsec-mb

Message ID 20220118160528.1866129-1-roy.fan.zhang@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series [v4] maintainers: update for crypto api/crypto perf/sw crypto pmds using ipsec-mb |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/github-robot: build success github build: passed
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-intel-Functional fail Functional Testing issues
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS

Commit Message

Fan Zhang Jan. 18, 2022, 4:05 p.m. UTC
  Add myself as Crypto API, QAT, SW PMDs based on ipsec-mb,
NULL PMD, and crypto perf test maintainer. Also remove
Declan, Deepak, and John from the maintainers of these
areas.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: John Griffin <john.griffin@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
v4:
Removed Fan from rte_security maintainer.

 MAINTAINERS | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

--
2.25.1
  

Comments

Akhil Goyal Jan. 18, 2022, 4:48 p.m. UTC | #1
> Add myself as Crypto API, QAT, SW PMDs based on ipsec-mb,
> NULL PMD, and crypto perf test maintainer. Also remove
> Declan, Deepak, and John from the maintainers of these
> areas.
> 
> Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
> Acked-by: Declan Doherty <declan.doherty@intel.com>
> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
> Acked-by: John Griffin <john.griffin@intel.com>
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
The crypto perf test app need not have 2 people from same organization
Other than that.
Acked-by: Akhil Goyal <gakhil@marvell.com>

> @@ -1709,8 +1706,8 @@ F: app/test-compress-perf/
>  F: doc/guides/tools/comp_perf.rst
> 
>  Crypto performance test application
> -M: Declan Doherty <declan.doherty@intel.com>
>  M: Ciara Power <ciara.power@intel.com>
> +M: Fan Zhang <roy.fan.zhang@intel.com>
>  T: git://dpdk.org/next/dpdk-next-crypto
>  F: app/test-crypto-perf/
>  F: doc/guides/tools/cryptoperf.rst
> --
> 2.25.1
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 18d9edaf88..edf67506e1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -425,7 +425,7 @@  F: doc/guides/sample_app_ug/bbdev_app.rst

 Crypto API
 M: Akhil Goyal <gakhil@marvell.com>
-M: Declan Doherty <declan.doherty@intel.com>
+M: Fan Zhang <roy.fan.zhang@intel.com>
 T: git://dpdk.org/next/dpdk-next-crypto
 F: lib/cryptodev/
 F: app/test/test_cryptodev*
@@ -433,7 +433,6 @@  F: examples/l2fwd-crypto/

 Security API
 M: Akhil Goyal <gakhil@marvell.com>
-M: Declan Doherty <declan.doherty@intel.com>
 T: git://dpdk.org/next/dpdk-next-crypto
 F: lib/security/
 F: doc/guides/prog_guide/rte_security.rst
@@ -1067,9 +1066,7 @@  F: drivers/crypto/scheduler/
 F: doc/guides/cryptodevs/scheduler.rst

 Intel QuickAssist
-M: John Griffin <john.griffin@intel.com>
-M: Fiona Trahe <fiona.trahe@intel.com>
-M: Deepak Kumar Jain <deepak.k.jain@intel.com>
+M: Fan Zhang <roy.fan.zhang@intel.com>
 F: drivers/crypto/qat/
 F: drivers/common/qat/
 F: doc/guides/cryptodevs/qat.rst
@@ -1129,7 +1126,7 @@  F: doc/guides/cryptodevs/mlx5.rst
 F: doc/guides/cryptodevs/features/mlx5.ini

 Null Crypto
-M: Declan Doherty <declan.doherty@intel.com>
+M: Fan Zhang <roy.fan.zhang@intel.com>
 F: drivers/crypto/null/
 F: doc/guides/cryptodevs/null.rst
 F: doc/guides/cryptodevs/features/null.ini
@@ -1156,7 +1153,7 @@  F: doc/guides/cryptodevs/dpaa2_sec.rst
 F: doc/guides/cryptodevs/features/dpaa2_sec.ini

 OpenSSL
-M: Declan Doherty <declan.doherty@intel.com>
+M: Fan Zhang <roy.fan.zhang@intel.com>
 F: drivers/crypto/openssl/
 F: doc/guides/cryptodevs/openssl.rst
 F: doc/guides/cryptodevs/features/openssl.ini
@@ -1179,7 +1176,7 @@  F: doc/guides/compressdevs/octeontx.rst
 F: doc/guides/compressdevs/features/octeontx.ini

 Intel QuickAssist
-M: Fiona Trahe <fiona.trahe@intel.com>
+M: Fan Zhang <roy.fan.zhang@intel.com>
 F: drivers/compress/qat/
 F: drivers/common/qat/

@@ -1709,8 +1706,8 @@  F: app/test-compress-perf/
 F: doc/guides/tools/comp_perf.rst

 Crypto performance test application
-M: Declan Doherty <declan.doherty@intel.com>
 M: Ciara Power <ciara.power@intel.com>
+M: Fan Zhang <roy.fan.zhang@intel.com>
 T: git://dpdk.org/next/dpdk-next-crypto
 F: app/test-crypto-perf/
 F: doc/guides/tools/cryptoperf.rst