From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 7/7] build: add meson support for dpaaX platforms Date: Thu, 01 Mar 2018 15:15:46 +0100 Message-ID: <5672747.G9ZE9fqiIz@xps> References: <1519752352-15442-1-git-send-email-hemant.agrawal@nxp.com> <20180228144409.GA10572@bricha3-MOBL3.ger.corp.intel.com> <62b44634-c2e5-eb91-03b1-68b356835a3e@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Bruce Richardson , dev@dpdk.org, shreyansh.jain@nxp.com, Akhil Goyal To: Hemant Agrawal Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 34DB74C7B for ; Thu, 1 Mar 2018 15:16:53 +0100 (CET) In-Reply-To: <62b44634-c2e5-eb91-03b1-68b356835a3e@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/03/2018 07:10, Hemant Agrawal: > On 2/28/2018 8:14 PM, Bruce Richardson wrote: > > On Tue, Feb 27, 2018 at 10:55:52PM +0530, Hemant Agrawal wrote: > >> +includes += include_directories('../../../lib/librte_eal/linuxapp/eal') > > > > Is this not covered by the dependency on eal? Is it accessing things > > directly in the EAL internals? > > We are accessing eal_vfio.h. so it is needed. Let's try to fix it. What is required exactly? Can it be in the exported header?