Re: [PATCH v8 03/10] ethdev: support setting and querying RSS algorithm

2023-11-01 Thread Jie Hai
On 2023/11/1 21:36, Ferruh Yigit wrote: On 11/1/2023 7:40 AM, Jie Hai wrote: Currently, rte_eth_rss_conf supports configuring and querying RSS hash functions, rss key and it's length, but not RSS hash algorithm. The structure ``rte_eth_dev_info`` is extended by adding a new field "rss_algo_capa

Re: [PATCH v8 03/10] ethdev: support setting and querying RSS algorithm

2023-11-01 Thread Ferruh Yigit
On 11/1/2023 7:40 AM, Jie Hai wrote: > Currently, rte_eth_rss_conf supports configuring and querying > RSS hash functions, rss key and it's length, but not RSS hash > algorithm. > > The structure ``rte_eth_dev_info`` is extended by adding a new > field "rss_algo_capa". Drivers are responsible for

[PATCH v8 03/10] ethdev: support setting and querying RSS algorithm

2023-11-01 Thread Jie Hai
Currently, rte_eth_rss_conf supports configuring and querying RSS hash functions, rss key and it's length, but not RSS hash algorithm. The structure ``rte_eth_dev_info`` is extended by adding a new field "rss_algo_capa". Drivers are responsible for reporting this capa and configurations of RSS has