numam-dpdk/drivers
Qingmin Liu 94abc0a982 net/bnxt: fix RxQ count if ntuple filtering is disabled
If ntuple filtering is disabled, FW will return max_vnics=1.
Due to this only single Rxq is created.
Change to max_rx_rings = RTE_MIN(bp->max_rx_rings, bp->max_stat_ctx) to
fix it.

Fixes: 6d8109bcb3 ("net/bnxt: check VF resources if resource manager is enabled")
Cc: stable@dpdk.org

Signed-off-by: Qingmin Liu <qingmin.liu@broadcom.com>
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Reviewed-by: Somnath Kotur <somnath.kotur@broadcom.com>
Reviewed-by: Randy Schacher <stuart.schacher@broadcom.com>
2019-07-23 14:31:35 +02:00
..
baseband baseband/turbo_sw: extend for 5G 2019-07-05 15:28:14 +02:00
bus vfio: revert interrupt eventfd setup at probe 2019-07-23 12:00:14 +02:00
common compress/qat: fix overflow status return 2019-07-19 14:15:21 +02:00
compress compress/qat: fix overflow status return 2019-07-19 14:15:21 +02:00
crypto crypto/dpaa2_sec: fix handling of session init failure 2019-07-19 14:43:40 +02:00
event bus/pci: change IOVA as VA flag name 2019-07-22 17:46:32 +02:00
mempool bus/pci: change IOVA as VA flag name 2019-07-22 17:46:32 +02:00
net net/bnxt: fix RxQ count if ntuple filtering is disabled 2019-07-23 14:31:35 +02:00
raw raw/dpaa2_cmdif: remove redundant declaration 2019-07-23 14:31:35 +02:00
Makefile drivers: add common as dependency for bus 2018-10-16 14:54:25 +02:00
meson.build build: print list of disabled components 2019-07-02 23:20:26 +02:00