All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 for-next 0/2] RDMA/hns: Support to select congestion control algorithm
@ 2021-03-25 13:33 Weihang Li
  2021-03-25 13:33 ` [PATCH v2 for-next 1/2] RDMA/hns: Support query information of functions from FW Weihang Li
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Weihang Li @ 2021-03-25 13:33 UTC (permalink / raw)
  To: dledford, jgg; +Cc: leon, linux-rdma, linuxarm

The configuration of congestion control algorithm is recorded in the
firmware, the driver queries it and then sets it to the hardware.

Changes since v1:
- Use union to parse information got from firmware instead of force
  casting.
- https://patchwork.kernel.org/project/linux-rdma/cover/1615542507-40018-1-git-send-email-liweihang@huawei.com/

Wei Xu (1):
  RDMA/hns: Support query information of functions from FW

Yangyang Li (1):
  RDMA/hns: Support congestion control type selection according to the
    FW

 drivers/infiniband/hw/hns/hns_roce_device.h |  11 ++
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 190 ++++++++++++++++++++++++++++
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |  38 +++++-
 drivers/infiniband/hw/hns/hns_roce_main.c   |   2 +
 4 files changed, 237 insertions(+), 4 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2021-04-01 18:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 13:33 [PATCH v2 for-next 0/2] RDMA/hns: Support to select congestion control algorithm Weihang Li
2021-03-25 13:33 ` [PATCH v2 for-next 1/2] RDMA/hns: Support query information of functions from FW Weihang Li
2021-03-25 13:33 ` [PATCH v2 for-next 2/2] RDMA/hns: Support congestion control type selection according to the FW Weihang Li
2021-04-01 18:27 ` [PATCH v2 for-next 0/2] RDMA/hns: Support to select congestion control algorithm Jason Gunthorpe

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.