[RESEND,0/2] app/testpmd: support set RSS hash algorithm

Message ID 20231130104415.1064644-1-haijie1@huawei.com (mailing list archive)
Headers
Series app/testpmd: support set RSS hash algorithm |

Message

Jie Hai Nov. 30, 2023, 10:44 a.m. UTC
  This patch set supports setting RSS hash algorithm.

Jie Hai (2):
  ethdev: add new API to get RSS hash algorithm by name
  app/testpmd: support set RSS hash algorithm

 app/test-pmd/cmdline.c                      | 79 +++++++++++++++++++++
 doc/guides/rel_notes/release_24_03.rst      |  5 ++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +++
 lib/ethdev/rte_ethdev.c                     | 15 ++++
 lib/ethdev/rte_ethdev.h                     | 20 ++++++
 lib/ethdev/version.map                      |  3 +
 6 files changed, 133 insertions(+)