You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use dpdk with go on vfio-pci driver. My system dont have iommu support, so I disabled it by echo "options vfio enable_unsafe_noiommu_mode=1" > /etc/modprobe.d/vfio-noiommu.conf
Below is code I am trying to run and error
./dpdk-devbind.py --status output:
The text was updated successfully, but these errors were encountered:
I am trying to use dpdk with go on vfio-pci driver. My system dont have iommu support, so I disabled it by
echo "options vfio enable_unsafe_noiommu_mode=1" > /etc/modprobe.d/vfio-noiommu.conf
Below is code I am trying to run and error
./dpdk-devbind.py --status
output:The text was updated successfully, but these errors were encountered: