[v1] test_plans/pvp_multi_paths*performance_test_plan.rst

Message ID 20201209165019.18731-1-yinan.wang@intel.com (mailing list archive)
State Accepted
Headers
Series [v1] test_plans/pvp_multi_paths*performance_test_plan.rst |

Commit Message

Wang, Yinan Dec. 9, 2020, 4:50 p.m. UTC
  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(-)
  

Comments

Tu, Lijuan Dec. 10, 2020, 8:52 a.m. UTC | #1
> Add parameter to enable AVX512 for vector path.
> 
> Signed-off-by: Yinan Wang <yinan.wang@intel.com>

Applied
  

Patch

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