DPDK patches and discussions
 help / color / mirror / Atom feed
* [RFC PATCH v1 00/13] merge DTS conf files to DPDK
@ 2022-04-06 15:07 Juraj Linkeš
  2022-04-06 15:07 ` [RFC PATCH v1 01/13] dts: merge DTS conf/crbs.cfg " Juraj Linkeš
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Juraj Linkeš @ 2022-04-06 15:07 UTC (permalink / raw)
  To: thomas, david.marchand, Honnappa.Nagarahalli, ohilyard, lijuan.tu
  Cc: dev, Juraj Linkeš

Various DTS framework configuration files.

Juraj Linkeš (13):
  dts: merge DTS conf/crbs.cfg to DPDK
  dts: merge DTS conf/pktgen.cfg to DPDK
  dts: merge DTS conf/ports.cfg to DPDK
  dts: merge DTS conf/suite_sample.cfg to DPDK
  dts: merge DTS conf/test_case_checklist.json to DPDK
  dts: merge DTS conf/test_case_supportlist.json to DPDK
  dts: merge DTS execution.cfg to DPDK
  dts: merge DTS executions/execution.cfg to DPDK
  dts: merge DTS executions/execution_FVL.cfg to DPDK
  dts: merge DTS executions/execution_fm10k.cfg to DPDK
  dts: merge DTS executions/execution_rxmode.cfg to DPDK
  dts: merge DTS executions/execution_smoke.cfg to DPDK
  dts: merge DTS framework/settings.py to DPDK

 dts/conf/crbs.cfg                   |   42 +
 dts/conf/pktgen.cfg                 |   59 +
 dts/conf/ports.cfg                  |   24 +
 dts/conf/suite_sample.cfg           |    8 +
 dts/conf/test_case_checklist.json   | 3781 +++++++++++++++++++++++++++
 dts/conf/test_case_supportlist.json | 2374 +++++++++++++++++
 dts/execution.cfg                   |   10 +
 dts/executions/execution.cfg        |   47 +
 dts/executions/execution_FVL.cfg    |   48 +
 dts/executions/execution_fm10k.cfg  |   29 +
 dts/executions/execution_rxmode.cfg |   66 +
 dts/executions/execution_smoke.cfg  |   32 +
 dts/framework/settings.py           |  391 +++
 13 files changed, 6911 insertions(+)
 create mode 100644 dts/conf/crbs.cfg
 create mode 100644 dts/conf/pktgen.cfg
 create mode 100644 dts/conf/ports.cfg
 create mode 100644 dts/conf/suite_sample.cfg
 create mode 100644 dts/conf/test_case_checklist.json
 create mode 100644 dts/conf/test_case_supportlist.json
 create mode 100644 dts/execution.cfg
 create mode 100644 dts/executions/execution.cfg
 create mode 100644 dts/executions/execution_FVL.cfg
 create mode 100644 dts/executions/execution_fm10k.cfg
 create mode 100644 dts/executions/execution_rxmode.cfg
 create mode 100644 dts/executions/execution_smoke.cfg
 create mode 100644 dts/framework/settings.py

-- 
2.20.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-04-06 15:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 15:07 [RFC PATCH v1 00/13] merge DTS conf files to DPDK Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 01/13] dts: merge DTS conf/crbs.cfg " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 02/13] dts: merge DTS conf/pktgen.cfg " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 03/13] dts: merge DTS conf/ports.cfg " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 04/13] dts: merge DTS conf/suite_sample.cfg " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 05/13] dts: merge DTS conf/test_case_checklist.json " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 06/13] dts: merge DTS conf/test_case_supportlist.json " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 07/13] dts: merge DTS execution.cfg " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 08/13] dts: merge DTS executions/execution.cfg " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 09/13] dts: merge DTS executions/execution_FVL.cfg " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 10/13] dts: merge DTS executions/execution_fm10k.cfg " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 11/13] dts: merge DTS executions/execution_rxmode.cfg " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 12/13] dts: merge DTS executions/execution_smoke.cfg " Juraj Linkeš
2022-04-06 15:07 ` [RFC PATCH v1 13/13] dts: merge DTS framework/settings.py " Juraj Linkeš

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).