Re: [PATCH v5 01/40] ethdev: overwrite some comment related to RSS

2023-10-11 Thread fengchengwen
On 2023/10/11 17:27, 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 | 29 ++--- > lib/ethdev/rte_flow.h | 3 +++ > 2 files ch

Re: [PATCH v5 01/40] ethdev: overwrite some comment related to RSS

2023-10-11 Thread Jie Hai
On 2023/10/12 0:31, Ferruh Yigit wrote: On 10/11/2023 10:27 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 | 29 ++--- lib/ethdev/rte_

Re: [PATCH v5 01/40] ethdev: overwrite some comment related to RSS

2023-10-11 Thread Ferruh Yigit
On 10/11/2023 10:27 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 | 29 ++--- > lib/ethdev/rte_flow.h | 3 +++ > 2 files ch

[PATCH v5 01/40] ethdev: overwrite some comment related to RSS

2023-10-11 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 | 29 ++--- lib/ethdev/rte_flow.h | 3 +++ 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/