bnxt_en: Handle standalone RX_AGG completions.
authorMichael Chan <michael.chan@broadcom.com>
Mon, 29 Jul 2019 10:10:22 +0000 (06:10 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jul 2019 21:19:09 +0000 (14:19 -0700)
commit8fe88ce7ab3181a11989eb7a8bb00c42a2b7b3b0
tree1c4e234ee2ad4c70a68b5c6c5150073558400aae
parent79632e9ba38671215fb193346ef6fb8db582744d
bnxt_en: Handle standalone RX_AGG completions.

On the new 57500 chips, these new RX_AGG completions are not coalesced
at the TPA_END completion.  Handle these by storing them in the
array in the bnxt_tpa_info struct, as they are seen when processing
the CMPL ring.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c