Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

2022-05-12 Thread Ferruh Yigit
On 3/9/2022 9:55 AM, Ori Kam wrote: Hi Lihusiong, -Original Message- From: lihuisong (C) Sent: Wednesday, March 9, 2022 10:03 AM Subject: Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior 在 2022/3/3 10:47, lihuisong (C) 写道: Hi, Ori, 在 2022/3/2 22:07, Ori Kam 写道: Hi

Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

2022-03-24 Thread Harold Huang
Hi, all, On Thu, Mar 3, 2022 at 12:59 AM Stephen Hemminger wrote: > > On Wed, 02 Mar 2022 15:46:37 +0100 > Thomas Monjalon wrote: > > > 02/03/2022 15:07, Ori Kam: > > > From: lihuisong (C) > > > > 在 2022/3/1 0:42, Ferruh Yigit 写道: > > > > > On 2/28/2022 3:21 AM, Min Hu (Connor) wrote: > > > > >

Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

2022-03-23 Thread Ajit Khaparde
On Wed, Mar 23, 2022 at 12:04 PM Thomas Monjalon wrote: > > 23/03/2022 12:04, lihuisong (C): > > 在 2022/3/23 17:14, Thomas Monjalon 写道: > > > 23/03/2022 04:05, lihuisong (C): > > >> 在 2022/3/23 1:13, Thomas Monjalon 写道: > > >>> 21/03/2022 08:14, lihuisong (C): > > 2022/3/10 16:08, lihuisong (

Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

2022-03-23 Thread Thomas Monjalon
23/03/2022 12:04, lihuisong (C): > 在 2022/3/23 17:14, Thomas Monjalon 写道: > > 23/03/2022 04:05, lihuisong (C): > >> 在 2022/3/23 1:13, Thomas Monjalon 写道: > >>> 21/03/2022 08:14, lihuisong (C): > 2022/3/10 16:08, lihuisong (C): > > 2022/3/9 17:55, Ori Kam: > >> From: lihuisong (C) > >>

Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

2022-03-23 Thread Thomas Monjalon
23/03/2022 04:05, lihuisong (C): > 在 2022/3/23 1:13, Thomas Monjalon 写道: > > 21/03/2022 08:14, lihuisong (C): > >> 2022/3/10 16:08, lihuisong (C): > >>> 2022/3/9 17:55, Ori Kam: > From: lihuisong (C) > > 2022/3/3 10:47, lihuisong (C): > >> 2022/3/2 22:07, Ori Kam: > >>> From: lihu

Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

2022-03-22 Thread Thomas Monjalon
21/03/2022 08:14, lihuisong (C): > 2022/3/10 16:08, lihuisong (C): > > 2022/3/9 17:55, Ori Kam: > >> From: lihuisong (C) > >>> 2022/3/3 10:47, lihuisong (C): > 2022/3/2 22:07, Ori Kam: > > From: lihuisong (C) > >> 2022/3/1 0:42, Ferruh Yigit: > >>> On 2/28/2022 3:21 AM, Min Hu (C

RE: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

2022-03-09 Thread Ori Kam
Hi Lihusiong, > -Original Message- > From: lihuisong (C) > Sent: Wednesday, March 9, 2022 10:03 AM > Subject: Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior > > > 在 2022/3/3 10:47, lihuisong (C) 写道: > > Hi, Ori, > > > > 在 2022/3

Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

2022-03-02 Thread Stephen Hemminger
On Wed, 02 Mar 2022 15:46:37 +0100 Thomas Monjalon wrote: > 02/03/2022 15:07, Ori Kam: > > From: lihuisong (C) > > > 在 2022/3/1 0:42, Ferruh Yigit 写道: > > > > On 2/28/2022 3:21 AM, Min Hu (Connor) wrote: > > > >> From: Huisong Li > > > >> > > > >> RSS will not be enabled if the RTE_ETH_MQ

Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

2022-03-02 Thread Thomas Monjalon
02/03/2022 15:07, Ori Kam: > From: lihuisong (C) > > 在 2022/3/1 0:42, Ferruh Yigit 写道: > > > On 2/28/2022 3:21 AM, Min Hu (Connor) wrote: > > >> From: Huisong Li > > >> > > >> RSS will not be enabled if the RTE_ETH_MQ_RX_RSS_FLAG isn't be set in > > >> dev_configure phase. However, if this flag i

RE: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

2022-03-02 Thread Ori Kam
Hi Lihuisong, > -Original Message- > From: lihuisong (C) > Sent: Wednesday, March 2, 2022 4:10 AM > Subject: Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior > > > 在 2022/3/1 0:42, Ferruh Yigit 写道: > > On 2/28/2022 3:21 AM, Min Hu (Connor) w

Re: [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

2022-02-28 Thread Ferruh Yigit
On 2/28/2022 3:21 AM, Min Hu (Connor) wrote: From: Huisong Li RSS will not be enabled if the RTE_ETH_MQ_RX_RSS_FLAG isn't be set in dev_configure phase. However, if this flag isn't set, RSS can be enabled through the ethdev ops and rte_flow API. This behavior is contrary to each other. Fixes: