[PATCH v7 0/7] dts: Port scatter suite over
Juraj Linkeš
juraj.linkes at pantheon.tech
Wed Jan 10 14:22:18 CET 2024
I only had two minor comments in two of the patches.
Other than that. for the whole series:
Reviewed-by: Juraj Linkeš <juraj.linkes at pantheon.tech>
On Tue, Jan 9, 2024 at 4:36 PM <jspewock at iol.unh.edu> wrote:
>
> From: Jeremy Spewock <jspewock at iol.unh.edu>
>
> v7:
>
> Addressed comments and made appropriate changes. Most changes had to do
> with grammatical/spelling errors and expanding upon documentation. Also
> fixed the typing of eal parameters when creating interactive shells
> through the SUT node.
>
> Jeremy Spewock (7):
> dts: add startup verification and forwarding modes to testpmd shell
> dts: limit EAL parameters to DPDK apps and add parameters to all apps
> dts: add optional packet filtering to scapy sniffer
> dts: add pci addresses to EAL parameters
> dts: allow configuring MTU of ports
> dts: add scatter to the yaml schema
> dts: add pmd_buffer_scatter test suite
>
> dts/framework/config/conf_yaml_schema.json | 3 +-
> dts/framework/exception.py | 7 +
> dts/framework/remote_session/testpmd_shell.py | 149 +++++++++++++++++-
> dts/framework/test_suite.py | 15 +-
> dts/framework/testbed_model/linux_session.py | 8 +
> dts/framework/testbed_model/os_session.py | 9 ++
> dts/framework/testbed_model/sut_node.py | 28 +++-
> dts/framework/testbed_model/tg_node.py | 14 +-
> .../traffic_generator/__init__.py | 7 +-
> .../capturing_traffic_generator.py | 22 ++-
> .../testbed_model/traffic_generator/scapy.py | 27 ++++
> dts/tests/TestSuite_pmd_buffer_scatter.py | 132 ++++++++++++++++
> 12 files changed, 407 insertions(+), 14 deletions(-)
> create mode 100644 dts/tests/TestSuite_pmd_buffer_scatter.py
>
> --
> 2.43.0
>
More information about the dev
mailing list