summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMichael Chan <michael.chan@broadcom.com>2016-12-29 20:13:43 +0300
committerDavid S. Miller <davem@davemloft.net>2016-12-29 22:37:23 +0300
commitbdbd1eb59c565c56a74d21076e2ae8706de00ecd (patch)
treed0a8bf33f2900c5a7be38ff1ae9e815bfe67b5f0 /MAINTAINERS
parent486b5c22ea1d35e00e90dd79a32a9ee530b18915 (diff)
downloadlinux-bdbd1eb59c565c56a74d21076e2ae8706de00ecd.tar.xz
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>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions