doc: fix usertools path in guides
authorYong Wang <wang.yong19@zte.com.cn>
Tue, 2 May 2017 11:54:20 +0000 (07:54 -0400)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 7 May 2017 15:01:55 +0000 (17:01 +0200)
Fixes: 26b683b4f7d0 ("net/virtio: setup Rx queue interrupts")
Fixes: 58a2551a160f ("doc: introduce PVP reference benchmark")
Cc: stable@dpdk.org
Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
Signed-off-by: John McNamara <john.mcnamara@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
doc/guides/howto/pvp_reference_benchmark.rst
doc/guides/nics/virtio.rst

index 208e4c7..228b4a2 100644 (file)
@@ -366,7 +366,7 @@ Bind the virtio-net devices to DPDK:
 
    .. code-block:: console
 
-      $RTE_SDK/tools/dpdk-devbind.py -b vfio-pci 0000:00:10.0 0000:00:11.0
+      $RTE_SDK/usertools/dpdk-devbind.py -b vfio-pci 0000:00:10.0 0000:00:11.0
 
 Start testpmd:
 
index e1a80dc..91bedea 100644 (file)
@@ -321,7 +321,7 @@ To support Rx interrupts,
 
     .. code-block:: console
 
-        python tools/dpdk-devbind.py -b vfio-pci 00:03.0
+        python usertools/dpdk-devbind.py -b vfio-pci 00:03.0
 
 Example
 ~~~~~~~