From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 74BC5A04DD; Thu, 28 Nov 2019 00:49:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E9A1E2B9C; Thu, 28 Nov 2019 00:49:46 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id EEE74CF3 for ; Thu, 28 Nov 2019 00:49:44 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 12BA5226BE; Wed, 27 Nov 2019 18:49:44 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 27 Nov 2019 18:49:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=KsEfQ1XGm+g202yPit0xNGeUp4UR0Raoov4f6kij+Fs=; b=rn86LesM/ur7 ILhsUOJM+s5aXEjNrEQz/6SxU6AwBdw63ifcvTqPx2S559/8ML+O6D/yFwr+thqJ r+dEemaLqj0rirEbfk1WOPBCc6uwxprUrIKI9JqMpjDyQrRrdaADe1hLOKoTApKu ZUtC7kC8Mf94Uje1WGDzHRaf5Iinh3I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=KsEfQ1XGm+g202yPit0xNGeUp4UR0Raoov4f6kij+ Fs=; b=EoR1xyoeWgJUp9OKN6PYGipGPuSJazlR8xORHq7lfgY59wUm7bJ82WbES mpae0jQXzof23368Q1sxlqheSME+JgXunyU/yclMDJhZdyOZ8ae94c3tgYPH30xf FoUS1vWFZHQhCVw+DJg7Uof2LIqrMTusVS1Bh9UxjJdnwlnB/1YnD21ejoKMqzxb wyyEcyJ7n33xUcEOhXvEGLHzOpNeLNpu9J3WE8zb0j7Y7wkm3s51s8FWngJomQox Tj0N0ZNfjs5MuXDr+7zWMH+ktkvq+UI7tGtAkjbTZctDAJSq/tus4REP0yHi0I0W U9ay6Awv63so6V16MkhZNRoG62OVw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeiiedgudegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpehhuhgrrhhmrdgtohhmnecukfhppeejjedrudefgedrvddtfedrudekgeen ucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth enucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C7C4C3060057; Wed, 27 Nov 2019 18:49:42 -0500 (EST) From: Thomas Monjalon To: Ruifeng Wang Cc: dev@dpdk.org, jerinj@marvell.com, gavin.hu@arm.com, honnappa.nagarahalli@arm.com, nd@arm.com Date: Thu, 28 Nov 2019 00:49:41 +0100 Message-ID: <4437125.8KFQCy2nxQ@xps> In-Reply-To: <20191127084708.200678-1-ruifeng.wang@arm.com> References: <20191127081454.174465-1-ruifeng.wang@arm.com> <20191127084708.200678-1-ruifeng.wang@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] MAINTAINERS: update armv8 crypto PMD maintainership X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" 27/11/2019 09:47, Ruifeng Wang: > It is expected to update this PMD to be in line with Arm's crypto library. > Update the maintainership to refect the change. > > Signed-off-by: Ruifeng Wang > Reviewed-by: Gavin Hu > Acked-by: Jerin Jacob Applied, thanks