diff options
Diffstat (limited to 'docs/usecases')
-rw-r--r-- | docs/usecases/vmxnet3.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/usecases/vmxnet3.rst b/docs/usecases/vmxnet3.rst index 37fdbc82b67..427ebbaf115 100644 --- a/docs/usecases/vmxnet3.rst +++ b/docs/usecases/vmxnet3.rst @@ -113,10 +113,7 @@ For systems without IOMMU only, enable unsafe NOIOMMU mode $ echo Y | sudo tee /sys/module/vfio/parameters/enable_unsafe_noiommu_mode -To bind interface to vfio-pci first install the :ref:`configutil`. This will -download the dpdk_devbind.py script. It is located in -*/usr/vpp/vpp-config/scripts* with Centos and -*/usr/local/vpp/vpp-config/scripts* with Ubuntu. +To bind interface to vfio-pci first install get the dpdk_devbind.py script. Bind the driver with the following commands: |