Re: [PATCH v8 01/10] ethdev: overwrite some comment related to RSS

2023-11-01 Thread Jie Hai
On 2023/11/1 21:13, Ferruh Yigit wrote: On 11/1/2023 7:40 AM, Jie Hai wrote: 1. overwrite the comments of fields of 'rte_eth_rss_conf'. 2. Add comments for RTE_ETH_HASH_FUNCTION_DEFAULT. Signed-off-by: Jie Hai --- lib/ethdev/rte_ethdev.h | 34 +++--- lib/ethdev/r

Re: [PATCH v8 01/10] ethdev: overwrite some comment related to RSS

2023-11-01 Thread Ferruh Yigit
On 11/1/2023 7:40 AM, Jie Hai wrote: > 1. overwrite the comments of fields of 'rte_eth_rss_conf'. > 2. Add comments for RTE_ETH_HASH_FUNCTION_DEFAULT. > > Signed-off-by: Jie Hai > --- > lib/ethdev/rte_ethdev.h | 34 +++--- > lib/ethdev/rte_flow.h | 1 + > 2 files c

Re: [PATCH v8 01/10] ethdev: overwrite some comment related to RSS

2023-11-01 Thread lihuisong (C)
lgtm, Acked-by: Huisong Li 在 2023/11/1 15:40, Jie Hai 写道: 1. overwrite the comments of fields of 'rte_eth_rss_conf'. 2. Add comments for RTE_ETH_HASH_FUNCTION_DEFAULT. Signed-off-by: Jie Hai --- lib/ethdev/rte_ethdev.h | 34 +++--- lib/ethdev/rte_flow.h | 1 +

[PATCH v8 01/10] ethdev: overwrite some comment related to RSS

2023-11-01 Thread Jie Hai
1. overwrite the comments of fields of 'rte_eth_rss_conf'. 2. Add comments for RTE_ETH_HASH_FUNCTION_DEFAULT. Signed-off-by: Jie Hai --- lib/ethdev/rte_ethdev.h | 34 +++--- lib/ethdev/rte_flow.h | 1 + 2 files changed, 20 insertions(+), 15 deletions(-) diff --git