All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] hinic: add some error messages for debug
@ 2020-07-16 12:50 Luo bin
  2020-07-16 12:50 ` [PATCH net-next 1/2] hinic: add support to handle hw abnormal event Luo bin
  2020-07-16 12:50 ` [PATCH net-next 2/2] hinic: add log in exception handling processes Luo bin
  0 siblings, 2 replies; 7+ messages in thread
From: Luo bin @ 2020-07-16 12:50 UTC (permalink / raw)
  To: davem
  Cc: linux-kernel, netdev, luoxianjun, yin.yinshi, cloud.wangxiaoyun,
	chiqijun

patch #1: support to handle hw abnormal event
patch #2: improve the error messages when functions return failure and
	  dump relevant registers in some exception handling processes

Luo bin (2):
  hinic: add support to handle hw abnormal event
  hinic: add log in exception handling processes

 .../ethernet/huawei/hinic/hinic_hw_api_cmd.c  |  27 +-
 .../ethernet/huawei/hinic/hinic_hw_api_cmd.h  |   4 +
 .../net/ethernet/huawei/hinic/hinic_hw_cmdq.c |   2 +
 .../net/ethernet/huawei/hinic/hinic_hw_cmdq.h |   2 +
 .../net/ethernet/huawei/hinic/hinic_hw_dev.c  | 261 +++++++++++++++++-
 .../net/ethernet/huawei/hinic/hinic_hw_dev.h  | 144 +++++++++-
 .../net/ethernet/huawei/hinic/hinic_hw_eqs.c  |  39 +++
 .../net/ethernet/huawei/hinic/hinic_hw_eqs.h  |   4 +
 .../net/ethernet/huawei/hinic/hinic_hw_if.c   |  23 ++
 .../net/ethernet/huawei/hinic/hinic_hw_if.h   |   2 +
 .../net/ethernet/huawei/hinic/hinic_hw_mbox.c |   2 +
 .../net/ethernet/huawei/hinic/hinic_hw_mgmt.c |   1 +
 .../net/ethernet/huawei/hinic/hinic_hw_mgmt.h |   4 +
 .../net/ethernet/huawei/hinic/hinic_main.c    |  56 ++++
 .../net/ethernet/huawei/hinic/hinic_port.c    |  62 ++---
 .../net/ethernet/huawei/hinic/hinic_port.h    |  25 ++
 .../net/ethernet/huawei/hinic/hinic_sriov.c   |   6 +-
 17 files changed, 616 insertions(+), 48 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-07-17  7:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16 12:50 [PATCH net-next 0/2] hinic: add some error messages for debug Luo bin
2020-07-16 12:50 ` [PATCH net-next 1/2] hinic: add support to handle hw abnormal event Luo bin
2020-07-17  6:39   ` kernel test robot
2020-07-17  6:39     ` kernel test robot
2020-07-16 12:50 ` [PATCH net-next 2/2] hinic: add log in exception handling processes Luo bin
2020-07-16 15:27   ` Jakub Kicinski
2020-07-17  0:52     ` luobin (L)

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.