]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bnxt_en-health-and-error-recovery'
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2019 21:02:19 +0000 (14:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2019 21:02:19 +0000 (14:02 -0700)
commit848c938cb05f212cb3428fcd3984a4ec62c0a935
tree831153b592c08b411d29e07caad8c1f2f8e4cd6b
parent5d95200b8fac2c5527c132f3421012021dc3a1e6
parent9ba87619a47c11f82394c0ee84abd18d739de4c9
Merge branch 'bnxt_en-health-and-error-recovery'

Michael Chan says:

====================
bnxt_en: health and error recovery.

This patchset implements adapter health and error recovery.  The status
is reported through several devlink reporters and the driver will
initiate and complete the recovery process using the devlink infrastructure.

v2: Added 4 patches at the beginning of the patchset to clean up error code
    handling related to firmware messages and to convert to use standard
    error codes.

    Removed the dropping of rtnl_lock in bnxt_close().

    Broke up the patches some more for better patch organization and
    future bisection.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>