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

2023-10-31 Thread Ferruh Yigit
On 10/28/2023 2:46 AM, Jie Hai wrote: > This patch adds new API rte_eth_dev_rss_algo_name() to get > name of a RSS algorithm and document it. > In patch title s,/lib/ethdev:,ethdev:, > Signed-off-by: Jie Hai > --- > doc/guides/rel_notes/release_23_11.rst | 3 +++ > lib/ethdev/rte_ethdev.c

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

2023-10-27 Thread lihuisong (C)
在 2023/10/28 9:46, 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 --- doc/guides/rel_notes/release_23_11.rst | 3 +++ lib/ethdev/rte_ethdev.c| 25 + lib/ethdev/

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

2023-10-27 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 --- doc/guides/rel_notes/release_23_11.rst | 3 +++ lib/ethdev/rte_ethdev.c| 25 + lib/ethdev/rte_ethdev.h| 4