[PATCH v8 09/10] app/proc-info: support querying RSS hash algorithm

lihuisong (C) lihuisong at huawei.com
Wed Nov 1 11:08:51 CET 2023


lgtm,
Acked-by: Huisong Li <lihuisong at huawei.com>

在 2023/11/1 15:40, Jie Hai 写道:
> Display RSS hash algorithm with command show-port as below.
>    - RSS info
> 	  -- hash algorithm : toeplitz
>
> Signed-off-by: Jie Hai <haijie1 at huawei.com>
> Signed-off-by: Dongdong Liu <liudongdong3 at huawei.com>
> Acked-by: Reshma Pattan <reshma.pattan at intel.com>
> ---
>   app/proc-info/main.c | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/app/proc-info/main.c b/app/proc-info/main.c
> index 4c577fa417fd..b672aaefbe99 100644
> --- a/app/proc-info/main.c
> +++ b/app/proc-info/main.c
> @@ -1184,6 +1184,8 @@ show_port(void)
>   				printf("%02x", rss_conf.rss_key[k]);
>   			printf("\n\t  -- hash function : 0x%"PRIx64"\n",
>   					rss_conf.rss_hf);
> +			printf("\t  -- hash algorithm : %s\n",
> +				rte_eth_dev_rss_algo_name(rss_conf.algorithm));
>   		}
>   
>   #ifdef RTE_LIB_SECURITY


More information about the dev mailing list