]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit47faab30580b3fe0ee23a3071238ed263be5c40c
tree16778e1249feebc920f4438d9b6c7d81b4cb778d
parente41ebad29756401e3770d160501a9172b650aa79
parent3d8c95d22f3d1287d7bb7351c0a11ebbd83c070f
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>