Merge branch 'hns3-error-handling'
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Jun 2021 21:00:37 +0000 (14:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Jun 2021 21:00:37 +0000 (14:00 -0700)
commit7cf6f56d1631b46502005ad3b20db71bb93509d9
tree16778e1249feebc920f4438d9b6c7d81b4cb778d
parentca4e2b94eb98db8472a6cb5b47147e079659dc9c
parente0fe0a38371b6d2d669e231c1fd68ce620dfa6b2
Merge branch 'hns3-error-handling'

Guangbin Huang says:

====================
net: hns3: refactors and decouples the error handling logic

This patchset refactors and decouples the error handling logic from reset
logic, it is the preset patch of the RAS feature. It mainly implements the
function that reset logic remains independent of the error handling logic,
this will ensure that common misellaneous MSI-X interrupt are re-enabled
quickly.
====================

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