[dts] [PATCH] test_plans/dynamic_queue: fix usage of bind script

Rami Rosen ramirose at gmail.com
Fri Aug 24 12:08:34 CEST 2018


The dpdk-devbind.py script resides under "usertools" for over a year now, 
instead of its previous location, "tools". This script fixes it.

Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 test_plans/dynamic_queue_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/dynamic_queue_test_plan.rst b/test_plans/dynamic_queue_test_plan.rst
index 01694d2..6be6ec7 100644
--- a/test_plans/dynamic_queue_test_plan.rst
+++ b/test_plans/dynamic_queue_test_plan.rst
@@ -74,7 +74,7 @@ Prerequisites
 =============
 1. Host PF in DPDK driver::
 
-    ./tools/dpdk-devbind.py -b igb_uio 81:00.0
+    ./usertools/dpdk-devbind.py -b igb_uio 81:00.0
 
 2. Start testpmd on host, set chained port topology mode, add txq/rxq to 
    enable multi-queues::
-- 
2.17.1



More information about the dts mailing list