[v1] test_plans/pvp_multi_paths_performance_test_plan.rst

Message ID 20201103145557.51147-1-yinan.wang@intel.com (mailing list archive)
State Superseded
Headers
Series [v1] test_plans/pvp_multi_paths_performance_test_plan.rst |

Commit Message

Wang, Yinan Nov. 3, 2020, 2:55 p.m. UTC
  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(-)
  

Patch

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