* [dts] [PATCH v1] test_plans: update test commonds for vectorized cases in loopback_multi_queues_test_plan.rst
@ 2020-04-29 22:14 Yinan
2020-05-06 3:25 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: Yinan @ 2020-04-29 22:14 UTC (permalink / raw)
To: dts; +Cc: Wang Yinan
From: Wang Yinan <yinan.wang@intel.com>
Signed-off-by: Wang Yinan <yinan.wang@intel.com>
---
.../loopback_multi_queues_test_plan.rst | 20 ++++++++-----------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/test_plans/loopback_multi_queues_test_plan.rst b/test_plans/loopback_multi_queues_test_plan.rst
index e890b30..635b070 100644
--- a/test_plans/loopback_multi_queues_test_plan.rst
+++ b/test_plans/loopback_multi_queues_test_plan.rst
@@ -38,10 +38,6 @@ This test plan test loopback multi-queues with split virtqueue mergeable, non-me
inorder mergeable, inorder non-mergeable path, and packed virtqueue mergeable, non-mergeable,inorder mergeable,
inorder non-mergeable, vectorized path. And virtio-user support 8 queues in maximum, check performance could be
linear growth when enable 8 queues and 8 cores, notice cores should in same socket.
-Note: Packed virtqueue vectorized path need below three initial requirements:
- 1. AVX512 is allowed in config file and supported by compiler
- 2. Host cpu support AVX512F
- 3. ring size is power of two
Test Case 1: loopback with virtio 1.1 mergeable path using 1 queue and 8 queues
===============================================================================
@@ -358,7 +354,7 @@ Test Case 6: loopback with virtio 1.0 non-mergeable path using 1 queue and 8 que
./testpmd -n 4 -l 5-6 --socket-mem 1024,1024 \
--legacy-mem --no-pci --file-prefix=virtio \
- --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=1,mrg_rxbuf=0,in_order=0 \
+ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=1,mrg_rxbuf=0,in_order=0,vectorized=1 \
-- -i --enable-hw-vlan-strip --nb-cores=1 --txd=1024 --rxd=1024
testpmd>set fwd mac
testpmd>start
@@ -389,7 +385,7 @@ Test Case 6: loopback with virtio 1.0 non-mergeable path using 1 queue and 8 que
./testpmd -n 4 -l 10-18 --socket-mem 1024,1024 \
--legacy-mem --no-pci --file-prefix=virtio \
- --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=8,mrg_rxbuf=0,in_order=0 \
+ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=8,mrg_rxbuf=0,in_order=0,vectorized=1 \
-- -i --enable-hw-vlan-strip --nb-cores=8 --rxq=8 --txq=8 --txd=1024 --rxd=1024
testpmd>set fwd mac
testpmd>start
@@ -418,7 +414,7 @@ Test Case 7: loopback with virtio 1.0 vector_rx path using 1 queue and 8 queues
./testpmd -n 4 -l 5-6 --socket-mem 1024,1024 \
--legacy-mem --no-pci --file-prefix=virtio \
- --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=1,mrg_rxbuf=0,in_order=0 \
+ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=1,mrg_rxbuf=0,in_order=0,vectorized=1 \
-- -i --nb-cores=1 --txd=1024 --rxd=1024
testpmd>set fwd mac
testpmd>start
@@ -449,7 +445,7 @@ Test Case 7: loopback with virtio 1.0 vector_rx path using 1 queue and 8 queues
./testpmd -n 4 -l 10-18 --socket-mem 1024,1024 \
--legacy-mem --no-pci --file-prefix=virtio \
- --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=8,mrg_rxbuf=0,in_order=0 \
+ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=8,mrg_rxbuf=0,in_order=0,vectorized=1 \
-- -i --nb-cores=8 --rxq=8 --txq=8 --txd=1024 --rxd=1024
testpmd>set fwd mac
testpmd>start
@@ -537,7 +533,7 @@ Test Case 9: loopback with virtio 1.1 inorder non-mergeable path using 1 queue a
./testpmd -n 4 -l 5-6 --socket-mem 1024,1024 \
--legacy-mem --no-pci --file-prefix=virtio \
- --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,packed_vec=1 \
+ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
-- -i --rx-offloads=0x10 --nb-cores=1 --txd=1024 --rxd=1024
testpmd>set fwd mac
testpmd>start
@@ -567,7 +563,7 @@ Test Case 9: loopback with virtio 1.1 inorder non-mergeable path using 1 queue a
./testpmd -n 4 -l 10-18 --socket-mem 1024,1024 \
--legacy-mem --no-pci --file-prefix=virtio \
- --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=8,packed_vq=1,mrg_rxbuf=0,in_order=1,packed_vec=1 \
+ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=8,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
-- -i --rx-offloads=0x10 --nb-cores=8 --rxq=8 --txq=8 --txd=1024 --rxd=1024
testpmd>set fwd mac
testpmd>start
@@ -596,7 +592,7 @@ Test Case 10: loopback with virtio 1.1 vectorized path using 1 queue and 8 queue
./testpmd -n 4 -l 5-6 --socket-mem 1024,1024 \
--legacy-mem --no-pci --file-prefix=virtio \
- --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,packed_vec=1 \
+ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
-- -i --nb-cores=1 --txd=1024 --rxd=1024
testpmd>set fwd mac
testpmd>start
@@ -627,7 +623,7 @@ Test Case 10: loopback with virtio 1.1 vectorized path using 1 queue and 8 queue
./testpmd -n 4 -l 10-18 --socket-mem 1024,1024 \
--legacy-mem --no-pci --file-prefix=virtio \
- --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=8,packed_vq=1,mrg_rxbuf=0,in_order=1,packed_vec=1 \
+ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=8,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
-- -i --nb-cores=8 --rxq=8 --txq=8 --txd=1024 --rxd=1024
testpmd>set fwd mac
testpmd>start
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH v1] test_plans: update test commonds for vectorized cases in loopback_multi_queues_test_plan.rst
2020-04-29 22:14 [dts] [PATCH v1] test_plans: update test commonds for vectorized cases in loopback_multi_queues_test_plan.rst Yinan
@ 2020-05-06 3:25 ` Tu, Lijuan
0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-05-06 3:25 UTC (permalink / raw)
To: Wang, Yinan, dts; +Cc: Wang, Yinan
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yinan
> Sent: Thursday, April 30, 2020 6:15 AM
> To: dts@dpdk.org
> Cc: Wang, Yinan <yinan.wang@intel.com>
> Subject: [dts] [PATCH v1] test_plans: update test commonds for vectorized
> cases in loopback_multi_queues_test_plan.rst
>
> From: Wang Yinan <yinan.wang@intel.com>
>
> Signed-off-by: Wang Yinan <yinan.wang@intel.com>
> ---
> .../loopback_multi_queues_test_plan.rst | 20 ++++++++-----------
> 1 file changed, 8 insertions(+), 12 deletions(-)
>
> diff --git a/test_plans/loopback_multi_queues_test_plan.rst
> b/test_plans/loopback_multi_queues_test_plan.rst
> index e890b30..635b070 100644
> --- a/test_plans/loopback_multi_queues_test_plan.rst
> +++ b/test_plans/loopback_multi_queues_test_plan.rst
> @@ -38,10 +38,6 @@ This test plan test loopback multi-queues with split
> virtqueue mergeable, non-me inorder mergeable, inorder non-mergeable
> path, and packed virtqueue mergeable, non-mergeable,inorder mergeable,
> inorder non-mergeable, vectorized path. And virtio-user support 8 queues in
> maximum, check performance could be linear growth when enable 8 queues
> and 8 cores, notice cores should in same socket.
> -Note: Packed virtqueue vectorized path need below three initial
> requirements:
> - 1. AVX512 is allowed in config file and supported by compiler
> - 2. Host cpu support AVX512F
> - 3. ring size is power of two
>
> Test Case 1: loopback with virtio 1.1 mergeable path using 1 queue and 8
> queues
> ================================================================
> ===============
> @@ -358,7 +354,7 @@ Test Case 6: loopback with virtio 1.0 non-mergeable
> path using 1 queue and 8 que
>
> ./testpmd -n 4 -l 5-6 --socket-mem 1024,1024 \
> --legacy-mem --no-pci --file-prefix=virtio \
> - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-
> net,queues=1,mrg_rxbuf=0,in_order=0 \
> +
> + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=
> + 1,mrg_rxbuf=0,in_order=0,vectorized=1 \
> -- -i --enable-hw-vlan-strip --nb-cores=1 --txd=1024 --rxd=1024
> testpmd>set fwd mac
> testpmd>start
> @@ -389,7 +385,7 @@ Test Case 6: loopback with virtio 1.0 non-mergeable
> path using 1 queue and 8 que
>
> ./testpmd -n 4 -l 10-18 --socket-mem 1024,1024 \
> --legacy-mem --no-pci --file-prefix=virtio \
> - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-
> net,queues=8,mrg_rxbuf=0,in_order=0 \
> +
> + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=
> + 8,mrg_rxbuf=0,in_order=0,vectorized=1 \
> -- -i --enable-hw-vlan-strip --nb-cores=8 --rxq=8 --txq=8 --txd=1024 --
> rxd=1024
> testpmd>set fwd mac
> testpmd>start
> @@ -418,7 +414,7 @@ Test Case 7: loopback with virtio 1.0 vector_rx path
> using 1 queue and 8 queues
>
> ./testpmd -n 4 -l 5-6 --socket-mem 1024,1024 \
> --legacy-mem --no-pci --file-prefix=virtio \
> - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-
> net,queues=1,mrg_rxbuf=0,in_order=0 \
> +
> + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=
> + 1,mrg_rxbuf=0,in_order=0,vectorized=1 \
> -- -i --nb-cores=1 --txd=1024 --rxd=1024
> testpmd>set fwd mac
> testpmd>start
> @@ -449,7 +445,7 @@ Test Case 7: loopback with virtio 1.0 vector_rx path
> using 1 queue and 8 queues
>
> ./testpmd -n 4 -l 10-18 --socket-mem 1024,1024 \
> --legacy-mem --no-pci --file-prefix=virtio \
> - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-
> net,queues=8,mrg_rxbuf=0,in_order=0 \
> +
> + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=
> + 8,mrg_rxbuf=0,in_order=0,vectorized=1 \
> -- -i --nb-cores=8 --rxq=8 --txq=8 --txd=1024 --rxd=1024
> testpmd>set fwd mac
> testpmd>start
> @@ -537,7 +533,7 @@ Test Case 9: loopback with virtio 1.1 inorder non-
> mergeable path using 1 queue a
>
> ./testpmd -n 4 -l 5-6 --socket-mem 1024,1024 \
> --legacy-mem --no-pci --file-prefix=virtio \
> - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-
> net,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,packed_vec=1 \
> +
> + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=
> + 1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
> -- -i --rx-offloads=0x10 --nb-cores=1 --txd=1024 --rxd=1024
> testpmd>set fwd mac
> testpmd>start
> @@ -567,7 +563,7 @@ Test Case 9: loopback with virtio 1.1 inorder non-
> mergeable path using 1 queue a
>
> ./testpmd -n 4 -l 10-18 --socket-mem 1024,1024 \
> --legacy-mem --no-pci --file-prefix=virtio \
> - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-
> net,queues=8,packed_vq=1,mrg_rxbuf=0,in_order=1,packed_vec=1 \
> +
> + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=
> + 8,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
> -- -i --rx-offloads=0x10 --nb-cores=8 --rxq=8 --txq=8 --txd=1024 --rxd=1024
> testpmd>set fwd mac
> testpmd>start
> @@ -596,7 +592,7 @@ Test Case 10: loopback with virtio 1.1 vectorized path
> using 1 queue and 8 queue
>
> ./testpmd -n 4 -l 5-6 --socket-mem 1024,1024 \
> --legacy-mem --no-pci --file-prefix=virtio \
> - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-
> net,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,packed_vec=1 \
> +
> + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=
> + 1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
> -- -i --nb-cores=1 --txd=1024 --rxd=1024
> testpmd>set fwd mac
> testpmd>start
> @@ -627,7 +623,7 @@ Test Case 10: loopback with virtio 1.1 vectorized path
> using 1 queue and 8 queue
>
> ./testpmd -n 4 -l 10-18 --socket-mem 1024,1024 \
> --legacy-mem --no-pci --file-prefix=virtio \
> - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-
> net,queues=8,packed_vq=1,mrg_rxbuf=0,in_order=1,packed_vec=1 \
> +
> + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=
> + 8,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
> -- -i --nb-cores=8 --rxq=8 --txq=8 --txd=1024 --rxd=1024
> testpmd>set fwd mac
> testpmd>start
> --
> 2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-06 3:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 22:14 [dts] [PATCH v1] test_plans: update test commonds for vectorized cases in loopback_multi_queues_test_plan.rst Yinan
2020-05-06 3:25 ` 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).