Re: [dpdk-dev] [PATCH] net/ixgbe: fix rss max rxtx queue num

2021-09-05 Thread Wang, Haiyue
> -Original Message- > From: Qiming Chen > Sent: Tuesday, August 31, 2021 17:11 > To: dev@dpdk.org > Cc: Wang, Haiyue ; Qiming Chen > ; sta...@dpdk.org > Subject: [PATCH] net/ixgbe: fix rss max rxtx queue num > > Through the local actual test, it is found that the maximum number of > RSS

[dpdk-dev] [PATCH] net/ixgbe: fix rss max rxtx queue num

2021-08-31 Thread Qiming Chen
Through the local actual test, it is found that the maximum number of RSS queues is 16, not 128. Check the chip manual, the register MRQE has the following description: RSS only-Single set of RSS 16 queues. It also coincides with the actual test value. Fixes: abf7275bbaa2 ("ixgbe: move to drivers/