[PATCH v2 0/6] Added RSS functions and tests.
Thomas Wilks
thomas.wilks at arm.com
Tue Feb 25 16:33:39 CET 2025
v2:
- Added RSS capabilities check.
- Added testsuite that tests RSS hashes.
- Added testsuite that tests updating the RSS hash key.
- Added testsuite that verifies the RETA size.
Alex Chapman (5):
dts: add RSS functions to testpmd
dts: add utils for PMD RSS testsuites
dts: add PMD RSS hash testsuite
dts: add PMD RSS RETA testsuite
dts: add PMD RSS key update testsuite
Thomas Wilks (1):
dts: add NIC capabilities for hash algorithms
dts/framework/remote_session/testpmd_shell.py | 283 +++++++++++++++++-
dts/tests/TestSuite_pmd_rss_hash.py | 121 ++++++++
dts/tests/TestSuite_pmd_rss_key_update.py | 168 +++++++++++
dts/tests/TestSuite_pmd_rss_reta.py | 101 +++++++
dts/tests/pmd_rss_utils.py | 195 ++++++++++++
5 files changed, 854 insertions(+), 14 deletions(-)
create mode 100644 dts/tests/TestSuite_pmd_rss_hash.py
create mode 100644 dts/tests/TestSuite_pmd_rss_key_update.py
create mode 100644 dts/tests/TestSuite_pmd_rss_reta.py
create mode 100644 dts/tests/pmd_rss_utils.py
--
2.43.0
More information about the dev
mailing list