[V1,02/10] execution.cfg: add parameters to choose datapath and create vport when running test scripts
Commit Message
Signed-off-by: Jin Ling <jin.ling@intel.com>
---
execution.cfg | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
@@ -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