Re: [PATCH v5 36/40] net/hns3: support setting and querying RSS hash function

2023-10-11 Thread fengchengwen
On 2023/10/12 11:05, Jie Hai wrote: > On 2023/10/12 10:23, fengchengwen wrote: >> The new algorithm (RTE_ETH_HASH_FUNCTION_SYMMETRIC_TOEPLITZ_SORT) should >> treat as Not Support. >> >> With above fix >> Acked-by: Chengwen Feng >> > Actually, the new algorithm is not supported. > see hns3_update_

Re: [PATCH v5 36/40] net/hns3: support setting and querying RSS hash function

2023-10-11 Thread Jie Hai
On 2023/10/12 10:23, fengchengwen wrote: The new algorithm (RTE_ETH_HASH_FUNCTION_SYMMETRIC_TOEPLITZ_SORT) should treat as Not Support. With above fix Acked-by: Chengwen Feng Actually, the new algorithm is not supported. see hns3_update_rss_algo_key(). if (modify_algo && hash_func >

Re: [PATCH v5 36/40] net/hns3: support setting and querying RSS hash function

2023-10-11 Thread Jie Hai
On 2023/10/12 10:23, fengchengwen wrote: The new algorithm (RTE_ETH_HASH_FUNCTION_SYMMETRIC_TOEPLITZ_SORT) should treat as Not Support. With above fix Acked-by: Chengwen Feng Thanks, will check it. On 2023/10/11 17:28, Jie Hai wrote: From: Huisong Li Support setting and querying RSS hash

Re: [PATCH v5 36/40] net/hns3: support setting and querying RSS hash function

2023-10-11 Thread fengchengwen
The new algorithm (RTE_ETH_HASH_FUNCTION_SYMMETRIC_TOEPLITZ_SORT) should treat as Not Support. With above fix Acked-by: Chengwen Feng On 2023/10/11 17:28, Jie Hai wrote: > From: Huisong Li > > Support setting and querying RSS hash function by ethdev ops. > > Signed-off-by: Huisong Li > Sign

[PATCH v5 36/40] net/hns3: support setting and querying RSS hash function

2023-10-11 Thread Jie Hai
From: Huisong Li Support setting and querying RSS hash function by ethdev ops. Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- drivers/net/hns3/hns3_rss.c | 47 + 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/drivers/net/hns3/hns