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

Message ID 1493729475-3586-1-git-send-email-john.mcnamara@intel.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

John McNamara May 2, 2017, 12:51 p.m. UTC
  Update doc to the new dpdk-devbind.py usertools path.

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

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

Comments

Maxime Coquelin May 3, 2017, 12:26 p.m. UTC | #1
On 05/02/2017 02:51 PM, John McNamara wrote:
> Update doc to the new dpdk-devbind.py usertools path.
> 
> Fixes: 58a2551a160f ("doc: introduce PVP reference benchmark")
> 
> Signed-off-by: John McNamara <john.mcnamara@intel.com>
> ---
>   doc/guides/howto/pvp_reference_benchmark.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime
  
Thomas Monjalon May 7, 2017, 12:50 p.m. UTC | #2
03/05/2017 14:26, Maxime Coquelin:
> On 05/02/2017 02:51 PM, John McNamara wrote:
> > Update doc to the new dpdk-devbind.py usertools path.
> > 
> > Fixes: 58a2551a160f ("doc: introduce PVP reference benchmark")
> > 
> > Signed-off-by: John McNamara <john.mcnamara@intel.com>
> 
> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Applied and squashed with http://dpdk.org/patch/24049, thanks
  

Patch

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: