]> asedeno.scripts.mit.edu Git - linux.git/commit
bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during error recovery.
authorVasundhara Volam <vasundhara-v.volam@broadcom.com>
Thu, 31 Oct 2019 05:07:50 +0000 (01:07 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 21:48:20 +0000 (14:48 -0700)
commitf3a6d206c25ad9490f3a3c6d62baba9504227a75
tree851450f4ef9679bb25b6cd64d90a1dd780a20745
parentaa46dffff452f7c6d907c4e6a0062e2c53a87fc0
bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during error recovery.

Notify the RDMA driver by calling the bnxt_ulp_stop()/bnxt_ulp_start()
hooks during error recovery.  The current ULP IRQ start/stop
sequence in error recovery (which is insufficient) is replaced with the
full reset sequence when we call bnxt_ulp_stop()/bnxt_ulp_start().

Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com>
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