]> 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)
commit234c322eff0195e272cd75cdd7a28c5fbdd1674d
tree16778e1249feebc920f4438d9b6c7d81b4cb778d
parent9cbc8dae93e474584ba73c54fda3425e5b2c796f
parent91bca748bbb4c42385e3421ca41190f6d168e822
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>