doc: fix usertools path in guides

Fixes: 26b683b4f7 ("net/virtio: setup Rx queue interrupts")
Fixes: 58a2551a16 ("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>
This commit is contained in:
Yong Wang 2017-05-02 07:54:20 -04:00 committed by Thomas Monjalon
parent 6d4e186695
commit 6d3fa481ee
2 changed files with 2 additions and 2 deletions

View 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:

View 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
~~~~~~~