From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 133716D45 for ; Thu, 21 Sep 2017 23:56:27 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AE4B121335; Thu, 21 Sep 2017 17:56:26 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 21 Sep 2017 17:56:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=vfMx2lzaduCNEKG h9vDq6Hm3M59soYm9FXshDxE3Ciw=; b=GZqJYUeVkHJypN+Oaq3cHl/xO1wE5pH LMqV0kAwuU6k/KRrVN+bYuOI0weIjoQ1MXLBHshTsXrKsMYCVf/ZrdmjupLLs3K1 FOiCdiTWuMl8ALJfz690fesVDRdW1luVX3HOr5PVxPcGwH1uq3wWqlvbhE/HMcoM ZtKDmVz3C6H8= 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-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=vfMx2lzaduCNEKGh9vDq6Hm3M59soYm9FXshDxE3Ciw=; b=EWOJovps 2OXRz/1f0kzAIe0tB8ULDcJHKd+fLBvkN3hUW+OSjBCuh1WbaNszF5m+UZdxCi9H OWUilfukIh+D8+f4RhaZ9e+w20N/neaMWFuiXkxodUb++2a0qVl+XiiTHEkY0loS Lv7ijFGId0R+cKD1ITa8Fvvkms6rzUAroB4R1sCUfcBMQda+Dk5tbqxlfTdRIPp1 /dk2tjv0Z5M1uz71BdGBtMngYHg3PAC4xpugB4IDCwY3Bb8Gun7ZEkVe0J61hViw Qzk4f9xRw/YSMgCOhrFcwaBvey2dltLH65DRYfEkhRWszbZZ7FSNB7GDshr8ycTc 9eGGiPlep9kOXQ== X-ME-Sender: X-Sasl-enc: gtToNVWzAfso2AUmmON6HiP18aWNk2wk/AMGSIhgivoS 1506030986 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3137C7E1D2; Thu, 21 Sep 2017 17:56:26 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com Date: Thu, 21 Sep 2017 23:56:25 +0200 Message-ID: <6152858.vxEEUDssMq@xps> In-Reply-To: <20170823141213.25476-22-shreyansh.jain@nxp.com> References: <1499179471-19145-1-git-send-email-shreyansh.jain@nxp.com> <20170823141213.25476-1-shreyansh.jain@nxp.com> <20170823141213.25476-22-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 21/40] maintainers: claim ownership of DPAA Mempool driver 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: , X-List-Received-Date: Thu, 21 Sep 2017 21:56:27 -0000 23/08/2017 16:11, Shreyansh Jain: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -409,6 +409,7 @@ NXP dpaa > M: Hemant Agrawal > M: Shreyansh Jain > F: drivers/bus/dpaa/ > +F: drivers/mempool/dpaa/ > F: doc/guides/nics/dpaa.rst > F: doc/guides/nics/features/dpaa.ini This kind of patch can be squashed in the first patch introducing this new directory.