Re: [PATCH 06/16] net/hns3: separate the setting of hash algorithm

2023-03-29 Thread Ferruh Yigit
On 3/29/2023 2:58 AM, lihuisong (C) wrote: > > 在 2023/3/11 3:36, Ferruh Yigit 写道: >> On 3/10/2023 9:35 AM, Dongdong Liu wrote: >>> From: Huisong Li >>> >>> Currently, the setting of hash algorithm comes from the >>> default configuration in driver and the rte_flow interface. >>> The hash algorith

Re: [PATCH 06/16] net/hns3: separate the setting of hash algorithm

2023-03-28 Thread lihuisong (C)
在 2023/3/11 3:36, Ferruh Yigit 写道: On 3/10/2023 9:35 AM, Dongdong Liu wrote: From: Huisong Li Currently, the setting of hash algorithm comes from the default configuration in driver and the rte_flow interface. The hash algorithm that is set to hardware in both ways is saved in hw->rss_info.c

Re: [PATCH 06/16] net/hns3: separate the setting of hash algorithm

2023-03-10 Thread Ferruh Yigit
On 3/10/2023 9:35 AM, Dongdong Liu wrote: > From: Huisong Li > > Currently, the setting of hash algorithm comes from the > default configuration in driver and the rte_flow interface. > The hash algorithm that is set to hardware in both ways is > saved in hw->rss_info.conf.func. > > But the 'func

[PATCH 06/16] net/hns3: separate the setting of hash algorithm

2023-03-10 Thread Dongdong Liu
From: Huisong Li Currently, the setting of hash algorithm comes from the default configuration in driver and the rte_flow interface. The hash algorithm that is set to hardware in both ways is saved in hw->rss_info.conf.func. But the 'func' in struct rte_flow_action_rss is usually used in rte flo