DPDK patches and discussions
 help / color / mirror / Atom feed
From: Dean Marx <dmarx@iol.unh.edu>
To: Luca Vizzarro <luca.vizzarro@arm.com>
Cc: dev@dpdk.org, Paul Szczepanek <paul.szczepanek@arm.com>,
	Patrick Robb <probb@iol.unh.edu>
Subject: Re: [PATCH v2 0/7] DTS external DPDK build
Date: Mon, 21 Oct 2024 18:39:17 -0400	[thread overview]
Message-ID: <CABD7UXO-VcDHiCQGroEwVqG7H3Gk4ioTFzi3KWRGR3tfVu+HmA@mail.gmail.com> (raw)
In-Reply-To: <20241021134935.1210500-1-luca.vizzarro@arm.com>

[-- Attachment #1: Type: text/plain, Size: 2570 bytes --]

Hi Luca,

I noticed in the new version of this series the "improve statistics" patch
was taken out, was there any reason for this? I believe Juraj wanted to
create a feature that wrote all of the test suite/case summaries in a
JSON/text output file, is this going to be implemented later or in a
different format?
https://patches.dpdk.org/project/dpdk/patch/20240906132656.21729-13-juraj.linkes@pantheon.tech/

On Mon, Oct 21, 2024 at 9:49 AM Luca Vizzarro <luca.vizzarro@arm.com> wrote:

> Hello,
>
> taking over this patchset from Tomáš, who no longer contributes to
> DTS. Please find in this cover letter the changes I've made.
>
> v2:
> - rebased on top of dts-next and resolved conflicts
> - fixed bugs
> - rephrased some docstrings
> - improved settings naming for less ambiguity
> - improved commit subjects and bodies
>
> Kind regards,
> Luca
>
> Tomáš Ďurovec (7):
>   dts: rename build target to DPDK build
>   dts: enforce one dpdk build per test run
>   dts: fix remote session file transfer vars
>   dts: enable copying directories to and from nodes
>   dts: add support for externally compiled DPDK
>   doc: update argument options for external DPDK build
>   dts: remove git ref option
>
>  doc/guides/tools/dts.rst                      |  82 ++--
>  dts/conf.yaml                                 |  18 +-
>  dts/framework/config/__init__.py              | 142 ++++++-
>  dts/framework/config/conf_yaml_schema.json    |  72 +++-
>  dts/framework/config/types.py                 |  19 +-
>  dts/framework/exception.py                    |   4 +-
>  dts/framework/logger.py                       |   4 -
>  dts/framework/remote_session/dpdk_shell.py    |   2 +-
>  .../remote_session/remote_session.py          |  24 +-
>  dts/framework/remote_session/ssh_session.py   |  18 +-
>  dts/framework/runner.py                       | 139 ++-----
>  dts/framework/settings.py                     | 202 +++++++---
>  dts/framework/test_result.py                  | 124 ++----
>  dts/framework/test_suite.py                   |   2 +-
>  dts/framework/testbed_model/node.py           |  22 +-
>  dts/framework/testbed_model/os_session.py     | 209 ++++++++--
>  dts/framework/testbed_model/posix_session.py  | 141 ++++++-
>  dts/framework/testbed_model/sut_node.py       | 376 ++++++++++++------
>  dts/framework/utils.py                        | 164 +++-----
>  dts/tests/TestSuite_smoke_tests.py            |   2 +-
>  20 files changed, 1130 insertions(+), 636 deletions(-)
>
> --
> 2.43.0
>
>

[-- Attachment #2: Type: text/html, Size: 3298 bytes --]

  parent reply	other threads:[~2024-10-21 22:39 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-30 16:01 [PATCH " Tomáš Ďurovec
2024-09-30 16:01 ` [PATCH 1/7] dts: rename build target to " Tomáš Ďurovec
2024-09-30 16:01 ` [PATCH 2/7] dts: one dpdk build per test run Tomáš Ďurovec
2024-09-30 16:02 ` [PATCH 3/7] dts: fix remote session file transfer vars Tomáš Ďurovec
2024-09-30 16:02 ` [PATCH 4/7] dts: add the ability to copy directories via remote Tomáš Ďurovec
2024-09-30 16:02 ` [PATCH 5/7] dts: add support for externally compiled DPDK Tomáš Ďurovec
2024-09-30 16:02 ` [PATCH 6/7] doc: update argument options for external DPDK build Tomáš Ďurovec
2024-09-30 16:02 ` [PATCH 7/7] dts: remove git ref option Tomáš Ďurovec
2024-10-21 13:49 ` [PATCH v2 0/7] DTS external DPDK build Luca Vizzarro
2024-10-21 13:49   ` [PATCH v2 1/7] dts: rename build target to " Luca Vizzarro
2024-10-21 13:49   ` [PATCH v2 2/7] dts: enforce one dpdk build per test run Luca Vizzarro
2024-10-21 13:49   ` [PATCH v2 3/7] dts: fix remote session file transfer vars Luca Vizzarro
2024-10-21 13:49   ` [PATCH v2 4/7] dts: enable copying directories to and from nodes Luca Vizzarro
2024-10-21 13:49   ` [PATCH v2 5/7] dts: add support for externally compiled DPDK Luca Vizzarro
2024-10-21 13:49   ` [PATCH v2 6/7] doc: update argument options for external DPDK build Luca Vizzarro
2024-10-21 13:49   ` [PATCH v2 7/7] dts: remove git ref option Luca Vizzarro
2024-10-21 22:39   ` Dean Marx [this message]
2024-10-22  7:27     ` [PATCH v2 0/7] DTS external DPDK build Paul Szczepanek
2024-10-22 14:56     ` Luca Vizzarro
2024-10-21 22:46 ` [PATCH v3 " Luca Vizzarro
2024-10-21 22:46   ` [PATCH v3 1/7] dts: rename build target to " Luca Vizzarro
2024-10-21 22:46   ` [PATCH v3 2/7] dts: enforce one dpdk build per test run Luca Vizzarro
2024-10-21 22:46   ` [PATCH v3 3/7] dts: change remote and local paths objects Luca Vizzarro
2024-10-21 22:46   ` [PATCH v3 4/7] dts: enable copying directories to and from nodes Luca Vizzarro
2024-10-21 22:46   ` [PATCH v3 5/7] dts: add support for externally compiled DPDK Luca Vizzarro
2024-10-21 22:46   ` [PATCH v3 6/7] doc: update argument options for external DPDK build Luca Vizzarro
2024-10-21 22:46   ` [PATCH v3 7/7] dts: remove git ref option Luca Vizzarro

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=CABD7UXO-VcDHiCQGroEwVqG7H3Gk4ioTFzi3KWRGR3tfVu+HmA@mail.gmail.com \
    --to=dmarx@iol.unh.edu \
    --cc=dev@dpdk.org \
    --cc=luca.vizzarro@arm.com \
    --cc=paul.szczepanek@arm.com \
    --cc=probb@iol.unh.edu \
    /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).