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 B17C65F20 for ; Mon, 17 Sep 2018 13:55:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id A223D2C8; Mon, 17 Sep 2018 07:55:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 17 Sep 2018 07:55:37 -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; s=mesmtp; bh=BY1QBcc6LQLfskBB5rROq32fF6 6AcG10/PWF2fW+hf8=; b=VXoEUhVOkSsxbKgW2MUNbYx9rKCwVNK41dtwYJ52zK cwLPkxfhkJXmgHpCVf0TJY4CcXXcvaQyUY5+4hchT8jw348z/as2AY8EJglUUJL4 gxY6wZC40eBm267QcRyuxoKlXj39Xla+BB8KCJdw1MEZU+S5yomhjoA+neG7NAel U= 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; s=fm3; bh=BY1QBc c6LQLfskBB5rROq32fF66AcG10/PWF2fW+hf8=; b=HpZDB7LP/rh28ITmm6im8/ xIhY8GP6+uH3fHwDDZid6QhhBG6jTncH7Edz0OfZXCImPXq3Sr4VEFHVbmPSsQuW WglUUM0Wt6/AN8KtcWZky5gjfu07BoRwq6JDWUVj0ghaUsD+dyjBleoSXj00KqSb zl/TUBlU+caxB/jDVfQTOoyOjXaIGvH4969GhUCAukPGNRjE6wlVBSmiYuqEvLsD 7XqOPGE9JIlxafnPxeMkqop+yE1dW/llGjI7IVu9C/myvK2xSwvr+joDoG+Ox2NS WribFT4grGlOzQ5uZk1aCWdFj9oG8I0Xy50CrHXAe5PN5d6uJzVVirO8JahyV7aQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4CD3B102D9; Mon, 17 Sep 2018 07:55:36 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Mon, 17 Sep 2018 13:55:35 +0200 Message-ID: <1905630.VP2yNXcImD@xps> In-Reply-To: <20180829161920.12960-1-bruce.richardson@intel.com> References: <20180829161920.12960-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] build: add configuration summary at end of config 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: Mon, 17 Sep 2018 11:55:39 -0000 29/08/2018 18:19, Bruce Richardson: > After running meson to configure a DPDK build, it can be useful to know > what was automatically enabled or disabled. Therefore, print out by way of > summary a categorised list of libraries and drivers to be built. > > Signed-off-by: Bruce Richardson Applied, thanks