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

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

Message

Jie Hai Dec. 1, 2023, 8:52 a.m. UTC
  This patch set supports setting RSS hash algorithm.

--
v2:
1. fix misspelling and format.
2. fix CI compile error.
3. add reviewed-by for patch 1.
--

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                      | 81 +++++++++++++++++++++
 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, 135 insertions(+)
  

Comments

Ferruh Yigit Dec. 4, 2023, 1:57 p.m. UTC | #1
On 12/1/2023 8:52 AM, Jie Hai wrote:
> This patch set supports setting RSS hash algorithm.
> 
> --
> v2:
> 1. fix misspelling and format.
> 2. fix CI compile error.
> 3. add reviewed-by for patch 1.
> --
> 
> Jie Hai (2):
>   ethdev: add new API to get RSS hash algorithm by name
>   app/testpmd: support set RSS hash algorithm
>

Series applied to dpdk-next-net/main, thanks.