[dts] [PATCH V1 1/7] executions: add build_type field in all executions cfg

lihong lihongx.ma at intel.com
Tue Jul 7 04:44:57 CEST 2020


Signed-off-by: lihong <lihongx.ma at intel.com>
---
 executions/execution.cfg        | 2 ++
 executions/execution_FVL.cfg    | 2 ++
 executions/execution_fm10k.cfg  | 2 ++
 executions/execution_rxmode.cfg | 3 +++
 executions/execution_smoke.cfg  | 1 +
 5 files changed, 10 insertions(+)

diff --git a/executions/execution.cfg b/executions/execution.cfg
index 0683d74..0a1ac3c 100644
--- a/executions/execution.cfg
+++ b/executions/execution.cfg
@@ -1,6 +1,7 @@
 [Execution1]
 crbs=<CRB IP Address>
 drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
+build_type=<makefile or meson>
 test_suites=
     cmdline,
     hello_world,
@@ -35,6 +36,7 @@ parameters=nic_type=cfg:func=true
 [Execution2]
 crbs=<Performance CRB IP Address>
 drivername=<driver name igb_uio or vfio-pci>
+build_type=<makefile or meson>
 test_suites=
     l2fwd,
     l3fwd,
diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg
index d5e6cfb..84c1649 100644
--- a/executions/execution_FVL.cfg
+++ b/executions/execution_FVL.cfg
@@ -1,6 +1,7 @@
 [Execution1]
 crbs=<CRB IP Address>
 drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
+build_type=<makefile or meson>
 test_suites=
     checksum_offload,
     dynamic_config,
@@ -36,6 +37,7 @@ parameters=nic_type=cfg:func=true
 [Execution2]
 crbs=<Performance CRB IP Address>
 drivername=<driver name igb_uio or vfio-pci>
+build_type=<makefile or meson>
 test_suites=
     l2fwd,
     l3fwd,
diff --git a/executions/execution_fm10k.cfg b/executions/execution_fm10k.cfg
index 971e4a4..dbd2b96 100644
--- a/executions/execution_fm10k.cfg
+++ b/executions/execution_fm10k.cfg
@@ -1,6 +1,7 @@
 [Execution1]
 crbs=<CRB IP Address>
 drivername=<driver name igb_uio or vfio-pci or uio_pci_generic>
+build_type=<makefile or meson>
 test_suites=
     checksum_offload,
     vlan,
@@ -19,6 +20,7 @@ parameters=nic_type=cfg:func=true
 [Execution2]
 crbs=<Performance CRB IP Address>
 drivername=<driver name igb_uio or vfio-pci>
+build_type=<makefile or meson>
 test_suites=
     l3fwd,
 targets=
diff --git a/executions/execution_rxmode.cfg b/executions/execution_rxmode.cfg
index cf46dbf..e1bf981 100644
--- a/executions/execution_rxmode.cfg
+++ b/executions/execution_rxmode.cfg
@@ -2,6 +2,7 @@
 crbs=<CRB IP Address>
 drivername=igb_uio
 rx_mode=scalar
+build_type=<makefile or meson>
 test_suites=
     fdir,
     jumboframes,
@@ -23,6 +24,7 @@ parameters=nic_type=cfg:func=true
 crbs=<CRB IP Address>
 drivername=igb_uio
 rx_mode=full
+build_type=<makefile or meson>
 test_suites=
     fdir,
     jumboframes,
@@ -44,6 +46,7 @@ parameters=nic_type=cfg:func=true
 crbs=<CRB IP Address>
 drivername=igb_uio
 rx_mode=vector
+build_type=<makefile or meson>
 test_suites=
     fdir,
     jumboframes,
diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg
index f069365..ea5bd3f 100644
--- a/executions/execution_smoke.cfg
+++ b/executions/execution_smoke.cfg
@@ -1,6 +1,7 @@
 [Execution1]
 crbs=<CRB IP Address>
 drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
+build_type=<makefile or meson>
 test_suites=
     unit_tests_cmdline,
     unit_tests_eal,
-- 
2.7.4



More information about the dts mailing list