Hi Filip, What does: ls -al /sys/bus/pci/drivers show ? In case you have there "vfio-pci" and not "vfio_pci" (as many kernels have), can you please try:
./dpdk-devbind.py --bind=vfio-pci 0000:65:00.0 0000:65:00.1 Instead of ./dpdk-devbind.py --bind=vfio_pci 0000:65:00.0 0000:65:00.1 (notice the difference in the "--bind" parameter) And if it also fails, please post the here the error and also the kernel log message (you can get it for example by dmesg | tail -n 15) Regards, Rami Rosen
