Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH for-next 0/3] Support SW stats with debugfs
@ 2023-11-14 12:34 Junxian Huang
  2023-11-14 12:34 ` [PATCH for-next 1/3] RDMA/hns: Fix inappropriate err code for unsupported operations Junxian Huang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Junxian Huang @ 2023-11-14 12:34 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, linuxarm, linux-kernel, huangjunxian6

This patchset introduces hns debugfs and supports SW stats with it.

Junxian Huang (3):
  RDMA/hns: Fix inappropriate err code for unsupported operations
  RDMA/hns: Add debugfs to hns RoCE
  RDMA/hns: Support SW stats with debugfs

 drivers/infiniband/hw/hns/Makefile           |   3 +-
 drivers/infiniband/hw/hns/hns_roce_ah.c      |   6 +-
 drivers/infiniband/hw/hns/hns_roce_cmd.c     |  19 +++-
 drivers/infiniband/hw/hns/hns_roce_cq.c      |  17 ++-
 drivers/infiniband/hw/hns/hns_roce_debugfs.c | 110 +++++++++++++++++++
 drivers/infiniband/hw/hns/hns_roce_debugfs.h |  33 ++++++
 drivers/infiniband/hw/hns/hns_roce_device.h  |  26 +++++
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c   |  49 ++++++---
 drivers/infiniband/hw/hns/hns_roce_main.c    |  48 ++++++--
 drivers/infiniband/hw/hns/hns_roce_mr.c      |  26 +++--
 drivers/infiniband/hw/hns/hns_roce_pd.c      |  12 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c      |   8 +-
 drivers/infiniband/hw/hns/hns_roce_srq.c     |   6 +-
 13 files changed, 319 insertions(+), 44 deletions(-)
 create mode 100644 drivers/infiniband/hw/hns/hns_roce_debugfs.c
 create mode 100644 drivers/infiniband/hw/hns/hns_roce_debugfs.h

--
2.30.0


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

end of thread, other threads:[~2023-11-19 12:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-14 12:34 [PATCH for-next 0/3] Support SW stats with debugfs Junxian Huang
2023-11-14 12:34 ` [PATCH for-next 1/3] RDMA/hns: Fix inappropriate err code for unsupported operations Junxian Huang
2023-11-14 12:34 ` [PATCH for-next 2/3] RDMA/hns: Add debugfs to hns RoCE Junxian Huang
2023-11-14 12:34 ` [PATCH for-next 3/3] RDMA/hns: Support SW stats with debugfs Junxian Huang
2023-11-15 14:26   ` Leon Romanovsky
2023-11-19 12:56 ` [PATCH for-next 0/3] " Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox