All of lore.kernel.org
 help / color / mirror / Atom feed
From: Weihang Li <liweihang@huawei.com>
To: <dledford@redhat.com>, <jgg@nvidia.com>
Cc: <leon@kernel.org>, <linux-rdma@vger.kernel.org>, <linuxarm@huawei.com>
Subject: [PATCH v2 for-next 0/2] RDMA/hns: Support to select congestion control algorithm
Date: Thu, 25 Mar 2021 21:33:54 +0800	[thread overview]
Message-ID: <1616679236-7795-1-git-send-email-liweihang@huawei.com> (raw)

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


             reply	other threads:[~2021-03-25 13:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-25 13:33 Weihang Li [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1616679236-7795-1-git-send-email-liweihang@huawei.com \
    --to=liweihang@huawei.com \
    --cc=dledford@redhat.com \
    --cc=jgg@nvidia.com \
    --cc=leon@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linuxarm@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.