[RFC PATCH v1 04/13] dts: merge DTS conf/suite_sample.cfg to DPDK

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


---
 dts/conf/suite_sample.cfg | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 dts/conf/suite_sample.cfg

diff --git a/dts/conf/suite_sample.cfg b/dts/conf/suite_sample.cfg
new file mode 100644
index 0000000000..246721325a
--- /dev/null
+++ b/dts/conf/suite_sample.cfg
@@ -0,0 +1,8 @@
+# sample for suite configuration
+[suite]
+int_value=int(10)
+hex_value=int("0xff", 16)
+[case1]
+string="testpmd"
+packet_sizes=[64, 128, 256]
+protocals=["TCP", "UDP", "SCTP"]
-- 
2.20.1



More information about the dev mailing list