linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/3] hinic: add debugfs support
@ 2020-08-27 11:13 Luo bin
  2020-08-27 11:13 ` [PATCH net-next v1 1/3] hinic: add support to query sq info Luo bin
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Luo bin @ 2020-08-27 11:13 UTC (permalink / raw)
  To: davem
  Cc: linux-kernel, netdev, luoxianjun, yin.yinshi, cloud.wangxiaoyun,
	chiqijun

add debugfs node for querying sq/rq info and function table

Luo bin (3):
  hinic: add support to query sq info
  hinic: add support to query rq info
  hinic: add support to query function table

 drivers/net/ethernet/huawei/hinic/Makefile    |   3 +-
 .../net/ethernet/huawei/hinic/hinic_debugfs.c | 325 ++++++++++++++++++
 .../net/ethernet/huawei/hinic/hinic_debugfs.h | 114 ++++++
 drivers/net/ethernet/huawei/hinic/hinic_dev.h |  20 ++
 .../net/ethernet/huawei/hinic/hinic_hw_dev.c  |   1 +
 .../net/ethernet/huawei/hinic/hinic_hw_dev.h  |   2 +
 .../net/ethernet/huawei/hinic/hinic_hw_io.c   |   2 +
 .../net/ethernet/huawei/hinic/hinic_hw_io.h   |   1 +
 .../net/ethernet/huawei/hinic/hinic_hw_qp.h   |   6 +
 .../net/ethernet/huawei/hinic/hinic_main.c    |  83 ++++-
 10 files changed, 551 insertions(+), 6 deletions(-)
 create mode 100644 drivers/net/ethernet/huawei/hinic/hinic_debugfs.c
 create mode 100644 drivers/net/ethernet/huawei/hinic/hinic_debugfs.h

-- 
2.17.1


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

end of thread, other threads:[~2020-08-29  0:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 11:13 [PATCH net-next v1 0/3] hinic: add debugfs support Luo bin
2020-08-27 11:13 ` [PATCH net-next v1 1/3] hinic: add support to query sq info Luo bin
2020-08-27 11:13 ` [PATCH net-next v1 2/3] hinic: add support to query rq info Luo bin
2020-08-27 11:13 ` [PATCH net-next v1 3/3] hinic: add support to query function table Luo bin
2020-08-27 19:44   ` Jakub Kicinski
2020-08-28  3:16     ` luobin (L)
2020-08-28 17:19       ` Jakub Kicinski
2020-08-29  0:44         ` luobin (L)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).