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 BF756A3295 for ; Wed, 23 Oct 2019 16:40:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 34D2B1C219; Wed, 23 Oct 2019 16:40:34 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id C4C6F1C02E for ; Wed, 23 Oct 2019 16:40:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5D32E21D26; Wed, 23 Oct 2019 10:40:31 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 23 Oct 2019 10:40:31 -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=QdjSWLwyfZLXLBJ1kKaGLZbzXXjYR/oMvp0bctEgmD0=; b=NKq9icNAA620 tkmnZMX1svQbnArHE9DRq0xaJwQXKKst9Bx1kcD8MoaJvaYWDvqi2iEtMTb1SgnC XOgETONZi4AF52yMwMBP3BmfyAJ32GzK26iZK9CP4ksBYiTcOGPhpc6bXi5386zR PeGMzIkPwQp9jg8HSzny0PV1Z/2gom0= 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=fm1; bh=QdjSWLwyfZLXLBJ1kKaGLZbzXXjYR/oMvp0bctEgm D0=; b=DHe+PAocXVxKS/ZlEeEY7GfW0dHQab9BsMl5qNdfttf81P4HJi7uddLRA 4POU1WrbEWqjhb84wWomZBYeCKVC+lEl/PerEECIzdGZaPObSKe9yHS5iLWlotNV Vr0bTb7JHOgUYPQojrarz5gYJIZARjo31vimO+GXpmQ8+hLrjGMS0eAeNVRH99S6 XVfUpvdOwRTnzTc/mF1PW/YCDaF/AU/Nv4w0ucJUuw7z2p2U8+z/69yvvZyA81uT 93BShXi2oPqfIWHaWRsdJPd9dgD7jEPDjk9nl1LkB3Vm0s8k5XSbCa9BoE0gaRVB uVccOgKN15NvoxPcbR7/2Ek9J5OEQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrkeelgdejlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 2AC4780066; Wed, 23 Oct 2019 10:40:30 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, "Burakov, Anatoly" Date: Wed, 23 Oct 2019 16:40:28 +0200 Message-ID: <2151079.TrWVs4AE6D@xps> In-Reply-To: <364d7c84-9fbd-32fb-5204-abf3733c5386@intel.com> References: <20190919150755.28018-1-bruce.richardson@intel.com> <364d7c84-9fbd-32fb-5204-abf3733c5386@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 18/10/2019 18:54, Burakov, Anatoly: > 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 Applied, thanks It makes meson processing very verbose. Is there way to filter meson messages?