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