test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v1] test_plans/pvp_multi_paths_performance_test_plan.rst
@ 2021-03-02 14:30 Yinan Wang
  2021-03-03  5:24 ` Tu, Lijuan
  0 siblings, 1 reply; 5+ messages in thread
From: Yinan Wang @ 2021-03-02 14:30 UTC (permalink / raw)
  To: dts; +Cc: Yinan Wang

Fix a path selection issue.

Signed-off-by: Yinan Wang <yinan.wang@intel.com>
---
 test_plans/pvp_multi_paths_performance_test_plan.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_plans/pvp_multi_paths_performance_test_plan.rst b/test_plans/pvp_multi_paths_performance_test_plan.rst
index 997bd31b..11a700f0 100644
--- a/test_plans/pvp_multi_paths_performance_test_plan.rst
+++ b/test_plans/pvp_multi_paths_performance_test_plan.rst
@@ -260,7 +260,7 @@ Test Case 9: pvp test with virtio 1.1 inorder non-mergeable path
 2. Launch virtio-user by below command::
 
     ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \
-    --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
+    --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,packed_vq=1,mrg_rxbuf=0,in_order=1 \
     -- -i --rx-offloads=0x10 --nb-cores=1 --txd=1024 --rxd=1024
     >set fwd mac
     >start
@@ -290,4 +290,4 @@ Test Case 10: pvp test with virtio 1.1 vectorized path
 
 3. Send packet with packet generator with different packet size,includes [64, 128, 256, 512, 1024, 1518], check the throughput with below command::
 
-    testpmd>show port stats all
\ No newline at end of file
+    testpmd>show port stats all
-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [dts] [PATCH v1] test_plans/pvp_multi_paths*performance_test_plan.rst
@ 2020-12-09 16:50 Yinan Wang
  2020-12-10  8:52 ` Tu, Lijuan
  0 siblings, 1 reply; 5+ messages in thread
From: Yinan Wang @ 2020-12-09 16:50 UTC (permalink / raw)
  To: dts; +Cc: Yinan Wang

Add parameter to enable AVX512 for vector path.

Signed-off-by: Yinan Wang <yinan.wang@intel.com>
---
 test_plans/pvp_multi_paths_performance_test_plan.rst            | 2 +-
 .../pvp_multi_paths_vhost_single_core_performance_test_plan.rst | 2 +-
 ...pvp_multi_paths_virtio_single_core_performance_test_plan.rst | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test_plans/pvp_multi_paths_performance_test_plan.rst b/test_plans/pvp_multi_paths_performance_test_plan.rst
index 74b050af..997bd31b 100644
--- a/test_plans/pvp_multi_paths_performance_test_plan.rst
+++ b/test_plans/pvp_multi_paths_performance_test_plan.rst
@@ -282,7 +282,7 @@ Test Case 10: pvp test with virtio 1.1 vectorized path
 
 2. Launch virtio-user by below command::
 
-    ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \
+    ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \
     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
     -- -i --nb-cores=1 --txd=1024 --rxd=1024
     >set fwd mac
diff --git a/test_plans/pvp_multi_paths_vhost_single_core_performance_test_plan.rst b/test_plans/pvp_multi_paths_vhost_single_core_performance_test_plan.rst
index 96445e84..00e6009c 100644
--- a/test_plans/pvp_multi_paths_vhost_single_core_performance_test_plan.rst
+++ b/test_plans/pvp_multi_paths_vhost_single_core_performance_test_plan.rst
@@ -246,7 +246,7 @@ Test Case 10: vhost single core performance test with virtio 1.1 vectorized path
 
 2. Launch virtio-user by below command::
 
-    ./testpmd -l 7-9 -n 4 --file-prefix=virtio \
+    ./testpmd -l 7-9 -n 4 --file-prefix=virtio --force-max-simd-bitwidth=512 \
     --vdev=virtio_user0,mac=00:11:22:33:44:10,path=./vhost-net,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
     -- -i --rss-ip --nb-cores=2 --txd=1024 --rxd=1024
     >set fwd io
diff --git a/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst b/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst
index 8113f50e..3a66cd12 100644
--- a/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst
+++ b/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst
@@ -245,7 +245,7 @@ Test Case 10: virtio single core performance test with virtio 1.1 vectorized pat
 
 2. Launch virtio-user by below command::
 
-    ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \
+    ./testpmd -n 4 -l 5-6 --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 \
     -- -i --rss-ip --nb-cores=1 --txd=1024 --rxd=1024
     >set fwd mac
-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [dts] [PATCH v1] test_plans/pvp_multi_paths_performance_test_plan.rst
@ 2020-11-03 14:55 Yinan Wang
  0 siblings, 0 replies; 5+ messages in thread
From: Yinan Wang @ 2020-11-03 14:55 UTC (permalink / raw)
  To: dts; +Cc: Yinan Wang

Add parameter to enable AVX512

Signed-off-by: Yinan Wang <yinan.wang@intel.com>
---
 test_plans/pvp_multi_paths_performance_test_plan.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_plans/pvp_multi_paths_performance_test_plan.rst b/test_plans/pvp_multi_paths_performance_test_plan.rst
index 74b050a..f79fd97 100644
--- a/test_plans/pvp_multi_paths_performance_test_plan.rst
+++ b/test_plans/pvp_multi_paths_performance_test_plan.rst
@@ -282,7 +282,7 @@ Test Case 10: pvp test with virtio 1.1 vectorized path
 
 2. Launch virtio-user by below command::
 
-    ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \
+    ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \
     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \
     -- -i --nb-cores=1 --txd=1024 --rxd=1024
     >set fwd mac
@@ -290,4 +290,4 @@ Test Case 10: pvp test with virtio 1.1 vectorized path
 
 3. Send packet with packet generator with different packet size,includes [64, 128, 256, 512, 1024, 1518], check the throughput with below command::
 
-    testpmd>show port stats all
\ No newline at end of file
+    testpmd>show port stats all
-- 
2.25.1


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

end of thread, other threads:[~2021-03-03  5:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-02 14:30 [dts] [PATCH v1] test_plans/pvp_multi_paths_performance_test_plan.rst Yinan Wang
2021-03-03  5:24 ` Tu, Lijuan
  -- strict thread matches above, loose matches on Subject: below --
2020-12-09 16:50 [dts] [PATCH v1] test_plans/pvp_multi_paths*performance_test_plan.rst Yinan Wang
2020-12-10  8:52 ` Tu, Lijuan
2020-11-03 14:55 [dts] [PATCH v1] test_plans/pvp_multi_paths_performance_test_plan.rst Yinan Wang

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