All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: hns3: refactors and decouples the error handling logic
@ 2021-06-07 11:18 Guangbin Huang
  2021-06-07 11:18 ` [PATCH net-next 1/3] net: hns3: add a separate error handling task Guangbin Huang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Guangbin Huang @ 2021-06-07 11:18 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, linux-kernel, salil.mehta, lipeng321, huangguangbin2

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-07 21:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 11:18 [PATCH net-next 0/3] net: hns3: refactors and decouples the error handling logic Guangbin Huang
2021-06-07 11:18 ` [PATCH net-next 1/3] net: hns3: add a separate error handling task Guangbin Huang
2021-06-07 11:18 ` [PATCH net-next 2/3] net: hns3: add scheduling logic for " Guangbin Huang
2021-06-07 11:18 ` [PATCH net-next 3/3] net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESET Guangbin Huang
2021-06-07 21:10 ` [PATCH net-next 0/3] net: hns3: refactors and decouples the error handling logic patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.