DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Juraj Linkeš" <juraj.linkes@pantheon.tech>
To: thomas@monjalon.net, david.marchand@redhat.com,
	Honnappa.Nagarahalli@arm.com, ohilyard@iol.unh.edu,
	lijuan.tu@intel.com
Cc: dev@dpdk.org, "Juraj Linkeš" <juraj.linkes@pantheon.tech>
Subject: [RFC PATCH v1 0/8] merge DTS repo config and tools to DPDK
Date: Wed,  6 Apr 2022 15:31:43 +0000	[thread overview]
Message-ID: <20220406153151.2917346-1-juraj.linkes@pantheon.tech> (raw)

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


             reply	other threads:[~2022-04-06 15:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06 15:31 Juraj Linkeš [this message]
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š

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220406153151.2917346-1-juraj.linkes@pantheon.tech \
    --to=juraj.linkes@pantheon.tech \
    --cc=Honnappa.Nagarahalli@arm.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=lijuan.tu@intel.com \
    --cc=ohilyard@iol.unh.edu \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).