]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/virtio.rst
unify tools naming
[dpdk.git] / doc / guides / nics / virtio.rst
index c6335d405d1bbc0c99e04b54f4d80102b393dec4..5431015795c1adbf81f66f094dadd42d2d3d7dd5 100644 (file)
@@ -172,7 +172,7 @@ Host2VM communication example
         modprobe uio
         echo 512 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
         modprobe uio_pci_generic
-        python tools/dpdk_nic_bind.py -b uio_pci_generic 00:03.0
+        python tools/dpdk-devbind.py -b uio_pci_generic 00:03.0
 
     We use testpmd as the forwarding application in this example.