This patchset introduces the support for TX offload configuration through DTS, allowing test cases to be written utilizing TX offload capabilities. Along with configuring these capabilities, they are also added to the NIC capabilities class, in which they can be required by test suites. Finally, a test suite was created using the aforementioned changes to update the RX TX offload test suite in legacy DTS.
Andrew Bailey (3): dts: allow mbuf_fast_free to be set with testpmd shell dts: add TX offload capabilities to NIC capabilities dts: update tx_offload test from old dts dts/framework/remote_session/testpmd_shell.py | 340 +++++++++++++++++- dts/tests/TestSuite_rxtx_offload.py | 153 ++++++++ 2 files changed, 492 insertions(+), 1 deletion(-) create mode 100644 dts/tests/TestSuite_rxtx_offload.py -- 2.50.1