From 4f85968a43d3de253e7d69bb0d03e542e4a27f9c Mon Sep 17 00:00:00 2001 From: John DeNisco Date: Tue, 10 Dec 2019 14:25:50 -0500 Subject: docs: Rework the startup configuration section Type: docs Signed-off-by: John DeNisco Change-Id: Ic60aac96a4aeb5532f98dfb85c776bf549c0d660 Signed-off-by: Dave Barach --- docs/usecases/vmxnet3.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/usecases') 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: -- cgit