mbox series

[net-next,0/3] net: hns3: refactors and decouples the error handling logic

Message ID 1623064692-24205-1-git-send-email-huangguangbin2@huawei.com
Headers show
Series net: hns3: refactors and decouples the error handling logic | expand

Message

huangguangbin (A) June 7, 2021, 11:18 a.m. UTC
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(-)