From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CEA5920B2E; Thu, 1 Mar 2018 09:16:52 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 01 Mar 2018 09:16:52 -0500 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=ZMC7u+U12zuJ+tseCoYxzzNXRh haP0xEHdWRHB2zGX0=; b=mGk0i4Mqj+c/Sb5dSY5gsUyL07y5LrGwQbxUXr7xnY iKj0z9AWs6oRqyZ2L3i7E1am5Nlw3K4C3A922yNhok9GOTSBuQf20zte6VsPS540 1cT62qpU8OK2H7EcfA/yRAjRjkHRKzdebfZ5KuLuIQhiJmebyuaPmpBj8M749keB w= 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=ZMC7u+ U12zuJ+tseCoYxzzNXRhhaP0xEHdWRHB2zGX0=; b=dbngKs/+EjerfDu8VOV+Lf 2OGNlmGMxnWvA9wPezyajIrv7caMIbaKNh+bkHDlwLGSOZeuXNefra8plX2lgSIC XFIhurzPUwBM88wOdPbyMvO73P1NLDCZoBWfZjrgTxD1w4DpMyf/4qqWq0auhY5X 4MQuVpD1eaZdRI7pvUxe4oXd7gXUbdnaJwYKwKQXFpftbZwsJBa5pf2vQd04Azk3 u0TFa1CEu5ea0jfvFw0UCcTBKk8IyOoPLQi+drcHHujZcc/pL2+xhBtWGT9uVRaJ 8SCUf6HzDjJedGvChx/8OYPIETSjhijVojb9zaLVb37jzv1wxIptsYQKaRPfxfIw == 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 02F077E58E; Thu, 1 Mar 2018 09:16:51 -0500 (EST) From: Thomas Monjalon To: Hemant Agrawal Cc: Bruce Richardson , dev@dpdk.org, shreyansh.jain@nxp.com, Akhil Goyal Date: Thu, 01 Mar 2018 15:15:46 +0100 Message-ID: <5672747.G9ZE9fqiIz@xps> In-Reply-To: <62b44634-c2e5-eb91-03b1-68b356835a3e@nxp.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 7/7] build: add meson support for dpaaX platforms 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, 01 Mar 2018 14:16:53 -0000 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?