Re: [PATCH v7 2/9] ethdev: support setting and querying RSS algorithm

2023-11-01 Thread Ferruh Yigit
On 10/28/2023 4:01 AM, lihuisong (C) wrote: > With belows to changes, > Acked-by: Huisong Li > > > 在 2023/10/28 9:46, 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 ``

Re: [PATCH v7 2/9] ethdev: support setting and querying RSS algorithm

2023-10-27 Thread lihuisong (C)
With belows to changes, Acked-by: Huisong Li 在 2023/10/28 9:46, 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_cap

[PATCH v7 2/9] ethdev: support setting and querying RSS algorithm

2023-10-27 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