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 C24BDA2EEB for ; Wed, 11 Sep 2019 12:20:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8F04A1E97F; Wed, 11 Sep 2019 12:20:10 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 223711E8CF for ; Wed, 11 Sep 2019 12:20:09 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id BD40479C; Wed, 11 Sep 2019 06:20:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 11 Sep 2019 06:20:08 -0400 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=GJ6wcE+PhYrfkpqWEP5Pf8LcD/DHtcR9TsVHdp9AaBE=; b=rRkJBdz7/bMa 5mnSCM1B6CFO26dh68GPus2WCGMy+AGiJGbwUhnSChcWTPVq0cDXUi58wWDgMaf3 esiDCh5vGehZ6S7nUA9rlUmQj1WJfOsqboOwYa9I5qw79CEH5lsrQrYO4ONFMPZS UBXsjy251uYzC7rRiXj4F2fDwBgdgQA= 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=fm3; bh=GJ6wcE+PhYrfkpqWEP5Pf8LcD/DHtcR9TsVHdp9Aa BE=; b=WQDJ5VT72zf0jMG0T9CdDKGwDhcvg7IotndVUDxlaEsjvXjkwrEePeFcn 5DgCZoV1EjjaqcxCFwZwLsZbBl6JulHMhPBQvIvE+lC8va6zH5ophGMcfP6ZbfRL qjq9VOPKpe4DBhdoVaHcWqB6pMW5Ta8w5mmanpGR9fSE3tVu4Rq8WlATfMtN0gTW V57zYseiyUA9uS0sjZUsQ1FaPmP0CvlduZROcH3MJoORxiUjBimM8xkTaxfrEM5a qDA2l3FwemLpcFD0TeTyln5IzdK4+M/qjFWdezJIfULXCAbIWZPcQjUXwZUp0sMU 2mkLzDp4Fjn2P6HzfQcSdl+Spf8oQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrtdefucetufdoteggodetrfdotffvucfrrh hofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgenuceurghi lhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvd enucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhj rghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmh epmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhs thgvrhfuihiivgepud 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 AB36C8005A; Wed, 11 Sep 2019 06:20:06 -0400 (EDT) From: Thomas Monjalon To: Pablo de Lara Cc: dev@dpdk.org, declan.doherty@intel.com Date: Wed, 11 Sep 2019 12:20:05 +0200 Message-ID: <21781427.qBIK9GzTV4@xps> In-Reply-To: <20190911091030.4848-1-pablo.de.lara.guarch@intel.com> References: <20190911091030.4848-1-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] maintainers: update AESNI MB and GCM PMDs 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" 11/09/2019 11:10, Pablo de Lara: > Added myself as co-maintainer of these PMDs, > as I am currently working on the library used in these PMDs. > > Signed-off-by: Pablo de Lara Looks reasonable. Applied, thanks