vfio: disable in FreeBSD build with meson
authorAgalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan@intel.com>
Thu, 4 Oct 2018 14:09:58 +0000 (15:09 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 27 Oct 2018 15:57:55 +0000 (17:57 +0200)
commitafbafdca7cb7f6c42d62881fec9dfb17e07eb099
treeed4ed7738c313c9b8d047bf3972288f6116610fe
parent3771edc35438bbe476babd1aeb2bc1e6675864ad
vfio: disable in FreeBSD build with meson

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: 844514c735 ("eal: build with meson")
Cc: stable@dpdk.org
Signed-off-by: Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
config/meson.build
config/rte_config.h