Re: [PATCH v5 39/40] app/proc-info: support querying RSS hash algorithm

2023-10-11 Thread Jie Hai
On 2023/10/12 10:05, fengchengwen wrote: Suggest add one new API for get hash_algo_name. e.g. rte_eth_get_rss_algo_name() Thanks, that's better for reuse, will change it in next version. On 2023/10/11 17:28, Jie Hai wrote: Display RSS hash algorithm with command show-port as below. - RSS i

Re: [PATCH v5 39/40] app/proc-info: support querying RSS hash algorithm

2023-10-11 Thread fengchengwen
Suggest add one new API for get hash_algo_name. e.g. rte_eth_get_rss_algo_name() On 2023/10/11 17:28, Jie Hai wrote: > Display RSS hash algorithm with command show-port as below. > - RSS info > -- hash algorithm : toeplitz > > Signed-off-by: Jie Hai > Signed-off-by: Dongdong Liu > Ack

[PATCH v5 39/40] app/proc-info: support querying RSS hash algorithm

2023-10-11 Thread Jie Hai
Display RSS hash algorithm with command show-port as below. - RSS info -- hash algorithm : toeplitz Signed-off-by: Jie Hai Signed-off-by: Dongdong Liu Acked-by: Reshma Pattan --- app/proc-info/main.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/app/proc-info/main