[dts] [PATCH V1 1/1] test_plans/virtio_user_as_exceptional_path: fix clerical

yufengmx yufengx.mo at intel.com
Fri Sep 6 08:58:55 CEST 2019


 error

Fix clerical error. In fact, two queues are used but not one.

Signed-off-by: yufengmx <yufengx.mo at intel.com>
---
 test_plans/virtio_user_as_exceptional_path_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/virtio_user_as_exceptional_path_test_plan.rst b/test_plans/virtio_user_as_exceptional_path_test_plan.rst
index ef6e4a8..a261e15 100644
--- a/test_plans/virtio_user_as_exceptional_path_test_plan.rst
+++ b/test_plans/virtio_user_as_exceptional_path_test_plan.rst
@@ -153,7 +153,7 @@ Flow: tap0<-->vhost-net<-->virtio_user<-->nic0<-->TG
 
     ufw disable
 
-2. Bind the physical port to igb_uio, launch testpmd with one queue for virtio_user::
+2. Bind the physical port to igb_uio, launch testpmd with two queues for virtio_user::
 
     ./dpdk-devbind.py -b igb_uio xx:xx.x        # xx:xx.x is the pci addr of nic0
     ./testpmd -l 1-2 -n 4 --socket-mem 1024,1024  --file-prefix=test2 --vdev=virtio_user0,mac=00:01:02:03:04:05,path=/dev/vhost-net,queue_size=1024,queues=2 -- -i --rxd=1024 --txd=1024 --txq=2 --rxq=2 --nb-cores=1
-- 
2.21.0



More information about the dts mailing list