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:
parent
6d4e186695
commit
6d3fa481ee
@ -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:
|
||||
|
||||
|
@ -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
|
||||
~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user