Re: [PATCH v8 00/10] support setting and querying RSS algorithms

2023-11-01 Thread fengchengwen
LGTM Series-acked-by: Chengwen Feng On 2023/11/1 15:40, 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 repo

[PATCH v8 00/10] support setting and querying RSS algorithms

2023-11-01 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