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 B880BA31F3 for ; Fri, 18 Oct 2019 18:54:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 219D61C0DA; Fri, 18 Oct 2019 18:54:48 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id BCFAC1C0D7 for ; Fri, 18 Oct 2019 18:54:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Oct 2019 09:54:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,312,1566889200"; d="scan'208";a="186882370" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.104]) ([10.237.220.104]) by orsmga007.jf.intel.com with ESMTP; 18 Oct 2019 09:54:43 -0700 To: Bruce Richardson , dev@dpdk.org References: <20190919150755.28018-1-bruce.richardson@intel.com> From: "Burakov, Anatoly" Message-ID: <364d7c84-9fbd-32fb-5204-abf3733c5386@intel.com> Date: Fri, 18 Oct 2019 17:54:42 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20190919150755.28018-1-bruce.richardson@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] build: print out dependency names for clarity 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" On 19-Sep-19 4:07 PM, Bruce Richardson wrote: > To help developers to get the correct dependency name e.g. when creating a > new example that depends on a specific component, print out the dependency > name for each lib/driver as it is processed. > > Signed-off-by: Bruce Richardson > --- Very nice change, +1! Tested-by: Anatoly Burakov -- Thanks, Anatoly