Re: [ovs-discuss] Cannot Bind eth0 to Driver vfio-pci

2018-12-12 Thread Ramzah Rehman
Solved it. VT-d was not enabled in BIOS. Thanks for help. On Thu, Dec 13, 2018 at 9:39 AM Ramzah Rehman wrote: > sure > > > Best Regards, > Ramzah Rehman > > > On Wed, Dec 12, 2018 at 8:32 PM Flavio Leitner wrote: > >> On Wed, Dec 12, 2018 at 01:12:49PM +0500, Ramzah Rehman wrote: >> >

Re: [ovs-discuss] Cannot Bind eth0 to Driver vfio-pci

2018-12-10 Thread Flavio Leitner
On Wed, Dec 05, 2018 at 08:01:45PM +0530, Numan Siddique wrote: > On Wed, Dec 5, 2018 at 4:27 PM Ramzah Rehman wrote: > > > I am trying to bind an interface eth0 to vfio driver. I have made sure > > iommu is enabled in grub and kernel. I have loaded the module vfio-pci. Ran > > following

Re: [ovs-discuss] Cannot Bind eth0 to Driver vfio-pci

2018-12-05 Thread Numan Siddique
On Wed, Dec 5, 2018 at 4:27 PM Ramzah Rehman wrote: > I am trying to bind an interface eth0 to vfio driver. I have made sure > iommu is enabled in grub and kernel. I have loaded the module vfio-pci. Ran > following commands > > #modprobe vfio-pci > #chmod a+x /dev/vfio > #chmod 0666 /dev/vfio/*

[ovs-discuss] Cannot Bind eth0 to Driver vfio-pci

2018-12-05 Thread Ramzah Rehman
I am trying to bind an interface eth0 to vfio driver. I have made sure iommu is enabled in grub and kernel. I have loaded the module vfio-pci. Ran following commands #modprobe vfio-pci #chmod a+x /dev/vfio #chmod 0666 /dev/vfio/* #export DPDK_DIR=/usr/src/dpdk-stable-17.11.4 #sudo