[RFC PATCH v1 08/13] dts: merge DTS executions/execution.cfg to DPDK
Juraj Linkeš
juraj.linkes at pantheon.tech
Wed Apr 6 17:07:37 CEST 2022
---
dts/executions/execution.cfg | 47 ++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 dts/executions/execution.cfg
diff --git a/dts/executions/execution.cfg b/dts/executions/execution.cfg
new file mode 100644
index 0000000000..73ff0be216
--- /dev/null
+++ b/dts/executions/execution.cfg
@@ -0,0 +1,47 @@
+[Execution1]
+crbs=<CRB IP Address>
+#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst
+drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
+build_type=<meson>
+test_suites=
+ cmdline,
+ hello_world,
+ multiprocess,
+ timer,
+ blocklist,
+ mac_filter,
+ ieee1588,
+ checksum_offload,
+ jumboframes,
+ ipfrag,
+ link_flowctrl,
+ vlan,
+ ip_pipeline,
+ pmd_bonded,
+ dynamic_config,
+ generic_filter,
+ dual_vlan,
+ shutdown_api,
+ fdir,
+ ipv4_reassembly,
+ scatter,
+ pmdrssreta,
+ pmd,
+ l2fwd,
+ kni,
+ uni_pkt
+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>
+build_type=<meson>
+test_suites=
+ l2fwd,
+ l3fwd,
+ pmd
+targets=
+ x86_64-native-linuxapp-gcc
+parameters=nic_type=niantic:perf=true
--
2.20.1
More information about the dev
mailing list