[dpdk-dev] [PATCH v1] doc: fix usertools path in pvp benchmark doc

John McNamara john.mcnamara at intel.com
Tue May 2 14:51:15 CEST 2017


Update doc to the new dpdk-devbind.py usertools path.

Fixes: 58a2551a160f ("doc: introduce PVP reference benchmark")

Signed-off-by: John McNamara <john.mcnamara at intel.com>
---
 doc/guides/howto/pvp_reference_benchmark.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/howto/pvp_reference_benchmark.rst b/doc/guides/howto/pvp_reference_benchmark.rst
index 208e4c7..228b4a2 100644
--- a/doc/guides/howto/pvp_reference_benchmark.rst
+++ b/doc/guides/howto/pvp_reference_benchmark.rst
@@ -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:
 
-- 
2.7.4



More information about the dev mailing list