Re: [PATCH v5 02/40] ethdev: support setting and querying RSS algorithm

2023-10-24 Thread Jie Hai
On 2023/10/12 10:21, fengchengwen wrote: On 2023/10/12 1:39, Stephen Hemminger wrote: On Wed, 11 Oct 2023 17:27:27 +0800 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

Re: [PATCH v5 02/40] ethdev: support setting and querying RSS algorithm

2023-10-11 Thread fengchengwen
On 2023/10/12 1:39, Stephen Hemminger wrote: > On Wed, 11 Oct 2023 17:27:27 +0800 > 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_rss_conf`` is exten

Re: [PATCH v5 02/40] ethdev: support setting and querying RSS algorithm

2023-10-11 Thread Stephen Hemminger
On Wed, 11 Oct 2023 17:27:27 +0800 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_rss_conf`` is extended by adding a new > field "algorithm". This represents t

[PATCH v5 02/40] ethdev: support setting and querying RSS algorithm

2023-10-11 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_rss_conf`` is extended by adding a new field "algorithm". This represents the RSS algorithms to apply. The following API will be affected: