public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: liweihang <liweihang@huawei.com>
To: Leon Romanovsky <leon@kernel.org>
Cc: "dledford@redhat.com" <dledford@redhat.com>,
	"jgg@nvidia.com" <jgg@nvidia.com>,
	"linux-rdma@vger.kernel.org" <linux-rdma@vger.kernel.org>,
	"linuxarm@openeuler.org" <linuxarm@openeuler.org>
Subject: Re: [PATCH for-next] RDMA/hns: Add support for XRC on HIP09
Date: Thu, 4 Mar 2021 01:30:33 +0000	[thread overview]
Message-ID: <52e3f774ee8f4a6e973aad39f2fe0f41@huawei.com> (raw)
In-Reply-To: YD+D4zjc1GzHL0bb@unreal

On 2021/3/3 20:41, Leon Romanovsky wrote:
> On Tue, Mar 02, 2021 at 08:48:18PM +0800, Weihang Li wrote:
>> From: Wenpeng Liang <liangwenpeng@huawei.com>
>>
>> The HIP09 supports XRC transport service, it greatly saves the number of
>> QPs required to connect all processes in a large cluster.
>>
>> Signed-off-by: Wenpeng Liang <liangwenpeng@huawei.com>
>> Signed-off-by: Weihang Li <liweihang@huawei.com>
>> ---
>>  drivers/infiniband/hw/hns/hns_roce_alloc.c  |   3 +
>>  drivers/infiniband/hw/hns/hns_roce_device.h |  25 +++++
>>  drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 147 +++++++++++++++++++---------
>>  drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |   2 +
>>  drivers/infiniband/hw/hns/hns_roce_main.c   |  32 +++++-
>>  drivers/infiniband/hw/hns/hns_roce_pd.c     |  51 ++++++++++
>>  drivers/infiniband/hw/hns/hns_roce_qp.c     |  63 ++++++++----
>>  drivers/infiniband/hw/hns/hns_roce_srq.c    |   3 +
>>  include/uapi/rdma/hns-abi.h                 |   2 +
>>  9 files changed, 258 insertions(+), 70 deletions(-)
> 
> <...>
> 
>> +	u32			xrcdn;
> 
> <...>
> 
>> +	unsigned long		xrcdn;
> 
> Can you use the same type (u32) in all structs, please?
> 
> Thanks
> 

Thank you, I will fix it.

Weihang

      reply	other threads:[~2021-03-04  1:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-02 12:48 [PATCH for-next] RDMA/hns: Add support for XRC on HIP09 Weihang Li
2021-03-03 12:41 ` Leon Romanovsky
2021-03-04  1:30   ` liweihang [this message]

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=52e3f774ee8f4a6e973aad39f2fe0f41@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@openeuler.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox