[PATCH 0/4] dts: add pktgen and testpmd changes
Juraj Linkeš
juraj.linkes at pantheon.tech
Mon Sep 9 17:50:04 CEST 2024
Series applied to next-dts, thanks.
On 6. 8. 2024 14:14, Luca Vizzarro wrote:
> From: Luca Vizzarro <luca.vizzarro at arm.com>
>
> Hello,
>
> sending some framework changes that will be required in my upcoming
> l2fwd test suite.
>
> Best,
> Luca
>
> Luca Vizzarro (5):
> dts: add ability to send/receive multiple packets
> dts: add random generation seed setting
> dts: add random packet generator
> dts: add ability to start/stop testpmd ports
> dts: add testpmd set ports queues
>
> doc/guides/tools/dts.rst | 5 +
> dts/framework/config/__init__.py | 4 +
> dts/framework/config/conf_yaml_schema.json | 4 +
> dts/framework/config/types.py | 2 +
> dts/framework/remote_session/testpmd_shell.py | 102 +++++++++++++++++-
> dts/framework/runner.py | 8 ++
> dts/framework/settings.py | 17 +++
> dts/framework/test_suite.py | 68 +++++++++++-
> dts/framework/testbed_model/tg_node.py | 14 +--
> .../capturing_traffic_generator.py | 31 ------
> dts/framework/utils.py | 79 +++++++++++++-
> 11 files changed, 288 insertions(+), 46 deletions(-)
>
More information about the dev
mailing list