test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 0/1] test_plans/virtio_user_as_exceptional_path: fix clerical error
@ 2019-09-06  6:58 yufengmx
  2019-09-06  6:58 ` [dts] [PATCH V1 1/1] test_plans/virtio_user_as_exceptional_path: fix clerical yufengmx
  0 siblings, 1 reply; 3+ messages in thread
From: yufengmx @ 2019-09-06  6:58 UTC (permalink / raw)
  To: dts, yinan.wang, zhaoyan.chen, lihongx.ma; +Cc: yufengmx

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

yufengmx (1):
  test_plans/virtio_user_as_exceptional_path: fix clerical error

 test_plans/virtio_user_as_exceptional_path_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.21.0


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

* [dts] [PATCH V1 1/1] test_plans/virtio_user_as_exceptional_path: fix clerical
  2019-09-06  6:58 [dts] [PATCH V1 0/1] test_plans/virtio_user_as_exceptional_path: fix clerical error yufengmx
@ 2019-09-06  6:58 ` yufengmx
  2019-09-18 10:27   ` Tu, Lijuan
  0 siblings, 1 reply; 3+ messages in thread
From: yufengmx @ 2019-09-06  6:58 UTC (permalink / raw)
  To: dts, yinan.wang, zhaoyan.chen, lihongx.ma; +Cc: yufengmx

 error

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

Signed-off-by: yufengmx <yufengx.mo@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


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

* Re: [dts] [PATCH V1 1/1] test_plans/virtio_user_as_exceptional_path: fix clerical
  2019-09-06  6:58 ` [dts] [PATCH V1 1/1] test_plans/virtio_user_as_exceptional_path: fix clerical yufengmx
@ 2019-09-18 10:27   ` Tu, Lijuan
  0 siblings, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-09-18 10:27 UTC (permalink / raw)
  To: Mo, YufengX, dts, Wang, Yinan, Chen, Zhaoyan, Ma, LihongX; +Cc: Mo, YufengX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx
> Sent: Friday, September 6, 2019 2:59 PM
> To: dts@dpdk.org; Wang, Yinan <yinan.wang@intel.com>; Chen, Zhaoyan
> <zhaoyan.chen@intel.com>; Ma, LihongX <lihongx.ma@intel.com>
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts] [PATCH V1 1/1] test_plans/virtio_user_as_exceptional_path: fix
> clerical
> 
>  error
> 
> Fix clerical error. In fact, two queues are used but not one.
> 
> Signed-off-by: yufengmx <yufengx.mo@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


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

end of thread, other threads:[~2019-09-18 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06  6:58 [dts] [PATCH V1 0/1] test_plans/virtio_user_as_exceptional_path: fix clerical error yufengmx
2019-09-06  6:58 ` [dts] [PATCH V1 1/1] test_plans/virtio_user_as_exceptional_path: fix clerical yufengmx
2019-09-18 10:27   ` Tu, Lijuan

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).