Re: [RESEND 1/2] ethdev: add new API to get RSS hash algorithm by name
On 11/30/2023 10:44 AM, Jie Hai wrote: > This patch supports conversion from names to hash algorithm > (see RTE_ETH_HASH_FUNCTION_XXX). > > Signed-off-by: Jie Hai > Reviewed-by: Huisong Li > Reviewed-by: Ferruh Yigit
[RESEND 1/2] ethdev: add new API to get RSS hash algorithm by name
This patch supports conversion from names to hash algorithm (see RTE_ETH_HASH_FUNCTION_XXX). Signed-off-by: Jie Hai Reviewed-by: Huisong Li --- doc/guides/rel_notes/release_24_03.rst | 5 + lib/ethdev/rte_ethdev.c| 15 +++ lib/ethdev/rte_ethdev.h