]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit994526d2efc5dbf007fc6082ff94cc87fbbe3502
tree1c4e234ee2ad4c70a68b5c6c5150073558400aae
parent3ad87a400c64b6007fbfed3ded4ba8450da16ef0
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