test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts]  [PATCH v1] test_plans/*virtio_user*test_plan.rst
@ 2020-11-10 11:14 Yinan Wang
  2020-11-11  6:44 ` Tu, Lijuan
  2020-12-15  7:21 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Yinan Wang @ 2020-11-10 11:14 UTC (permalink / raw)
  To: dts; +Cc: Yinan Wang

Add parameter to enable AVX512

Signed-off-by: Yinan Wang <yinan.wang@intel.com>
---
 ...ser_multi_queues_port_restart_test_plan.rst |  4 ++--
 test_plans/vm2vm_virtio_user_test_plan.rst     | 18 +++++++++---------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/test_plans/pvp_virtio_user_multi_queues_port_restart_test_plan.rst b/test_plans/pvp_virtio_user_multi_queues_port_restart_test_plan.rst
index c50c9aca..e877a791 100644
--- a/test_plans/pvp_virtio_user_multi_queues_port_restart_test_plan.rst
+++ b/test_plans/pvp_virtio_user_multi_queues_port_restart_test_plan.rst
@@ -364,7 +364,7 @@ Test Case 10: pvp 2 queues test with packed ring vectorized path
 2. Launch virtio-user by below command::
 
     ./testpmd -n 4 -l 5-7 \
-    --no-pci --file-prefix=virtio \
+    --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \
     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=255 \
     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2 --txd=255 --rxd=255
     >set fwd mac
@@ -381,4 +381,4 @@ Test Case 10: pvp 2 queues test with packed ring vectorized path
 5. Restart port at vhost side by below command and re-calculate the average throughput,verify the throughput is not zero after port restart::
 
     testpmd>start
-    testpmd>show port stats all
\ No newline at end of file
+    testpmd>show port stats all
diff --git a/test_plans/vm2vm_virtio_user_test_plan.rst b/test_plans/vm2vm_virtio_user_test_plan.rst
index ffddb650..7a6aba91 100644
--- a/test_plans/vm2vm_virtio_user_test_plan.rst
+++ b/test_plans/vm2vm_virtio_user_test_plan.rst
@@ -670,7 +670,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test
 2. Launch virtio-user1 by below command::
 
     ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 7-8 \
-    --no-pci --file-prefix=virtio1 \
+    --no-pci --file-prefix=virtio1 --force-max-simd-bitwidth=512 \
     --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=256 \
     -- -i --nb-cores=1 --txd=256 --rxd=256
     testpmd>set fwd rxonly
@@ -683,7 +683,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test
 4. Launch virtio-user0 and send 8k length packets::
 
     ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 5-6 \
-    --no-pci --file-prefix=virtio \
+    --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \
     --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,queue_size=256 \
     -- -i --nb-cores=1 --txd=256 --rxd=256
     testpmd>set burst 1
@@ -712,7 +712,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test
 8. Launch virtio-user1 by below command::
 
     ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 7-8 \
-    --no-pci \
+    --no-pci --force-max-simd-bitwidth=512 \
     --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=256 \
     -- -i --nb-cores=1 --txd=256 --rxd=256
     testpmd>set burst 1
@@ -723,7 +723,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test
 
 9. Quit pdump,vhost received packets in pdump-vhost-rx.pcap,check headers and payload of all packets in pdump-virtio-rx.pcap and pdump-vhost-rx.pcap and ensure the content are same.
 
-Test Case 10: packed virtqueue vm2vm vectorized path test with ring size is not power of 2
+Test Case 11: packed virtqueue vm2vm vectorized path test with ring size is not power of 2
 ==========================================================================================
 
 1. Launch testpmd by below command::
@@ -735,7 +735,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test with ring size is not
 2. Launch virtio-user1 by below command::
 
     ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 7-8 \
-    --no-pci --file-prefix=virtio1 \
+    --no-pci --file-prefix=virtio1 --force-max-simd-bitwidth=512 \
     --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=255 \
     -- -i --nb-cores=1 --txd=255 --rxd=255
     testpmd>set fwd rxonly
@@ -748,7 +748,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test with ring size is not
 4. Launch virtio-user0 and send 8k length packets::
 
     ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 5-6 \
-    --no-pci --file-prefix=virtio \
+    --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \
     --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,queue_size=255 \
     -- -i --nb-cores=1 --txd=255 --rxd=255
     testpmd>set burst 1
@@ -777,7 +777,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test with ring size is not
 8. Launch virtio-user1 by below command::
 
     ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 7-8 \
-    --no-pci \
+    --no-pci --force-max-simd-bitwidth=512 \
     --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=255 \
     -- -i --nb-cores=1 --txd=255 --rxd=255
     testpmd>set burst 1
@@ -788,7 +788,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test with ring size is not
 
 9. Quit pdump,vhost received packets in pdump-vhost-rx.pcap,check headers and payload of all packets in pdump-virtio-rx.pcap and pdump-vhost-rx.pcap and ensure the content are same.
 
-Test Case 11: split virtqueue vm2vm inorder mergeable path multi-queues payload check with cbdma enabled
+Test Case 12: split virtqueue vm2vm inorder mergeable path multi-queues payload check with cbdma enabled
 ========================================================================================================
 
 1. Launch vhost by below command::
@@ -847,7 +847,7 @@ Test Case 11: split virtqueue vm2vm inorder mergeable path multi-queues payload
 
 7. Start vhost testpm, then quit pdump and all testpmd, check 512 packets received by virtio-user1, check 54 packets with 8k length and 458 packets with 2k length in pdump-virtio-rx.pcap.
 
-Test Case 12: split virtqueue vm2vm mergeable path multi-queues payload check with cbdma enabled
+Test Case 13: split virtqueue vm2vm mergeable path multi-queues payload check with cbdma enabled
 ================================================================================================
 
 1. Launch vhost by below command::
-- 
2.25.1


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

* Re: [dts] [PATCH v1] test_plans/*virtio_user*test_plan.rst
  2020-11-10 11:14 [dts] [PATCH v1] test_plans/*virtio_user*test_plan.rst Yinan Wang
@ 2020-11-11  6:44 ` Tu, Lijuan
  2020-12-15  7:21 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-11-11  6:44 UTC (permalink / raw)
  To: Wang, Yinan, dts; +Cc: Wang, Yinan

> Add parameter to enable AVX512
> 
> Signed-off-by: Yinan Wang <yinan.wang@intel.com>

Applied

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

* Re: [dts] [PATCH v1] test_plans/*virtio_user*test_plan.rst
  2020-11-10 11:14 [dts] [PATCH v1] test_plans/*virtio_user*test_plan.rst Yinan Wang
  2020-11-11  6:44 ` Tu, Lijuan
@ 2020-12-15  7:21 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-12-15  7:21 UTC (permalink / raw)
  To: Wang, Yinan, dts; +Cc: Wang, Yinan

> Add parameter to enable AVX512
> 
> Signed-off-by: Yinan Wang <yinan.wang@intel.com>

Applied

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

end of thread, other threads:[~2020-12-15  7:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10 11:14 [dts] [PATCH v1] test_plans/*virtio_user*test_plan.rst Yinan Wang
2020-11-11  6:44 ` Tu, Lijuan
2020-12-15  7:21 ` 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).