Hi all, This is v4 of the RSS test suites which addresses the issues with running the hashing algorithm test cases on ConnectX nics. The patches have also been rebased onto the latest upstream changes.
Also thank you for your help and feedback with my previous RFC patch. Changes in v4: - Merged the RSS hashing algorithms tests into a single test case. - Resolved issues with packet RSS queues when being ran on ConnectX nics. - Updated doc strings to better reflect the test suites functionality. - Moved RETA configuration into a dedicated function. Regards, Thomas Wilks Alex Chapman (1): dts: add RSS functions to testpmd Thomas Wilks (1): dts: add PMD RSS testsuite dts/framework/remote_session/testpmd_shell.py | 104 ++++- dts/tests/TestSuite_pmd_rss.py | 383 ++++++++++++++++++ 2 files changed, 480 insertions(+), 7 deletions(-) create mode 100644 dts/tests/TestSuite_pmd_rss.py -- 2.43.0