Re: [PATCH v9 0/9] support setting and querying RSS algorithms

2023-11-02 Thread Ferruh Yigit
On 11/2/2023 8:20 AM, Jie Hai wrote: > This patchset is to support setting and querying RSS algorithms. > For this purpose, field "rss_algo_capa" is added to ``rte_eth_dev_info`` > and field "algorithm" is added to ``rte_eth_rss_conf``. > The drivers should reports their "rss_algo_capa" if they sup

[PATCH v9 0/9] support setting and querying RSS algorithms

2023-11-02 Thread Jie Hai
This patchset is to support setting and querying RSS algorithms. For this purpose, field "rss_algo_capa" is added to ``rte_eth_dev_info`` and field "algorithm" is added to ``rte_eth_rss_conf``. The drivers should reports their "rss_algo_capa" if they support updating RSS algorithms. Otherwise, the