mbox series

[v2,0/5] dts: add pktgen and testpmd changes

Message ID 20240806124642.2580828-1-luca.vizzarro@arm.com (mailing list archive)
Headers
Series dts: add pktgen and testpmd changes |

Message

Luca Vizzarro Aug. 6, 2024, 12:46 p.m. UTC
Apologies, re-sending again due to errors in sending v1.

v2:
- rebased

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(-)