DPDK patches and discussions
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/8] merge DTS repo config and tools to DPDK
@ 2022-04-06 15:31 Juraj Linkeš
  2022-04-06 15:31 ` [RFC PATCH v1 1/8] dts: merge DTS format.sh " Juraj Linkeš
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Juraj Linkeš @ 2022-04-06 15:31 UTC (permalink / raw)
  To: thomas, david.marchand, Honnappa.Nagarahalli, ohilyard, lijuan.tu
  Cc: dev, Juraj Linkeš

Various tools and repo config.

Juraj Linkeš (8):
  dts: merge DTS format.sh to DPDK
  dts: merge DTS pyproject.toml to DPDK
  dts: merge DTS requirements.txt to DPDK
  dts: merge DTS vm_images/Dockerfile to DPDK
  dts: merge DTS vm_images/README.md to DPDK
  dts: merge DTS vm_images/create_vm_image.py to DPDK
  dts: merge DTS vm_images/make_build_container.sh to DPDK
  dts: merge DTS vm_images/network-init.sh to DPDK

 dts/format.sh                         |  35 ++
 dts/pyproject.toml                    |   3 +
 dts/requirements.txt                  |  42 +++
 dts/vm_images/Dockerfile              |   9 +
 dts/vm_images/README.md               |  64 ++++
 dts/vm_images/create_vm_image.py      | 474 ++++++++++++++++++++++++++
 dts/vm_images/make_build_container.sh |  16 +
 dts/vm_images/network-init.sh         |   6 +
 8 files changed, 649 insertions(+)
 create mode 100755 dts/format.sh
 create mode 100644 dts/pyproject.toml
 create mode 100644 dts/requirements.txt
 create mode 100644 dts/vm_images/Dockerfile
 create mode 100644 dts/vm_images/README.md
 create mode 100755 dts/vm_images/create_vm_image.py
 create mode 100755 dts/vm_images/make_build_container.sh
 create mode 100755 dts/vm_images/network-init.sh

-- 
2.20.1


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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 15:31 [RFC PATCH v1 0/8] merge DTS repo config and tools to DPDK Juraj Linkeš
2022-04-06 15:31 ` [RFC PATCH v1 1/8] dts: merge DTS format.sh " Juraj Linkeš
2022-04-06 15:31 ` [RFC PATCH v1 2/8] dts: merge DTS pyproject.toml " Juraj Linkeš
2022-04-06 15:31 ` [RFC PATCH v1 3/8] dts: merge DTS requirements.txt " Juraj Linkeš
2022-04-06 15:31 ` [RFC PATCH v1 4/8] dts: merge DTS vm_images/Dockerfile " Juraj Linkeš
2022-04-06 15:31 ` [RFC PATCH v1 5/8] dts: merge DTS vm_images/README.md " Juraj Linkeš
2022-04-06 15:31 ` [RFC PATCH v1 6/8] dts: merge DTS vm_images/create_vm_image.py " Juraj Linkeš
2022-04-06 15:31 ` [RFC PATCH v1 7/8] dts: merge DTS vm_images/make_build_container.sh " Juraj Linkeš
2022-04-06 15:31 ` [RFC PATCH v1 8/8] dts: merge DTS vm_images/network-init.sh " 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).