[RFC,v1,11/13] dts: merge DTS executions/execution_rxmode.cfg to DPDK

Message ID 20220406150742.2914878-12-juraj.linkes@pantheon.tech (mailing list archive)
State RFC, archived
Delegated to: Thomas Monjalon
Headers
Series merge DTS conf files to DPDK |

Checks

Context Check Description
ci/checkpatch warning coding style issues

Commit Message

Juraj Linkeš April 6, 2022, 3:07 p.m. UTC
  ---
 dts/executions/execution_rxmode.cfg | 66 +++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)
 create mode 100644 dts/executions/execution_rxmode.cfg
  

Patch

diff --git a/dts/executions/execution_rxmode.cfg b/dts/executions/execution_rxmode.cfg
new file mode 100644
index 0000000000..041755e2c4
--- /dev/null
+++ b/dts/executions/execution_rxmode.cfg
@@ -0,0 +1,66 @@ 
+[Execution1]
+crbs=<CRB IP Address>
+#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst
+drivername=igb_uio
+rx_mode=scalar
+build_type=<meson>
+test_suites=
+    fdir,
+    jumboframes,
+    scatter,
+    ieee1588,
+    checksum_offload,
+    link_flowctrl,
+    pmd,
+    vlan,
+    shutdown_api,
+    dual_vlan,
+    pmdrssreta,
+    generic_filter
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=cfg:func=true
+
+[Execution2]
+crbs=<CRB IP Address>
+drivername=igb_uio
+rx_mode=full
+build_type=<meson>
+test_suites=
+    fdir,
+    jumboframes,
+    scatter,
+    ieee1588,
+    checksum_offload,
+    link_flowctrl,
+    pmd,
+    vlan,
+    shutdown_api,
+    dual_vlan,
+    pmdrssreta,
+    generic_filter
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=cfg:func=true
+
+[Execution3]
+crbs=<CRB IP Address>
+drivername=igb_uio
+rx_mode=vector
+build_type=<meson>
+test_suites=
+    fdir,
+    jumboframes,
+    scatter,
+    ieee1588,
+    checksum_offload,
+    link_flowctrl,
+    pmd,
+    vlan,
+    shutdown_api,
+    dual_vlan,
+    pmdrssreta,
+    generic_filter
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=cfg:func=true