Re: [PATCH v4 2/7] ethdev: support setting and querying RSS algorithm

2023-09-26 Thread Jie Hai
On 2023/9/21 0:39, Ferruh Yigit wrote: On 9/8/2023 9:00 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_rss_conf`` is extended by adding a new field "func". This rep

Re: [PATCH v4 2/7] ethdev: support setting and querying RSS algorithm

2023-09-20 Thread Ajit Khaparde
On Wed, Sep 20, 2023 at 9:39 AM Ferruh Yigit wrote: > > On 9/8/2023 9:00 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_rss_conf`` is extended by a

Re: [PATCH v4 2/7] ethdev: support setting and querying RSS algorithm

2023-09-20 Thread Ferruh Yigit
On 9/8/2023 9:00 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_rss_conf`` is extended by adding a new > field "func". This represents the RSS algorithms to

[PATCH v4 2/7] ethdev: support setting and querying RSS algorithm

2023-09-08 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 "func". This represents the RSS algorithms to apply. The following API will be affected: