DPDK patches and discussions
 help / color / mirror / Atom feed
From: Andrew Bailey <abailey@iol.unh.edu>
To: luca.vizzarro@arm.com
Cc: abailey@iol.unh.edu, dev@dpdk.org, dmarx@iol.unh.edu, probb@iol.unh.edu
Subject: [PATCH v5 0/1] dts: add missing type hints to method signatures
Date: Fri,  5 Sep 2025 08:40:57 -0400	[thread overview]
Message-ID: <20250905124058.174777-1-abailey@iol.unh.edu> (raw)
In-Reply-To: <20250806162900.273571-1-abailey@iol.unh.edu>

v5: The only change made in this patch was replacing a method
argument that I had removed in v4. The kwargs argument in
the traffic generator class seemed to be unused and was removed which
caused the v4 patch to crash and now is put back to how it was prior.

Signed-off-by: Andrew Bailey <abailey@iol.unh.edu>

Andrew Bailey (1):
  dts: add missing type hints to method signatures

 .mailmap                                      |  1 +
 dts/framework/context.py                      | 10 +++---
 dts/framework/exception.py                    |  8 ++---
 dts/framework/logger.py                       |  6 ++--
 dts/framework/params/__init__.py              |  8 ++---
 dts/framework/remote_session/dpdk.py          | 16 ++++-----
 dts/framework/remote_session/dpdk_shell.py    |  2 +-
 .../remote_session/interactive_shell.py       |  6 ++--
 dts/framework/remote_session/python_shell.py  |  2 +-
 .../remote_session/remote_session.py          |  2 +-
 dts/framework/remote_session/shell_pool.py    | 10 +++---
 dts/framework/remote_session/testpmd_shell.py | 14 ++++----
 dts/framework/runner.py                       |  2 +-
 dts/framework/settings.py                     | 11 +++---
 dts/framework/test_result.py                  | 10 +++---
 dts/framework/test_run.py                     | 36 +++++++++----------
 dts/framework/test_suite.py                   |  4 +--
 dts/framework/testbed_model/capability.py     | 10 +++---
 dts/framework/testbed_model/cpu.py            |  4 +--
 dts/framework/testbed_model/node.py           |  2 +-
 dts/framework/testbed_model/os_session.py     |  2 +-
 dts/framework/testbed_model/port.py           |  4 +--
 dts/framework/testbed_model/posix_session.py  |  2 +-
 .../testbed_model/traffic_generator/scapy.py  | 14 ++++----
 .../traffic_generator/traffic_generator.py    |  7 ++--
 dts/framework/testbed_model/virtual_device.py |  2 +-
 dts/framework/utils.py                        |  6 ++--
 dts/tests/TestSuite_blocklist.py              |  8 ++---
 dts/tests/TestSuite_dynamic_queue_conf.py     |  8 ++---
 ...stSuite_port_restart_config_persistency.py |  2 +-
 30 files changed, 113 insertions(+), 106 deletions(-)

--
2.50.1


  parent reply	other threads:[~2025-09-05 12:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-06 16:29 [PATCH v2] dts: type hints updated for method arguments and return types Andrew Bailey
2025-08-08 18:21 ` Luca Vizzarro
2025-08-08 20:49   ` Andrew Bailey
2025-08-11 10:13     ` Luca Vizzarro
2025-08-11 10:52     ` Luca Vizzarro
2025-08-18 16:50 ` [PATCH v3] dts: add missing type hints to method signatures Andrew Bailey
2025-08-19 20:46   ` Dean Marx
2025-08-20  9:52   ` Luca Vizzarro
2025-08-20 15:18   ` [PATCH v4] " Andrew Bailey
2025-08-20 16:16     ` Luca Vizzarro
2025-09-04 11:45     ` Patrick Robb
2025-09-05 12:40 ` Andrew Bailey [this message]
2025-09-05 12:40   ` [PATCH v5 1/1] " Andrew Bailey
2025-09-05 14:41     ` 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=20250905124058.174777-1-abailey@iol.unh.edu \
    --to=abailey@iol.unh.edu \
    --cc=dev@dpdk.org \
    --cc=dmarx@iol.unh.edu \
    --cc=luca.vizzarro@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).