From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D8ABBA04A7; Mon, 24 Jan 2022 11:42:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7ABC9410F4; Mon, 24 Jan 2022 11:42:05 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 5F3E740E0F for <dev@dpdk.org>; Mon, 24 Jan 2022 11:42:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643020923; x=1674556923; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cBktwFK4SP/KFT8bXQ7RfVMQhZQaRUIBiDM3Rvwkjl0=; b=maAyWLE2KEyIN/tHosNJLtM/qDZIzlS6NcQw4Zqpu1iydNq1fun8KJd6 79EWY82DMRwmKM8fSIS9k/cs500kJZ7AeFhaPd/MOOSMY6FUC2Rg1EzGr jjEJ3ihrgr3lEAzb3RvFmpRXTGUUYlM3wjc0Jk3et8Fz+jDNpJCJJoSQx pgtQRBd7kkKqFgpiCV0F6ePPfDJbWR9AhGVzy2r8uovZX4bvH3Pp2Tocx nFO2gLb3Lu0Y7lEhqLn5kpn1BQV2VJbNycuNj4+5qHNOB64iHmfdKTGg9 poIi4onWHCzSnHpPN8HdkJJHDaSp191XdnKoWfdd0a9qHWHhLrnZfSWG0 Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10236"; a="306733068" X-IronPort-AV: E=Sophos;i="5.88,311,1635231600"; d="scan'208";a="306733068" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jan 2022 02:42:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,311,1635231600"; d="scan'208";a="617191930" Received: from silpixa00400885.ir.intel.com ([10.243.23.122]) by FMSMGA003.fm.intel.com with ESMTP; 24 Jan 2022 02:42:00 -0800 From: Fan Zhang <roy.fan.zhang@intel.com> To: dev@dpdk.org Cc: gakhil@marvell.com, Fan Zhang <roy.fan.zhang@intel.com>, Declan Doherty <declan.doherty@intel.com>, Fiona Trahe <fiona.trahe@intel.com>, John Griffin <john.griffin@intel.com>, Pablo de Lara <pablo.de.lara.guarch@intel.com> Subject: [PATCH v5] maintainers: update for crypto api/crypto perf/sw crypto pmds using ipsec-mb Date: Mon, 24 Jan 2022 10:41:58 +0000 Message-Id: <20220124104158.2078160-1-roy.fan.zhang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220118160528.1866129-1-roy.fan.zhang@intel.com> References: <20220118160528.1866129-1-roy.fan.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org 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> Acked-by: Akhil Goyal <gakhil@marvell.com> --- v5: Removed Fan from crypto perf maintainer. v4: Removed Fan from rte_security maintainer. MAINTAINERS | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 18d9edaf88..2ee5f65f83 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,7 +1706,6 @@ 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> T: git://dpdk.org/next/dpdk-next-crypto F: app/test-crypto-perf/ -- 2.25.1