From patchwork Tue Jan 18 16:05:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fan Zhang X-Patchwork-Id: 106041 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 85AA4A034C; Tue, 18 Jan 2022 17:07:02 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F1644272E; Tue, 18 Jan 2022 17:07:02 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id D0FE34068E for ; Tue, 18 Jan 2022 17:07:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642522021; x=1674058021; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=HPPjgN8vXr82jxfvwJARq64hFIFGz0Y3Z694PjAzU6o=; b=Pn/bkWEDh09l3ygtk6da+NqLKl0krBiyeA3QX0HAgt9yDLAFOR6ggnmJ 8ziES6kgAypHsr0x1NZuxkXdWqG6+iWl3SSA28/AqmH3Eqhv9Bgy0E4dY SXCZ5OzZU2Q6BHmGD6EJBmPkAWNfIrXG8B1eQZs1E0gudppYDy/ZQg/6o cmJwR5yzOLhHTNrE28PGVGnrzRGGn0XNNrhjDTSDNyN0TIeHHdtd5gFnA s1hmau5e7zRFkStWNyUPXUpeVFGevJOzJj8E5iMji0ZpTdpLxyAL00EaS 6YxK8nE7+RQGDM2LWY2oobn96Kv/EqFhl5wbmItHIFESJ8BkDWfJqrOBB Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10230"; a="305581062" X-IronPort-AV: E=Sophos;i="5.88,297,1635231600"; d="scan'208";a="305581062" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jan 2022 08:05:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,297,1635231600"; d="scan'208";a="693432229" Received: from silpixa00400885.ir.intel.com ([10.243.23.122]) by orsmga005.jf.intel.com with ESMTP; 18 Jan 2022 08:05:30 -0800 From: Fan Zhang To: dev@dpdk.org Cc: gakhil@marvell.com, Fan Zhang , Declan Doherty , Fiona Trahe , John Griffin , Pablo de Lara Subject: [PATCH v4] maintainers: update for crypto api/crypto perf/sw crypto pmds using ipsec-mb Date: Tue, 18 Jan 2022 16:05:28 +0000 Message-Id: <20220118160528.1866129-1-roy.fan.zhang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 Acked-by: Declan Doherty Acked-by: Fiona Trahe Acked-by: John Griffin Acked-by: Pablo de Lara Acked-by: Akhil Goyal --- v4: Removed Fan from rte_security maintainer. MAINTAINERS | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) -- 2.25.1 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 -M: Declan Doherty +M: Fan Zhang 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 -M: Declan Doherty 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 -M: Fiona Trahe -M: Deepak Kumar Jain +M: Fan Zhang 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 +M: Fan Zhang 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 +M: Fan Zhang 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 +M: Fan Zhang 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 M: Ciara Power +M: Fan Zhang T: git://dpdk.org/next/dpdk-next-crypto F: app/test-crypto-perf/ F: doc/guides/tools/cryptoperf.rst