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 5D7687CB6 for ; Fri, 22 Sep 2017 09:35:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A2BE420AB1; Fri, 22 Sep 2017 03:35:30 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 22 Sep 2017 03:35:30 -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=l0RKgPwLiT2SejM hRvOtXattlTLBJ75v+F+avaw8VBM=; b=CnWifhU4wbx92ZsVp/jrp2nZmvDJi8S 7K6qcBfzVwISJkQeoVjW4SfJs4+FHGjZtMPmcgZFvjl7AZX33bl0Ag/NluE54zjU jSyHYDxahfXy8SIudXreA37vuI+kWs34vWZtaTDQPBZr7R2NiFosBllHp+yqvwfZ JdjYH2RU82tY= 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=l0RKgPwLiT2SejMhRvOtXattlTLBJ75v+F+avaw8VBM=; b=pFSBOY/K Q5magKNWN7qu0UBzgn8Vs9IuFuvv+WzLScANKlVab2j1fZ7An3Cx5eIbYSPv1CIM QV61vqsknbotYbWvK2ejkfK4JM+x2U3TODIrQ7I2MEzyZZ5X8W7BJuT9iIzI482Z vNNFMLeB+jY8C/NLdxA4xr4u4Xf1VLK0hs9aV/o2tC5NwL1lAn7IWva8p4XK4anb 3vQ0xSdRoWWFSaLnsbAGZExeVvt5IxjHoQlztM0fdUpA+1PiPkP/+N4vy2kvjrBs zWRnTHJW68Rm03qHgygfDCEYzrh2VkB+5g1Zt+LOmFt1ItTVKbNnO5lxJwAtbLWF y3OnIjZTc8BnpA== X-ME-Sender: X-Sasl-enc: S1GzYNOOBYJbEGZ6C/+m7IZN/R4mMwA2zHfg7jPivLcL 1506065730 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 51BB124570; Fri, 22 Sep 2017 03:35:30 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com Date: Fri, 22 Sep 2017 09:35:29 +0200 Message-ID: <60248422.eIQP2pKO6C@xps> In-Reply-To: <86d8df7b-60f4-b562-a197-6116f9bd0205@nxp.com> References: <1499179471-19145-1-git-send-email-shreyansh.jain@nxp.com> <3516429.Zj0nEJyuAA@xps> <86d8df7b-60f4-b562-a197-6116f9bd0205@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: Fri, 22 Sep 2017 07:35:31 -0000 22/09/2017 09:37, Shreyansh Jain: > On Friday 22 September 2017 12:23 PM, Thomas Monjalon wrote: > > 22/09/2017 08:47, Shreyansh Jain: > >> 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? > > > > Which error? > > > > To be clear I suggest to squash with patch 19 where > > drivers/mempool/dpaa/Makefile is introduced. > > Yes, I understand that. > It would report error that the headline is wrong because I am hitting > different directories - "MAINTAINERS" and "drivers/mempool/*" with the > same patch having headline "mempool/*". The test you are talking about has this comment: # check headline prefix when touching only drivers, e.g. net/ If you hit a warning, there is a bug.