Re: [PATCH net-next 8/9] net: hns3: add support for queue bonding mode of flow director

2021-03-17 Thread Alexander Duyck
On Wed, Mar 17, 2021 at 6:28 PM Jakub Kicinski wrote: > > On Thu, 18 Mar 2021 09:02:54 +0800 Huazhong Tan wrote: > > On 2021/3/16 4:04, Jakub Kicinski wrote: > > > On Mon, 15 Mar 2021 20:23:50 +0800 Huazhong Tan wrote: > > >> From: Jian Shen > > >> > > >> For device version V3, it supports queue

Re: [PATCH net-next 8/9] net: hns3: add support for queue bonding mode of flow director

2021-03-17 Thread Jakub Kicinski
On Thu, 18 Mar 2021 09:02:54 +0800 Huazhong Tan wrote: > On 2021/3/16 4:04, Jakub Kicinski wrote: > > On Mon, 15 Mar 2021 20:23:50 +0800 Huazhong Tan wrote: > >> From: Jian Shen > >> > >> For device version V3, it supports queue bonding, which can > >> identify the tuple information of TCP strea

Re: [PATCH net-next 8/9] net: hns3: add support for queue bonding mode of flow director

2021-03-17 Thread Huazhong Tan
On 2021/3/16 4:04, Jakub Kicinski wrote: On Mon, 15 Mar 2021 20:23:50 +0800 Huazhong Tan wrote: From: Jian Shen For device version V3, it supports queue bonding, which can identify the tuple information of TCP stream, and create flow director rules automatically, in order to keep the tx and

Re: [PATCH net-next 8/9] net: hns3: add support for queue bonding mode of flow director

2021-03-15 Thread Jakub Kicinski
On Mon, 15 Mar 2021 20:23:50 +0800 Huazhong Tan wrote: > From: Jian Shen > > For device version V3, it supports queue bonding, which can > identify the tuple information of TCP stream, and create flow > director rules automatically, in order to keep the tx and rx > packets are in the same queue p

[PATCH net-next 8/9] net: hns3: add support for queue bonding mode of flow director

2021-03-15 Thread Huazhong Tan
From: Jian Shen For device version V3, it supports queue bonding, which can identify the tuple information of TCP stream, and create flow director rules automatically, in order to keep the tx and rx packets are in the same queue pair. The driver set FD_ADD field of TX BD for TCP SYN packet, and s