[V2,2/9] execution: add parameters and parameter comments

Message ID 20230825152825.2831565-3-songx.jiale@intel.com (mailing list archive)
State Superseded
Headers
Series add functions to test MEV |

Commit Message

Jiale, SongX Aug. 25, 2023, 3:28 p.m. UTC
  add execution related parameters and comments for MEV testing.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 execution.cfg | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
  

Patch

diff --git a/execution.cfg b/execution.cfg
index 1507527c..f2526e70 100644
--- a/execution.cfg
+++ b/execution.cfg
@@ -1,3 +1,24 @@ 
+#  ************Readme************
+#  [Execution1]; Section Name,multiple segments can be configured, Required
+#  crbs=xxx:xxx:xxx:xxx; DUT ip address, Required
+#  drivername=vfio-pci or igb_uio; DPDK use driver, Required
+#  build_type=meson; DPDK compilation type, Required
+#  test_suites:
+#       hello_world, Test suite list, Required
+#  targets=
+#      x86_64-native-linuxapp-gcc or 86_64-native-linuxapp-clang or arm64-intel-linux-gcc; DPDK compilation targets, Required
+#  parameters=nic_type=cfg:func/perf=true; Test type, function or performance, Required
+#  rx_mode=novector or sse or avx2, avx512, avx512, nolimit, Setting the testpmd force-max-simd-bitwidth parameter, Optional or not filled in
+#       novector:force-max-simd-bitwidth=64; sse: force-max-simd-bitwidth=128; avx2:force-max-simd-bitwidth=256; avx512: force-max-simd-bitwidth=512; nolimit: force-max-simd-bitwidth=0;
+#  dcf_mode=enable; Testing vf cases using dcf mode, Optional or not filled in
+
+#  **********MEV nic test config parameters**********
+#  test_mev=False or True; Is it testing the MEV network card, Required in MEV test
+#  test_acc=False or True; Is it testing the MEV network card on ACC, Required in MEV test
+#  queue_model=splitq or singleq; Set the queue of the MEV port; Required in MEV test
+#  vport=0-3; Set the vport of the mev port; Required in MEV test
+#  rx_vport=0; Set the vport packet receiving port; Required in MEV test
+
 [Execution1]
 crbs=<CRB IP Address>
 #using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst