Re: [PATCH v9 7/9] ethdev: add API to get RSS algorithm names

2023-11-06 Thread Andrew Rybchenko
On 11/2/23 11:20, Jie Hai wrote: This patch adds new API rte_eth_dev_rss_algo_name() to get name of a RSS algorithm and document it. Signed-off-by: Jie Hai Acked-by: Huisong Li Acked-by: Chengwen Feng @@ -4791,6 +4802,20 @@ rte_eth_dev_rss_hash_conf_get(uint16_t port_id, return r

[PATCH v9 7/9] ethdev: add API to get RSS algorithm names

2023-11-02 Thread Jie Hai
This patch adds new API rte_eth_dev_rss_algo_name() to get name of a RSS algorithm and document it. Signed-off-by: Jie Hai Acked-by: Huisong Li Acked-by: Chengwen Feng --- app/test-pmd/config.c | 19 +-- doc/guides/rel_notes/release_23_11.rst | 5 + lib/et