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

Jin Ling jin.ling at intel.com
Sun Jul 16 11:07:46 CEST 2023


Signed-off-by: Jin Ling <jin.ling at intel.com>
---
 execution.cfg | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

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
-- 
2.34.1



More information about the dts mailing list