From: Dennis Dalessandro <dennis.dalessandro@intel.com>
To: Lijun Ou <oulijun@huawei.com>, dledford@redhat.com, jgg@ziepe.ca
Cc: leon@kernel.org, linux-rdma@vger.kernel.org, linuxarm@huawei.com
Subject: Re: [PATCH for-next 00/13] Updates for 5.3-rc2
Date: Tue, 30 Jul 2019 08:33:22 -0400 [thread overview]
Message-ID: <648dafeb-1922-b1d0-a2da-dc2844a1b426@intel.com> (raw)
In-Reply-To: <1564477010-29804-1-git-send-email-oulijun@huawei.com>
On 7/30/2019 4:56 AM, Lijun Ou wrote:
> Here are some updates for hns driver based 5.3-rc2, mainly
> include some codes optimization and comments style modification.
>
> Lang Cheng (6):
> RDMA/hns: Clean up unnecessary initial assignment
> RDMA/hns: Update some comments style
> RDMA/hns: Handling the error return value of hem function
> RDMA/hns: Split bool statement and assign statement
> RDMA/hns: Refactor irq request code
> RDMA/hns: Remove unnecessary kzalloc
>
> Lijun Ou (2):
> RDMA/hns: Encapsulate some lines for setting sq size in user mode
> RDMA/hns: Optimize hns_roce_modify_qp function
>
> Weihang Li (2):
> RDMA/hns: Remove redundant print in hns_roce_v2_ceq_int()
> RDMA/hns: Disable alw_lcl_lpbk of SSU
>
> Yangyang Li (1):
> RDMA/hns: Refactor hns_roce_v2_set_hem for hip08
>
> Yixian Liu (2):
> RDMA/hns: Update the prompt message for creating and destroy qp
> RDMA/hns: Remove unnessary init for cmq reg
>
> drivers/infiniband/hw/hns/hns_roce_device.h | 65 +++++----
> drivers/infiniband/hw/hns/hns_roce_hem.c | 15 +-
> drivers/infiniband/hw/hns/hns_roce_hem.h | 6 +-
> drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 210 ++++++++++++++--------------
> drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 2 -
> drivers/infiniband/hw/hns/hns_roce_mr.c | 1 -
> drivers/infiniband/hw/hns/hns_roce_qp.c | 150 +++++++++++++-------
> 7 files changed, 244 insertions(+), 205 deletions(-)
>
A lot of this doesn't seem appropriate for an -rc does it?
-Denny
next prev parent reply other threads:[~2019-07-30 12:33 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-30 8:56 [PATCH for-next 00/13] Updates for 5.3-rc2 Lijun Ou
2019-07-30 8:56 ` [PATCH for-next 01/13] RDMA/hns: Encapsulate some lines for setting sq size in user mode Lijun Ou
2019-07-30 11:16 ` Gal Pressman
2019-07-30 12:17 ` Jason Gunthorpe
2019-07-30 13:37 ` oulijun
2019-07-30 8:56 ` [PATCH for-next 02/13] RDMA/hns: Optimize hns_roce_modify_qp function Lijun Ou
2019-07-30 11:19 ` Gal Pressman
2019-07-30 13:39 ` oulijun
2019-07-30 8:56 ` [PATCH for-next 03/13] RDMA/hns: Update the prompt message for creating and destroy qp Lijun Ou
2019-07-30 8:56 ` [PATCH for-next 04/13] RDMA/hns: Remove unnessary init for cmq reg Lijun Ou
2019-07-30 8:56 ` [PATCH for-next 05/13] RDMA/hns: Clean up unnecessary initial assignment Lijun Ou
2019-07-30 8:56 ` [PATCH for-next 06/13] RDMA/hns: Update some comments style Lijun Ou
2019-07-30 8:56 ` [PATCH for-next 07/13] RDMA/hns: Handling the error return value of hem function Lijun Ou
2019-07-30 8:56 ` [PATCH for-next 08/13] RDMA/hns: Split bool statement and assign statement Lijun Ou
2019-07-30 8:56 ` [PATCH for-next 09/13] RDMA/hns: Refactor irq request code Lijun Ou
2019-07-30 8:56 ` [PATCH for-next 10/13] RDMA/hns: Remove unnecessary kzalloc Lijun Ou
2019-07-30 13:40 ` Leon Romanovsky
2019-07-31 2:43 ` oulijun
2019-07-31 7:49 ` Leon Romanovsky
[not found] ` <fab1c105-b367-7ca7-fa2f-b46808ae1b24@huawei.com>
2019-07-31 9:59 ` Leon Romanovsky
2019-07-31 13:02 ` Jason Gunthorpe
2019-07-30 8:56 ` [PATCH for-next 11/13] RDMA/hns: Refactor hns_roce_v2_set_hem for hip08 Lijun Ou
2019-07-30 8:56 ` [PATCH for-next 12/13] RDMA/hns: Remove redundant print in hns_roce_v2_ceq_int() Lijun Ou
2019-07-30 8:56 ` [PATCH for-next 13/13] RDMA/hns: Disable alw_lcl_lpbk of SSU Lijun Ou
2019-07-30 12:33 ` Dennis Dalessandro [this message]
2019-07-30 13:41 ` [PATCH for-next 00/13] Updates for 5.3-rc2 oulijun
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=648dafeb-1922-b1d0-a2da-dc2844a1b426@intel.com \
--to=dennis.dalessandro@intel.com \
--cc=dledford@redhat.com \
--cc=jgg@ziepe.ca \
--cc=leon@kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=oulijun@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).