On Wed, Oct 03, 2018 at 02:46:21PM +0100, agalyax.babu.radhakrishnan wrote: > From: Agalya Babu RadhaKrishnan <[email protected]> > > 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 <[email protected]>

