From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 1/6] build: fix for FREEBSD build via meson Date: Wed, 3 Oct 2018 16:33:39 +0100 Message-ID: <20181003153338.GA4596@bricha3-MOBL.ger.corp.intel.com> References: <1538054652-20820-1> <1538574386-21771-2-git-send-email-agalyabx@wgcvswdev001.ir.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, alejandro.lucero@netronome.com, allain.legacy@windriver.com, jasvinder.singh@intel.com, keith.wiles@intel.com, matan@mellanox.com, reshma.pattan@intel.com, Agalya Babu RadhaKrishnan To: "agalyax.babu.radhakrishnan" Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id CD6161B443 for ; Wed, 3 Oct 2018 17:33:52 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1538574386-21771-2-git-send-email-agalyabx@wgcvswdev001.ir.intel.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" On Wed, Oct 03, 2018 at 02:46:21PM +0100, agalyax.babu.radhakrishnan wrote: > From: Agalya Babu RadhaKrishnan > > FreeBSD compilation was failing through meson build. > RTE_EAL_VFIO is not supported in FreeBSD. > But RTE_EAL_VFIO was enabled for both linux and freebsd. > So RTE_EAL_VFIO is removed from config/rte_config.h and > based on the platform RTE_EAL_VFIO flag is enabled/disabled appropriately. > > Fixes: 6e8a721044 ("vfio: export functions even when disabled") > The actual commit that introduced the offending line i.e. the RTE_EAL_VFIO one in rte_config.h was 844514c735, eal: build with meson. With correct fixline: Acked-by: Bruce Richardson