From: Jeremy Spewock <jspew...@iol.unh.edu> This series ports over the functionality of the Rx/Tx offloading test suite from Old DTS. I marked this suite as an RFC since there are still some errors that I need to fix from the formatting script, but I felt that the commits were in a place where they could be viewed to understand the idea of what I was working on.
There are a lot of dependencies for this series, I listed them below in the order that I applied them. depends-on: patch-142691 (“dts:add send_packets to test suites and rework packet addressing”) depends-on: series-32799 (“dts: add test skipping based on capabilities”) depends-on: patch-143033 (“dts: add text parser for testpmd verbose output”) depends-on: patch-143385 (“dts: add VLAN methods to testpmd shell”) depends-on: patch-143113 ("dts: add flow rule dataclass to testpmd shell") Jeremy Spewock (5): dts: add TX offload capabilities dts: add a distinction between port and queue offload capabilities dts: add offload configuration querying to testpmd dts: add methods for configuring offloads on a device in testpmd dts: add test suite for RX and TX offloads dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/remote_session/testpmd_shell.py | 908 +++++++++++++++--- dts/tests/TestSuite_pmd_buffer_scatter.py | 2 +- dts/tests/TestSuite_rxtx_offload.py | 622 ++++++++++++ 4 files changed, 1414 insertions(+), 121 deletions(-) create mode 100644 dts/tests/TestSuite_rxtx_offload.py -- 2.46.0