From patchwork Tue Feb 23 08:42:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Akhil Goyal X-Patchwork-Id: 88103 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 073C7A034F; Tue, 23 Feb 2021 10:14:52 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B409F4067A; Tue, 23 Feb 2021 10:14:51 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id DA89E40041 for ; Tue, 23 Feb 2021 09:43:17 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 11N8eM1t031050; Tue, 23 Feb 2021 00:43:03 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=aJyl6YL8exPijxTL6gzwGBYWadT4OZuzd8+7/wYSk7g=; b=fKKloK4QgK39FWtMXUErNqnGLHztqTGxCr0enjWLWp7SavhiYCzglt9TO7MkmHQ9dSbd eAuLEU2HQV49SBkutf+IiEkct+EJjKSiy6YTVvLlG7+HaUT7gW4dqm3deNTwiIpiOJl3 g5ooCSeclvBCifEBGjUVvf6yvt+nchRZhy5me0+74ZcU6z8DFa2hujr8k7oE9EQL/kIB XrZ7HDwFIJLxHDAEWj7yafq1yq7PI44+RsPMH8wf2N5+IThTih31hPskTV9zZZEW8FVS KCKLzHxDd9IZ1TEVry3iVkT8SEpgZEJz5D6rgn2QwCfrrXzDO5DM2sbz7ny/80LqN00P lA== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com with ESMTP id 36u0nwf24r-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 23 Feb 2021 00:43:03 -0800 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 23 Feb 2021 00:43:01 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 23 Feb 2021 00:43:01 -0800 Received: from localhost.localdomain (unknown [10.28.36.185]) by maili.marvell.com (Postfix) with ESMTP id D2D813F703F; Tue, 23 Feb 2021 00:42:52 -0800 (PST) From: Akhil Goyal To: , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Akhil Goyal Date: Tue, 23 Feb 2021 14:12:49 +0530 Message-ID: <20210223084249.90931-1-gakhil@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.369, 18.0.761 definitions=2021-02-23_02:2021-02-22, 2021-02-23 signatures=0 X-Mailman-Approved-At: Tue, 23 Feb 2021 10:14:50 +0100 Subject: [dpdk-dev] [PATCH] maintainers: update crypto ownership 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 Sender: "dev" Recently joined Marvell, hence change in email id for crypto sub tree, security API and ipsec-secgw application maintainers list. Signed-off-by: Akhil Goyal --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1962284e9..78e91faf9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -54,7 +54,7 @@ M: Chenbo Xia T: git://dpdk.org/next/dpdk-next-virtio Next-crypto Tree -M: Akhil Goyal +M: Akhil Goyal T: git://dpdk.org/next/dpdk-next-crypto Next-eventdev Tree @@ -424,7 +424,7 @@ F: app/test/test_cryptodev* F: examples/l2fwd-crypto/ Security API -M: Akhil Goyal +M: Akhil Goyal M: Declan Doherty T: git://dpdk.org/next/dpdk-next-crypto F: lib/librte_security/ @@ -1642,7 +1642,7 @@ F: doc/guides/sample_app_ug/hello_world.rst IPsec security gateway example M: Radu Nicolau -M: Akhil Goyal +M: Akhil Goyal F: examples/ipsec-secgw/ F: doc/guides/sample_app_ug/ipsec_secgw.rst