Re: [dpdk-dev] [PATCH] eal: fslmc bus need vfio enabled for non PCI case as well

2017-10-07 Thread Hemant Agrawal
On 10/6/2017 10:38 PM, Thomas Monjalon wrote: 06/10/2017 18:22, Hemant Agrawal: On 10/6/2017 5:11 AM, Thomas Monjalon wrote: 13/07/2017 13:48, Hemant Agrawal: In case no_pci is configured, fslmc bus will still need the the vfio to be enabled. Signed-off-by: Hemant Agrawal --- --- a/lib/librt

Re: [dpdk-dev] [PATCH] eal: fslmc bus need vfio enabled for non PCI case as well

2017-10-06 Thread Thomas Monjalon
06/10/2017 18:22, Hemant Agrawal: > On 10/6/2017 5:11 AM, Thomas Monjalon wrote: > > 13/07/2017 13:48, Hemant Agrawal: > >> In case no_pci is configured, fslmc bus will still need the > >> the vfio to be enabled. > >> > >> Signed-off-by: Hemant Agrawal > >> --- > >> --- a/lib/librte_eal/linuxapp/e

Re: [dpdk-dev] [PATCH] eal: fslmc bus need vfio enabled for non PCI case as well

2017-10-06 Thread Hemant Agrawal
On 10/6/2017 5:11 AM, Thomas Monjalon wrote: 13/07/2017 13:48, Hemant Agrawal: In case no_pci is configured, fslmc bus will still need the the vfio to be enabled. Signed-off-by: Hemant Agrawal --- --- a/lib/librte_eal/linuxapp/eal/eal.c +++ b/lib/librte_eal/linuxapp/eal/eal.c +#ifdef RTE_LIBRT

Re: [dpdk-dev] [PATCH] eal: fslmc bus need vfio enabled for non PCI case as well

2017-10-05 Thread Thomas Monjalon
13/07/2017 13:48, Hemant Agrawal: > In case no_pci is configured, fslmc bus will still need the > the vfio to be enabled. > > Signed-off-by: Hemant Agrawal > --- > --- a/lib/librte_eal/linuxapp/eal/eal.c > +++ b/lib/librte_eal/linuxapp/eal/eal.c > +#ifdef RTE_LIBRTE_FSLMC_BUS > + if (!vfio_en

[dpdk-dev] [PATCH] eal: fslmc bus need vfio enabled for non PCI case as well

2017-07-13 Thread Hemant Agrawal
In case no_pci is configured, fslmc bus will still need the the vfio to be enabled. Signed-off-by: Hemant Agrawal --- lib/librte_eal/linuxapp/eal/eal.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/librte_eal/linuxapp/eal/eal.c b/lib/librte_eal/linuxapp/eal/eal.c index 7c78f2d.