--- dts/executions/execution_FVL.cfg | 48 ++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 dts/executions/execution_FVL.cfg
diff --git a/dts/executions/execution_FVL.cfg b/dts/executions/execution_FVL.cfg new file mode 100644 index 0000000000..8a71bbea23 --- /dev/null +++ b/dts/executions/execution_FVL.cfg @@ -0,0 +1,48 @@ +[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= + checksum_offload, + dynamic_config, + generic_filter, + dual_vlan, + vlan, + shutdown_api, + queue_start_stop, + tso, + fdir, + nvgre, + vxlan, + vxlan_sample, + pmd, + ipfrag, + timer, + jumboframes, + multiprocess, + l2fwd, + mac_filter, + blocklist, + ipv4_reassembly, + scatter, + pmdrssreta, + pmdrss_hash, + ieee1588, + 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