From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 116E137B0 for ; Wed, 13 Mar 2019 08:35:43 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id A25C737CF; Wed, 13 Mar 2019 03:35:41 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 13 Mar 2019 03:35:41 -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=ZhiTkV+t2rSr3sI9PQUuaZWdDiXk7q6HunbuOYrhH+8=; b=fmyZyP3TcdEu DQAr1JTyDx3ed9czC1X4zCPcRU2rRkN/DKHLQQTSGlID6pR8Ao2UlrQTO1yqH4xj 58slQUWs4YOm3XwM//yIwrIloMcPwzLToIfN1XdzrlncffhIPKtQ9U624Rwl3xWs bBRvMJRQpnyY7jXIWliRfPz9tRyQu+A= 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=fm2; bh=ZhiTkV+t2rSr3sI9PQUuaZWdDiXk7q6HunbuOYrhH +8=; b=B+A+MZ8XjfpLjLRUlnI/MJ9D3wIdYCGf7p4NNHT2yo2qs9eoTXdcjJHyl LsNYK6aj9FQcq2WGGSf6HJN1XQqoTEOZ5493KXUO/jXcLP6qZ1skmmqwv3n4Qvn6 Ziij+GeHoi7LOo3bnVSqwvemPvDgeaejYmyx5P7YAM4fb9x/AOLwLplJ6/TSVnYg 55quIBKjU2SBGJrfaN6yJKseIJGwKjFitF2ZLYl5QiL0+TlmAcWvdn5JDQbe/E/J ZLEB+bspDLIOjWpB2xFRofunzVdVPiqQoUePWFqs/SItnmVgItsq47P4Ffu6DFrY Pd7/9RjUnLyYoxW+caTrcVpBaAJsQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrgeelgddutdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 025B510335; Wed, 13 Mar 2019 03:35:39 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org Date: Wed, 13 Mar 2019 08:35:37 +0100 Message-ID: <1776490.q62YuOiO2q@xps> In-Reply-To: <20190313015942.38143-1-ferruh.yigit@intel.com> References: <20190313015942.38143-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] maintainers: add git repo information for libraries 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: Wed, 13 Mar 2019 07:35:43 -0000 13/03/2019 02:59, Ferruh Yigit: > Add target git sub-tree information for libraries, this is mainly to > reduce apply failures of the patches by automating target sub-tree > selection for a patch for automation. > > Also can be useful for developers to define which tree to base their > patches for specific library. > > Plan for DPDK Community lab is always try the main repo first, if patch > fails to apply, detect and try on that detected sub-tree. This is to > cover the case where sub-tree and main repo diverged and patch is based > on sub-tree. > Both because of above usage and to not create noise in file, git tree > information is not added for libraries which target main repo, which is > taken as default git repo. I think adding tree info for PMDs is redundant. Can we improve the script to smartly retrieve PMD tree, based on the T: line at the beginning of the PMD section?