[PATCH net-next 0/3] net: hns3: refactors and decouples the error handling logic
From: Guangbin Huang
Date: Mon Jun 07 2021 - 07:21:24 EST
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.
Jiaran Zhang (2):
net: hns3: add a separate error handling task
net: hns3: add scheduling logic for error handling task
Yufeng Mo (1):
net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESET
drivers/net/ethernet/hisilicon/hns3/hnae3.h | 1 -
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c | 4 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 80 ++++++++++++----------
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 1 +
4 files changed, 47 insertions(+), 39 deletions(-)
--
2.8.1