Re: [PATCH v4 1/7] ethdev: recomment some definitions related to RSS

2023-09-26 Thread Jie Hai
On 2023/9/21 0:39, Ferruh Yigit wrote: On 9/8/2023 9:00 AM, Jie Hai wrote: 1. Recomment 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 | 28 +--- lib/ethdev/rte_flow.h | 4

Re: [PATCH v4 1/7] ethdev: recomment some definitions related to RSS

2023-09-20 Thread Ferruh Yigit
On 9/8/2023 9:00 AM, Jie Hai wrote: > 1. Recomment 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 | 28 +--- > lib/ethdev/rte_flow.h | 4 > 2 files changed, 17 insertion

[PATCH v4 1/7] ethdev: recomment some definitions related to RSS

2023-09-08 Thread Jie Hai
1. Recomment 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 | 28 +--- lib/ethdev/rte_flow.h | 4 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/lib/ethdev/rte_e