[RFC PATCH v1 10/13] dts: merge DTS executions/execution_fm10k.cfg to DPDK

Juraj Linkeš juraj.linkes at pantheon.tech
Wed Apr 6 17:07:39 CEST 2022


---
 dts/executions/execution_fm10k.cfg | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 dts/executions/execution_fm10k.cfg

diff --git a/dts/executions/execution_fm10k.cfg b/dts/executions/execution_fm10k.cfg
new file mode 100644
index 0000000000..b535d78f35
--- /dev/null
+++ b/dts/executions/execution_fm10k.cfg
@@ -0,0 +1,29 @@
+[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 uio_pci_generic>
+build_type=<meson>
+test_suites=
+    checksum_offload,
+    vlan,
+    shutdown_api,
+    queue_start_stop,
+    tso,
+    pmd,
+    jumboframes,
+    mac_filter,
+    scatter,
+    pmdrss_hash,
+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=
+    l3fwd,
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=niantic:perf=true
-- 
2.20.1



More information about the dev mailing list