test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] test_plans/dynamic_queue: fix usage of bind script
@ 2018-08-24 10:08 Rami Rosen
  2018-08-27 13:15 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2018-08-24 10:08 UTC (permalink / raw)
  To: yong.liu; +Cc: dts, Rami Rosen

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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] test_plans/dynamic_queue: fix usage of bind script
  2018-08-24 10:08 [dts] [PATCH] test_plans/dynamic_queue: fix usage of bind script Rami Rosen
@ 2018-08-27 13:15 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-08-27 13:15 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dts

Thanks, Rami. Applied.

On 08/24/2018 06:08 PM, Rami Rosen wrote:
> 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@gmail.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-27  5:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24 10:08 [dts] [PATCH] test_plans/dynamic_queue: fix usage of bind script Rami Rosen
2018-08-27 13:15 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).