Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH v2 for-next 0/3] RDMA/hns: Support congestion control algorithm parameter configuration by debugfs
@ 2026-05-07  1:21 Junxian Huang
  2026-05-07  1:21 ` [PATCH v2 for-next 1/3] RDMA/hns: Initialize seqfile before creating file Junxian Huang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Junxian Huang @ 2026-05-07  1:21 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, linuxarm, huangjunxian6, tangchengchang

This series adds support for congestion control algorithm parameter
configuration by debugfs.

v2:
* Inline init_debugfs_seqfile()
* Remove delayed_work and related logic
* Add usage example to the commit log of patch 3
v1: https://lore.kernel.org/linux-rdma/20260206103110.3414311-1-huangjunxian6@hisilicon.com/

Chengchang Tang (1):
  RDMA/hns: Support congestion control algorithm parameter configuration

Junxian Huang (2):
  RDMA/hns: Initialize seqfile before creating file
  RDMA/hns: Add write support to debugfs

 drivers/infiniband/hw/hns/hns_roce_debugfs.c | 288 ++++++++++++++++++-
 drivers/infiniband/hw/hns/hns_roce_debugfs.h |  26 ++
 drivers/infiniband/hw/hns/hns_roce_device.h  |  21 ++
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c   |  54 ++++
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h   | 125 ++++++++
 5 files changed, 501 insertions(+), 13 deletions(-)

--
2.33.0


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

end of thread, other threads:[~2026-05-13 13:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-07  1:21 [PATCH v2 for-next 0/3] RDMA/hns: Support congestion control algorithm parameter configuration by debugfs Junxian Huang
2026-05-07  1:21 ` [PATCH v2 for-next 1/3] RDMA/hns: Initialize seqfile before creating file Junxian Huang
2026-05-07  1:21 ` [PATCH v2 for-next 2/3] RDMA/hns: Add write support to debugfs Junxian Huang
2026-05-07  1:21 ` [PATCH v2 for-next 3/3] RDMA/hns: Support congestion control algorithm parameter configuration Junxian Huang
2026-05-13 13:51 ` [PATCH v2 for-next 0/3] RDMA/hns: Support congestion control algorithm parameter configuration by debugfs Leon Romanovsky

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