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 B3DE95F20 for ; Mon, 17 Sep 2018 13:53:18 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id A666E2A9; Mon, 17 Sep 2018 07:53:17 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 17 Sep 2018 07:53:17 -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=pxktx1jZtFxAAwMzUcOZqj0vGw LuSX94tFUqw/JhAWY=; b=O34P9f6+a+ysi3KGPKJu2AQhP7qrFrXc5SbL3wScYV VMpcSaP2YXeR/ihEAqfodTOlMrHXpe8HDr+xPDR8QF0mJAOG72QpNdPiuFxkE2Th oQtTBx7nRHDOlkOY6jfzCREWK0zdHuKqVvAdaR34Q+drYlnreYXybqaTOAIh/OJc 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=pxktx1 jZtFxAAwMzUcOZqj0vGwLuSX94tFUqw/JhAWY=; b=bNAD6Ba9WW7UMlU8RFFxru jF1QdCCYZdTrF9V/gFQRiqpFmfyHX7lt/KSvZyB6klnaBSbqeYlZq98Fwr11qYsY gTcBaXAIy+gcUDL+dbUmMFsESuLqUiLDYL5StraLYHsbJVXPzrIGsHvnYo2e1Nuj NhkDC/xERr7ZOPV9uTj40Xmw1B+Fj/qb28SltxoKBuiJvW0lp7eQu/AffF3ZCazH iudU04fJxpEpVuNNLgKNRDlM6IaqUZJ4OQzzAfyYiMJwhpQcqMFO7HByoJQ6pR0x 2Q49rx7ROsg4YfcmAANTmo+r4wvj4IpKkvDF5ugsh2rs9lozE8OpceZ1G1/DCg5w == 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 3DF70E47C2; Mon, 17 Sep 2018 07:53:16 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Mon, 17 Sep 2018 13:53:15 +0200 Message-ID: <5823487.5eCXVEUoq8@xps> In-Reply-To: <20180808155852.GA14432@bricha3-MOBL.ger.corp.intel.com> References: <20180719143702.49511-1-bruce.richardson@intel.com> <3241026.l3qH73bN5k@xps> <20180808155852.GA14432@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] build: simplify logic for default library dependencies 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:53:19 -0000 08/08/2018 17:58, Bruce Richardson: > On Thu, Jul 26, 2018 at 03:55:56PM +0200, Thomas Monjalon wrote: > > 19/07/2018 16:37, Bruce Richardson: > > > EAL is a standard dependency of all libraries, except for those built > > > before it. We can therefore simplify the logic by just checking if EAL > > > has been processed, and make it a standard dependency if so. > > > > > > Signed-off-by: Bruce Richardson > > > > I guess there is no specific benefit for 18.08. > > It is deferred to 18.11 to avoid any risk. > > > Sure, no problem. Applied, thanks