[dpdk-users] Correct setup of sfc

Rosen, Rami rami.rosen at intel.com
Fri Jun 15 17:34:53 CEST 2018


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


More information about the users mailing list