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

These are the basic libraries that other libraries depend on. There's
also the basic framework functionality related to test execution.

Juraj Linkeš (15):
  dts: merge DTS dep/tclclient.tgz to DPDK
  dts: merge DTS dep/tgen.tgz to DPDK
  dts: merge DTS dts to DPDK
  dts: merge DTS framework/__init__.py to DPDK
  dts: merge DTS framework/asan_test.py to DPDK
  dts: merge DTS framework/checkCase.py to DPDK
  dts: merge DTS framework/dts.py to DPDK
  dts: merge DTS framework/exception.py to DPDK
  dts: merge DTS framework/logger.py to DPDK
  dts: merge DTS framework/packet.py to DPDK
  dts: merge DTS framework/project_dpdk.py to DPDK
  dts: merge DTS framework/serializer.py to DPDK
  dts: merge DTS framework/utils.py to DPDK
  dts: merge DTS main.py to DPDK
  dts: merge DTS version.py to DPDK

 dts/dep/tclclient.tgz         |  Bin 0 -> 199327 bytes
 dts/dep/tgen.tgz              |  Bin 0 -> 134392 bytes
 dts/dts                       |    9 +
 dts/framework/__init__.py     |   30 +
 dts/framework/asan_test.py    |  439 +++++++++++
 dts/framework/checkCase.py    |  214 ++++++
 dts/framework/dts.py          |  721 ++++++++++++++++++
 dts/framework/exception.py    |  148 ++++
 dts/framework/logger.py       |  474 ++++++++++++
 dts/framework/packet.py       | 1292 +++++++++++++++++++++++++++++++++
 dts/framework/project_dpdk.py |  627 ++++++++++++++++
 dts/framework/serializer.py   |  115 +++
 dts/framework/utils.py        |  353 +++++++++
 dts/main.py                   |  236 ++++++
 dts/version.py                |   21 +
 15 files changed, 4679 insertions(+)
 create mode 100644 dts/dep/tclclient.tgz
 create mode 100644 dts/dep/tgen.tgz
 create mode 100755 dts/dts
 create mode 100644 dts/framework/__init__.py
 create mode 100644 dts/framework/asan_test.py
 create mode 100644 dts/framework/checkCase.py
 create mode 100644 dts/framework/dts.py
 create mode 100644 dts/framework/exception.py
 create mode 100644 dts/framework/logger.py
 create mode 100644 dts/framework/packet.py
 create mode 100644 dts/framework/project_dpdk.py
 create mode 100644 dts/framework/serializer.py
 create mode 100644 dts/framework/utils.py
 create mode 100755 dts/main.py
 create mode 100755 dts/version.py

-- 
2.20.1


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

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

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 14:55 [RFC PATCH v1 00/15] merge DTS core files to DPDK Juraj Linkeš
2022-04-06 14:55 ` [RFC PATCH v1 01/15] dts: merge DTS dep/tclclient.tgz " Juraj Linkeš
2022-04-06 14:55 ` [RFC PATCH v1 02/15] dts: merge DTS dep/tgen.tgz " Juraj Linkeš
2022-04-06 14:55 ` [RFC PATCH v1 03/15] dts: merge DTS dts " Juraj Linkeš
2022-04-06 14:55 ` [RFC PATCH v1 04/15] dts: merge DTS framework/__init__.py " Juraj Linkeš
2022-04-06 14:55 ` [RFC PATCH v1 05/15] dts: merge DTS framework/asan_test.py " Juraj Linkeš
2022-04-06 14:55 ` [RFC PATCH v1 06/15] dts: merge DTS framework/checkCase.py " Juraj Linkeš
2022-04-06 14:55 ` [RFC PATCH v1 07/15] dts: merge DTS framework/dts.py " Juraj Linkeš
2022-04-06 14:55 ` [RFC PATCH v1 08/15] dts: merge DTS framework/exception.py " Juraj Linkeš
2022-04-06 14:56 ` [RFC PATCH v1 09/15] dts: merge DTS framework/logger.py " Juraj Linkeš
2022-04-06 14:56 ` [RFC PATCH v1 10/15] dts: merge DTS framework/packet.py " Juraj Linkeš
2022-04-06 14:56 ` [RFC PATCH v1 11/15] dts: merge DTS framework/project_dpdk.py " Juraj Linkeš
2022-04-06 14:56 ` [RFC PATCH v1 12/15] dts: merge DTS framework/serializer.py " Juraj Linkeš
2022-04-06 14:56 ` [RFC PATCH v1 13/15] dts: merge DTS framework/utils.py " Juraj Linkeš
2022-04-06 14:56 ` [RFC PATCH v1 14/15] dts: merge DTS main.py " Juraj Linkeš
2022-04-06 14:56 ` [RFC PATCH v1 15/15] dts: merge DTS version.py " Juraj Linkeš
2022-04-07  5:04 ` [RFC PATCH v1 00/15] merge DTS core files " Jerin Jacob
2022-04-07  7:33   ` Thomas Monjalon
2022-04-11  7:41     ` Juraj Linkeš
2022-04-11 17:55       ` Honnappa Nagarahalli
2022-04-11 18:20         ` Owen Hilyard
2022-04-11 19:06   ` Honnappa Nagarahalli

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).