[v1] test_plans/pvp_multi_paths_vhost_single_core_performance_test_plan.rst

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

Commit Message

Wang, Yinan Nov. 3, 2020, 3:03 p.m. UTC
  Add parameter to enable AVX512

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

Patch

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 96445e8..0edb4fa 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,10 +246,10 @@  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
     >start
 
-3. Send packet with packet generator with different packet size, check the throughput.
\ No newline at end of file
+3. Send packet with packet generator with different packet size, check the throughput.