linux/drivers/net/ethernet/broadcom/bnxt
Michael Chan bdbd1eb59c bnxt_en: Handle no aggregation ring gracefully.
The current code assumes that we will always have at least 2 rx rings, 1
will be used as an aggregation ring for TPA and jumbo page placements.
However, it is possible, especially on a VF, that there is only 1 rx
ring available.  In this scenario, the current code will fail to initialize.
To handle it, we need to properly set up only 1 ring without aggregation.
Set a new flag BNXT_FLAG_NO_AGG_RINGS for this condition and add logic to
set up the chip to place RX data linearly into a single buffer per packet.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-12-29 14:37:23 -05:00
..
bnxt_dcb.c bnxt_en: Add PFC statistics. 2016-12-05 13:21:40 -05:00
bnxt_dcb.h bnxt_en: Implement DCBNL to support host-based DCBX. 2016-12-05 13:21:40 -05:00
bnxt_ethtool.c bnxt_en: Implement new scheme to reserve tx rings. 2016-12-29 14:37:23 -05:00
bnxt_ethtool.h bnxt_en: Add EEE setup code. 2016-04-05 16:20:46 -04:00
bnxt_fw_hdr.h bnxt_en: Added support for Secure Firmware Update 2016-09-19 21:32:24 -04:00
bnxt_hsi.h bnxt_en: Add function to get vnic capability. 2016-12-29 14:37:23 -05:00
bnxt_nvm_defs.h bnxt_en: Add support for updating flash more securely 2016-07-02 14:52:35 -04:00
bnxt_sriov.c bnxt_en: Implement new scheme to reserve tx rings. 2016-12-29 14:37:23 -05:00
bnxt_sriov.h net: Update API for VF vlan protocol 802.1ad support 2016-09-24 08:01:26 -04:00
bnxt_ulp.c bnxt_en: Add interface to support RDMA driver. 2016-12-07 10:59:26 -05:00
bnxt_ulp.h bnxt_en: Add interface to support RDMA driver. 2016-12-07 10:59:26 -05:00
bnxt.c bnxt_en: Handle no aggregation ring gracefully. 2016-12-29 14:37:23 -05:00
bnxt.h bnxt_en: Handle no aggregation ring gracefully. 2016-12-29 14:37:23 -05:00
Makefile bnxt_en: Add interface to support RDMA driver. 2016-12-07 10:59:26 -05:00