Re: [dpdk-dev] [PATCH 2/2] net/bnxt: cap max Rx rings for Thor

2021-04-19 Thread Ajit Khaparde
On Mon, Apr 19, 2021 at 12:28 PM Ajit Khaparde wrote: > > For Thor devices, RSS table can only accommodate 512 Rx queues. > When RSS is enabled, Cap the max Rx rings to 512. > For non-RSS case, the number will be limited by number of VNICs. > > Signed-off-by: Ajit Khaparde > Reviewed-by: Lance Ri

[dpdk-dev] [PATCH 2/2] net/bnxt: cap max Rx rings for Thor

2021-04-19 Thread Ajit Khaparde
For Thor devices, RSS table can only accommodate 512 Rx queues. When RSS is enabled, Cap the max Rx rings to 512. For non-RSS case, the number will be limited by number of VNICs. Signed-off-by: Ajit Khaparde Reviewed-by: Lance Richardson --- drivers/net/bnxt/bnxt.h| 13 + dr