From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v3 21/40] maintainers: claim ownership of DPAA Mempool driver Date: Fri, 22 Sep 2017 12:17:21 +0530 Message-ID: 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> <6152858.vxEEUDssMq@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , To: Thomas Monjalon Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0077.outbound.protection.outlook.com [104.47.36.77]) by dpdk.org (Postfix) with ESMTP id 5E9C7F94 for ; Fri, 22 Sep 2017 08:36:29 +0200 (CEST) In-Reply-To: <6152858.vxEEUDssMq@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Friday 22 September 2017 03:26 AM, Thomas Monjalon wrote: > 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. > Then the patch script (devtools/check-git-log.sh) reports error - I think. That is the primary reason I split them across multiple patches. You sure that doesn't matter?