Re: [PATCH v2] net/bnxt: fix ring calculation for representors

2022-02-09 Thread Ajit Khaparde
On Wed, Feb 9, 2022 at 9:42 AM Ajit Khaparde wrote: > > Currently the Tx and Rx ring count for representors is fixed. > It does not consider the number of rings created for the parent > function. And that can cause issues not only during initialization > but while running traffic. > Instead check

[PATCH v2] net/bnxt: fix ring calculation for representors

2022-02-09 Thread Ajit Khaparde
Currently the Tx and Rx ring count for representors is fixed. It does not consider the number of rings created for the parent function. And that can cause issues not only during initialization but while running traffic. Instead check the number of rings created for the parent function while configu