Re: [PATCH] net/ixgbe: consider DCB/VMDq conf when getting RSS conf

2023-04-27 Thread zhoumin
DCB/VMDq conf when getting RSS conf The mrqe field of MRQC register is an enum. From the Intel 82599 datasheet, we know that these values below for the mrqe field are all related to RSS configuration: b = RSS disabled. 0001b = RSS only -- Single set of RSS 16 queues

RE: [PATCH] net/ixgbe: consider DCB/VMDq conf when getting RSS conf

2023-04-27 Thread Zhang, Qi Z
> -Original Message- > From: Min Zhou > Sent: Wednesday, April 12, 2023 6:02 PM > To: Yang, Qiming ; Wu, Wenjun1 > ; zhou...@loongson.cn > Cc: dev@dpdk.org; maob...@loongson.cn > Subject: [PATCH] net/ixgbe: consider DCB/VMDq conf when getting RSS conf >

Re: [PATCH] net/ixgbe: consider DCB/VMDq conf when getting RSS conf

2023-04-27 Thread zhoumin
Kindly ping. Any comments or suggestions will be appreciated. Best regards Min On Wed, Apr 12, 2023 at 6:01PM, Min Zhou wrote: The mrqe field of MRQC register is an enum. From the Intel 82599 datasheet, we know that these values below for the mrqe field are all related to RSS configuration:

[PATCH] net/ixgbe: consider DCB/VMDq conf when getting RSS conf

2023-04-12 Thread Min Zhou
The mrqe field of MRQC register is an enum. From the Intel 82599 datasheet, we know that these values below for the mrqe field are all related to RSS configuration: b = RSS disabled. 0001b = RSS only -- Single set of RSS 16 queues. 0010b = DCB enabled and RSS disabled --