Merge branch 'bnxt_en-error-recovery-improvements'
authorJakub Kicinski <kuba@kernel.org>
Tue, 26 Jan 2021 03:20:06 +0000 (19:20 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 26 Jan 2021 03:20:07 +0000 (19:20 -0800)
commit6d70cd2a42095db3e123271672cc996d12d0a194
tree5add796edc9a938e16f1498649a41b3dcf64597f
parentae189ccb1b8ad1877ef57ea3210591527704f2bd
parent0da65f4932cee9f9698a2e1493d22b27c91841c9
Merge branch 'bnxt_en-error-recovery-improvements'

Michael Chan says:

====================
bnxt_en: Error recovery improvements.

This series contains a number of improvements in the area of error
recovery.  Most error recovery scenarios are tightly coordinated with
the firmware.  A number of patches add retry logic to establish
connection with the firmware if there are indications that the
firmware is still alive and will likely transition back to the
normal state.  Some patches speed up the recovery process and make
it more reliable.  There are some cleanup patches as well.
====================

Link: https://lore.kernel.org/r/1611558501-11022-1-git-send-email-michael.chan@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>