[V1,02/10] execution.cfg: add parameters to choose datapath and create vport when running test scripts

Message ID 20230716090753.1590148-3-jin.ling@intel.com (mailing list archive)
State New
Headers
Series add functions to test MEV |

Commit Message

Jin Ling July 16, 2023, 9:07 a.m. UTC
  Signed-off-by: Jin Ling <jin.ling@intel.com>
---
 execution.cfg | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
  

Patch

diff --git a/execution.cfg b/execution.cfg
index 1507527c..fcc2cbe7 100644
--- a/execution.cfg
+++ b/execution.cfg
@@ -6,5 +6,15 @@  build_type=meson
 test_suites=
     hello_world,
 targets=
-    x86_64-native-linuxapp-gcc
+    #   on acc: 
+    # arm64-intel-linux-gcc 
+    #  on host: 
+    x86_64-native-linuxapp-gcc 
 parameters=nic_type=cfg:func=true
+# test_mev =True
+# test_acc =True
+# rx_mode=novector
+# # # rx_mode=AVX512
+# queue_model=splitq
+# vport=0-1
+# rx_vport=0
\ No newline at end of file