Re: [dpdk-dev] [PATCH v4] bus/pci: fix vfio mode

2017-10-31 Thread Thomas Monjalon
31/10/2017 13:03, Bruce Richardson: > On Mon, Oct 30, 2017 at 10:32:27PM +, Ferruh Yigit wrote: > > Revert back to using VFIO_PRESENT as a marker to enable compilation > > of VFIO-related segments. > > > > VFIO_PRESENT is the combination of user configuration RTE_EAL_VFIO and > > kernel versio

Re: [dpdk-dev] [PATCH v4] bus/pci: fix vfio mode

2017-10-31 Thread Ferruh Yigit
On 10/31/2017 5:03 AM, Bruce Richardson wrote: > On Mon, Oct 30, 2017 at 10:32:27PM +, Ferruh Yigit wrote: >> Revert back to using VFIO_PRESENT as a marker to enable compilation >> of VFIO-related segments. >> >> VFIO_PRESENT is the combination of user configuration RTE_EAL_VFIO and >> kernel v

Re: [dpdk-dev] [PATCH v4] bus/pci: fix vfio mode

2017-10-31 Thread Gaƫtan Rivet
Hi Ferruh, On Mon, Oct 30, 2017 at 10:32:27PM +, Ferruh Yigit wrote: > Revert back to using VFIO_PRESENT as a marker to enable compilation > of VFIO-related segments. > > VFIO_PRESENT is the combination of user configuration RTE_EAL_VFIO and > kernel version support check. > > eal_vfio.h VFI

Re: [dpdk-dev] [PATCH v4] bus/pci: fix vfio mode

2017-10-31 Thread Bruce Richardson
On Mon, Oct 30, 2017 at 10:32:27PM +, Ferruh Yigit wrote: > Revert back to using VFIO_PRESENT as a marker to enable compilation > of VFIO-related segments. > > VFIO_PRESENT is the combination of user configuration RTE_EAL_VFIO and > kernel version support check. > > eal_vfio.h VFIO_PRESENT re

[dpdk-dev] [PATCH v4] bus/pci: fix vfio mode

2017-10-30 Thread Ferruh Yigit
Revert back to using VFIO_PRESENT as a marker to enable compilation of VFIO-related segments. VFIO_PRESENT is the combination of user configuration RTE_EAL_VFIO and kernel version support check. eal_vfio.h VFIO_PRESENT related check ordered to be compatible with rte_vfio.h one, no functional modi