This patch series adds the required functionality for the RSS functions and test suite.
v5: - added preset RETA configurations as per review - rebased onto latest upstream Alex Chapman (1): dts: add RSS functions to testpmd Thomas Wilks (1): dts: add PMD RSS testsuite dts/api/testpmd/__init__.py | 91 +++++++- dts/api/testpmd/types.py | 12 +- dts/tests/TestSuite_pmd_rss.py | 396 +++++++++++++++++++++++++++++++++ 3 files changed, 494 insertions(+), 5 deletions(-) create mode 100644 dts/tests/TestSuite_pmd_rss.py -- 2.39.5