From mboxrd@z Thu Jan 1 00:00:00 1970 From: John McNamara Subject: [PATCH v1] doc: fix usertools path in pvp benchmark doc Date: Tue, 2 May 2017 13:51:15 +0100 Message-ID: <1493729475-3586-1-git-send-email-john.mcnamara@intel.com> Cc: John McNamara To: dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 3DD11374E for ; Tue, 2 May 2017 14:51:18 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update doc to the new dpdk-devbind.py usertools path. Fixes: 58a2551a160f ("doc: introduce PVP reference benchmark") Signed-off-by: John McNamara --- 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