From: Nicholas Pratte <npratte@iol.unh.edu>
To: stephen@networkplumber.org, dmarx@iol.unh.edu,
luca.vizzarro@arm.com, paul.szczepanek@arm.com,
yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com,
thomas@monjalon.net, thomas.wilks@arm.com, probb@iol.unh.edu
Cc: dev@dpdk.org, Nicholas Pratte <npratte@iol.unh.edu>
Subject: [RFC v2 0/6] Add TREX Traffic Generator to DTS Framework
Date: Fri, 16 May 2025 16:18:28 -0400 [thread overview]
Message-ID: <20250516201834.626206-1-npratte@iol.unh.edu> (raw)
In-Reply-To: <20250423194011.1447679-1-npratte@iol.unh.edu>
v2:
* Still some formatting issues that need clean up.
* Several issues have been addressed
- Includes some of Patrick's comments.
- Personally identified bug fixes.
* Single core perf test has been fleshed out.
Nicholas Pratte (6):
dts: rework config module to support perf TGs
dts: rework traffic generator inheritance structure.
dts: add asynchronous support to ssh sessions.
dts: add extended timeout option to interactive shells.
dts: add trex traffic generator to dts framework
dts: add performance test functions to test suite api
dts/{ => configurations}/nodes.example.yaml | 0
.../test_run.example.yaml | 8 +-
dts/configurations/tests_config.example.yaml | 9 +
.../trex_configs/intel_40g.yaml | 18 ++
dts/framework/config/test_run.py | 20 +-
dts/framework/context.py | 11 +-
.../remote_session/interactive_shell.py | 9 +-
dts/framework/remote_session/ssh_session.py | 14 +
dts/framework/settings.py | 6 +-
dts/framework/test_run.py | 27 +-
dts/framework/test_suite.py | 33 +-
.../traffic_generator/__init__.py | 22 +-
.../capturing_traffic_generator.py | 34 ++
.../performance_traffic_generator.py | 69 +++++
.../traffic_generator/traffic_generator.py | 43 ---
.../testbed_model/traffic_generator/trex.py | 292 ++++++++++++++++++
dts/tests/TestSuite_single_core_perf.py | 56 ++++
dts/tests_config.example.yaml | 4 -
18 files changed, 605 insertions(+), 70 deletions(-)
rename dts/{ => configurations}/nodes.example.yaml (100%)
rename dts/{ => configurations}/test_run.example.yaml (82%)
create mode 100644 dts/configurations/tests_config.example.yaml
create mode 100644 dts/configurations/trex_configs/intel_40g.yaml
create mode 100644 dts/framework/testbed_model/traffic_generator/performance_traffic_generator.py
create mode 100644 dts/framework/testbed_model/traffic_generator/trex.py
create mode 100644 dts/tests/TestSuite_single_core_perf.py
delete mode 100644 dts/tests_config.example.yaml
--
2.47.1
next prev parent reply other threads:[~2025-05-16 20:18 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-23 19:40 [RFC Patch v1 0/5] " Nicholas Pratte
2025-04-23 19:40 ` [RFC Patch v1 1/5] dts: rework config module to support perf TGs Nicholas Pratte
2025-04-23 19:40 ` [RFC Patch v1 2/5] dts: rework traffic generator inheritance structure Nicholas Pratte
2025-05-15 19:24 ` Patrick Robb
2025-05-16 19:12 ` Nicholas Pratte
2025-04-23 19:40 ` [RFC Patch v1 3/5] dts: add asychronous support to ssh sessions Nicholas Pratte
2025-05-15 19:24 ` Patrick Robb
2025-04-23 19:40 ` [RFC Patch v1 4/5] dts: add trex traffic generator to dts framework Nicholas Pratte
2025-05-15 19:25 ` Patrick Robb
2025-05-16 19:45 ` Nicholas Pratte
2025-04-23 19:40 ` [RFC Patch v1 5/5] dts: add performance test functions to test suite api Nicholas Pratte
2025-05-15 19:25 ` Patrick Robb
2025-05-16 20:18 ` Nicholas Pratte [this message]
2025-05-16 20:18 ` [RFC v2 1/6] dts: rework config module to support perf TGs Nicholas Pratte
2025-05-16 20:18 ` [RFC v2 2/6] dts: rework traffic generator inheritance structure Nicholas Pratte
2025-05-16 20:18 ` [RFC v2 3/6] dts: add asynchronous support to ssh sessions Nicholas Pratte
2025-05-16 20:18 ` [RFC v2 4/6] dts: add extended timeout option to interactive shells Nicholas Pratte
2025-05-16 20:18 ` [RFC v2 5/6] dts: add trex traffic generator to dts framework Nicholas Pratte
2025-05-16 20:18 ` [RFC v2 6/6] dts: add performance test functions to test suite api Nicholas Pratte
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=20250516201834.626206-1-npratte@iol.unh.edu \
--to=npratte@iol.unh.edu \
--cc=Honnappa.Nagarahalli@arm.com \
--cc=dev@dpdk.org \
--cc=dmarx@iol.unh.edu \
--cc=luca.vizzarro@arm.com \
--cc=paul.szczepanek@arm.com \
--cc=probb@iol.unh.edu \
--cc=stephen@networkplumber.org \
--cc=thomas.wilks@arm.com \
--cc=thomas@monjalon.net \
--cc=yoan.picchi@foss.arm.com \
/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).