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

2017-10-30 Thread Gaëtan Rivet
On Mon, Oct 30, 2017 at 09:57:08AM -0700, Ferruh Yigit wrote: > On 10/30/2017 4:24 AM, Thomas Monjalon wrote: > > 30/10/2017 10:27, Thomas Monjalon: > >> 30/10/2017 10:17, Gaëtan Rivet: > >>> Hi Ferruh, > >>> > >>> On Mon, Oct 30, 2017 at 02:00:43AM -0700, Ferruh Yigit wrote: > On 10/30/2017 1

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

2017-10-30 Thread Ferruh Yigit
On 10/30/2017 4:24 AM, Thomas Monjalon wrote: > 30/10/2017 10:27, Thomas Monjalon: >> 30/10/2017 10:17, Gaëtan Rivet: >>> Hi Ferruh, >>> >>> On Mon, Oct 30, 2017 at 02:00:43AM -0700, Ferruh Yigit wrote: On 10/30/2017 1:06 AM, Gaëtan Rivet wrote: > Hi Jerin, > > On Sat, Oct 28, 2017

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

2017-10-30 Thread Thomas Monjalon
30/10/2017 10:27, Thomas Monjalon: > 30/10/2017 10:17, Gaëtan Rivet: > > Hi Ferruh, > > > > On Mon, Oct 30, 2017 at 02:00:43AM -0700, Ferruh Yigit wrote: > > > On 10/30/2017 1:06 AM, Gaëtan Rivet wrote: > > > > Hi Jerin, > > > > > > > > On Sat, Oct 28, 2017 at 11:50:52AM +0530, Jerin Jacob wrote:

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

2017-10-30 Thread Thomas Monjalon
30/10/2017 10:17, Gaëtan Rivet: > Hi Ferruh, > > On Mon, Oct 30, 2017 at 02:00:43AM -0700, Ferruh Yigit wrote: > > On 10/30/2017 1:06 AM, Gaëtan Rivet wrote: > > > Hi Jerin, > > > > > > On Sat, Oct 28, 2017 at 11:50:52AM +0530, Jerin Jacob wrote: > > >> The definition of VFIO_PRESENT is "eal_vfio

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

2017-10-30 Thread Gaëtan Rivet
Hi Ferruh, On Mon, Oct 30, 2017 at 02:00:43AM -0700, Ferruh Yigit wrote: > On 10/30/2017 1:06 AM, Gaëtan Rivet wrote: > > Hi Jerin, > > > > On Sat, Oct 28, 2017 at 11:50:52AM +0530, Jerin Jacob wrote: > >> The definition of VFIO_PRESENT is "eal_vfio.h", Fail to > >> include eal_vfio.h will result

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

2017-10-30 Thread Jerin Jacob
-Original Message- > Date: Mon, 30 Oct 2017 09:06:54 +0100 > From: Gaëtan Rivet > To: Jerin Jacob > Cc: dev@dpdk.org, tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH] bus/pci: fix vfio mode > User-Agent: Mutt/1.5.23 (2014-03-12) > > Hi Jerin, Hi Gaëtan, &

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

2017-10-30 Thread Ferruh Yigit
On 10/30/2017 1:06 AM, Gaëtan Rivet wrote: > Hi Jerin, > > On Sat, Oct 28, 2017 at 11:50:52AM +0530, Jerin Jacob wrote: >> The definition of VFIO_PRESENT is "eal_vfio.h", Fail to >> include eal_vfio.h will result in disabling vfio. >> >> Fixes: 279b581c897d ("vfio: expose functions") >> > > Thank

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

2017-10-30 Thread Gaëtan Rivet
Hi Jerin, On Sat, Oct 28, 2017 at 11:50:52AM +0530, Jerin Jacob wrote: > The definition of VFIO_PRESENT is "eal_vfio.h", Fail to > include eal_vfio.h will result in disabling vfio. > > Fixes: 279b581c897d ("vfio: expose functions") > Thanks for the fix, sorry for VFIO. I tried to let go of VFIO