From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 60F554CBB;
 Wed, 14 Mar 2018 00:37:27 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 68FF8210D7;
 Tue, 13 Mar 2018 19:37:26 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Tue, 13 Mar 2018 19:37:26 -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=BiEGLad9c0DbrBG4PljoA43QkX
 ph3S0Ui5s/Qjjqtxs=; b=CHt9fkMPV8sQOZ6fgsAd6Svs60w4lQSue0dXdqg6q9
 iXYfzATHZ7//2m9AbF5mHFWJ59/Bqd2hdjWt1cfENQ0/aZETzTMZF2PL1nL9egH6
 qFRGSLCt13TP0HfYFLFRkg0aQlLor8aL1AQ6LGAB4KzySuPy5smvN6rDd04BL50g
 M=
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=fm2; bh=BiEGLa
 d9c0DbrBG4PljoA43QkXph3S0Ui5s/Qjjqtxs=; b=TlCu4BIP9B+oWd7/IuihBq
 RNJ11y0zplCuPN30bz/sDpdG7LBq8poBfYqmsdHtNdT8ut48N9ufcVOKDULAmHbq
 v282ZVFEOawr8C6OCDpadLtunlA3FRnBPXZbuaUVKwStUaEJMOuiNH6DUl6A2pmA
 3SKYbwGSS3ovC3xrXOfrUN2TkRttMWwVC3+8PxKM4sBgZWHbe8JuCMjNEJnBquuY
 LVFTwtSX1YkH/QqGxggz5bVPiOi9dgU3EoU15emEGoGqDU+pRbndwRFfVFdoXiph
 SqkUSw5fwZ2M766IMx4HZnKNM8VPZ7zBwsOHyHnMas8Rv2w9CvlQnHLcIk460kSQ
 ==
X-ME-Sender: <xms:tmCoWon8s5521pUsYXq6ma3ko1rW7YrCK57v4-kQUgbKcTPzhmQR7A>
Received: from xps.localnet (unknown [37.170.65.63])
 by mail.messagingengine.com (Postfix) with ESMTPA id 1D82824066;
 Tue, 13 Mar 2018 19:37:10 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Hemant Agrawal <hemant.agrawal@nxp.com>
Cc: stable@dpdk.org, dev@dpdk.org, mvarlese@suse.de, yskoh@mellanox.com
Date: Wed, 14 Mar 2018 00:36:47 +0100
Message-ID: <4896542.TQVVVNK1aY@xps>
In-Reply-To: <1519379883-26287-2-git-send-email-hemant.agrawal@nxp.com>
References: <20180222225308.16972-1-thomas@monjalon.net>
 <1519379883-26287-1-git-send-email-hemant.agrawal@nxp.com>
 <1519379883-26287-2-git-send-email-hemant.agrawal@nxp.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-stable] [PATCH v2 2/2] mk: fix the build dependency
	structure for dpaaX
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 13 Mar 2018 23:37:27 -0000

23/02/2018 10:58, Hemant Agrawal:
> This  patch fixes the build dependency of various
> dpaaX components, when the dpaa or fslmc bus is disabled,
> or VFIO is disabled.
> 
> Fixes: 1ee9569576f6 ("config: enable dpaaX drivers for generic ARMv8")
> Cc: stable@dpdk.org
> 
> Reported-by: Yongseok Koh <yskoh@mellanox.com>
> Suggested-by: Thomas Monjalon <thomas@monjalon.net>
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>

I am not satisfied by handling the bus dependencies all over the place,
but I understand it is convenient.
Considering that this build system is dying (in favor of meson's one),

Series applied, thanks.