summaryrefslogtreecommitdiff
path: root/executions
diff options
context:
space:
mode:
Diffstat (limited to 'executions')
-rw-r--r--executions/execution.cfg35
-rw-r--r--executions/execution_FVL.cfg21
2 files changed, 56 insertions, 0 deletions
diff --git a/executions/execution.cfg b/executions/execution.cfg
new file mode 100644
index 0000000..73d70f6
--- /dev/null
+++ b/executions/execution.cfg
@@ -0,0 +1,35 @@
+[Execution1]
+crbs=<CRB IP Address>
+drivername=<driver name igb_uio or vfio-pci>
+test_suites=
+ cmdline,
+ hello_world,
+ multiprocess,
+ timer,
+ blacklist,
+ whitelist,
+ ieee1588,
+ checksum_offload,
+ jumboframes,
+ ipfrag,
+ link_flowctrl,
+ fdir,
+ vlan,
+ ip_pipeline,
+ pmd_bonded,
+ dynamic_config,
+ generic_filter
+targets=
+ x86_64-native-linuxapp-gcc
+parameters=nic_type=cfg:func=true
+
+[Execution2]
+crbs=<Performance CRB IP Address>
+drivername=<driver name igb_uio or vfio-pci>
+test_suites=
+ l2fwd,
+ l3fwd,
+ pmd
+targets=
+ x86_64-native-linuxapp-gcc
+parameters=nic_type=niantic:perf=true
diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg
new file mode 100644
index 0000000..7e5151b
--- /dev/null
+++ b/executions/execution_FVL.cfg
@@ -0,0 +1,21 @@
+[Execution1]
+crbs=<CRB IP Address>
+drivername=<driver name igb_uio or vfio-pci>
+test_suites=
+ checksum_offload,
+ dynamic_config,
+ generic_filter
+targets=
+ x86_64-native-linuxapp-gcc
+parameters=nic_type=cfg:func=true
+
+[Execution2]
+crbs=<Performance CRB IP Address>
+drivername=<driver name igb_uio or vfio-pci>
+test_suites=
+ l2fwd,
+ l3fwd,
+ pmd
+targets=
+ x86_64-native-linuxapp-gcc
+parameters=nic_type=niantic:perf=true