[dpdk-dev] [PATCH] net/bnxt: fix max ring count calculation

2020-06-10 Thread Somnath Kotur
Max Rx Ring count could be < Max stat contexts. While accounting for stat contexts, this should be also considered and the max ring count adjusted accordingly. Fixes: f03e66cb64ce ("net/bnxt: limit queue count for NS3/Stingray devices") Cc: sta...@dpdk.org Signed-off-by: Somnath Kotur --- drive

Re: [dpdk-dev] [PATCH] net/bnxt: fix max ring count calculation

2020-06-10 Thread Somnath Kotur
On Wed, Jun 10, 2020 at 5:18 PM Somnath Kotur wrote: > > Max Rx Ring count could be < Max stat contexts. While accounting > for stat contexts, this should be also considered and > the max ring count adjusted accordingly. > > Fixes: f03e66cb64ce ("net/bnxt: limit queue count for NS3/Stingray device

Re: [dpdk-dev] [PATCH] net/bnxt: fix max ring count calculation

2020-04-24 Thread Ajit Khaparde
On Fri, Apr 24, 2020 at 4:04 AM Somnath Kotur wrote: > Max Rx Ring count could be < Max stat contexts. While accounting > for stat contexts, this should be also considered and > the max ring count adjusted accordingly. > > Fixes: f03e66cb64ce ("net/bnxt: limit queue count for NS3/Stingray > devic

[dpdk-dev] [PATCH] net/bnxt: fix max ring count calculation

2020-04-24 Thread Somnath Kotur
Max Rx Ring count could be < Max stat contexts. While accounting for stat contexts, this should be also considered and the max ring count adjusted accordingly. Fixes: f03e66cb64ce ("net/bnxt: limit queue count for NS3/Stingray devices") Cc: sta...@dpdk.org Signed-off-by: Somnath Kotur --- drive