From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6E7A92BE2 for ; Thu, 26 Jul 2018 15:56:02 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 14C6321F3A; Thu, 26 Jul 2018 09:56:02 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 09:56:02 -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=SPbkdUVTgjvsEcITaxh04XQueS DxVcWfqBtrawAnMxU=; b=qleCKXh+qdRa/8fOHYmU3xmQ+kkt619I3aO4Y06xOQ r0He+wtp4lFH74dZ8Jri/jEOZqL6aTW2YZH6hHfzFWF90elYRsGdNptQ8LPrLE34 qWqSFfaz7xuvhGGXlu7V/TYtvnAi6rMm2cc5H9rw/WnclritwvyfGaVlCXBc7DEY o= 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=SPbkdU VTgjvsEcITaxh04XQueSDxVcWfqBtrawAnMxU=; b=JnEUhz59BnLuufsfZGWodn 2sxR1jdLZDLWvlqk8O+BXCvVLVA65ss/KAH3XheDZP7C3doZtiiM/BXZW+lIlzf9 QwWRBE5M65YtIB+ikWGI7DfVSnKN6thq9IQuFzgEg0sEaloSsh8gctDM14/mnBVX CPsJnewuiih0+4NoaAH2bsvR1nIHy8MoIpN3B85hQlj0v+67sGjaOaAnLKjJs4l2 hU62W+BbrVeikgruCcttQDH3687zCpHmxzAsJlIeDKePEbqqo0wQCdFM1d7lHGZp b3X8g7GX2kpkce15c8JucKGRI8Y5qrwrpl8CRtUbMVY8M1dZuMqkwLBkv9HG+5Nw == 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 0FAB110277; Thu, 26 Jul 2018 09:56:00 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Thu, 26 Jul 2018 15:55:56 +0200 Message-ID: <3241026.l3qH73bN5k@xps> In-Reply-To: <20180719143702.49511-1-bruce.richardson@intel.com> References: <20180719143702.49511-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: 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: Thu, 26 Jul 2018 13:56:02 -0000 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.