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: Fri, 09 Mar 2018 17:49:58 +0100 Message-ID: <1855108.Xui4zJbfLN@xps> References: <1519752352-15442-1-git-send-email-hemant.agrawal@nxp.com> <62b44634-c2e5-eb91-03b1-68b356835a3e@nxp.com> <5672747.G9ZE9fqiIz@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson To: Hemant Agrawal , shreyansh.jain@nxp.com, Akhil Goyal Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 73E895F5D for ; Fri, 9 Mar 2018 17:50:00 +0100 (CET) In-Reply-To: <5672747.G9ZE9fqiIz@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" ping 01/03/2018 15:15, Thomas Monjalon: > 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?