mbox series

[for-next,0/5] RDMA/hns: Refactor and reorganization

Message ID 1615972183-42510-1-git-send-email-liweihang@huawei.com (mailing list archive)
Headers show
Series RDMA/hns: Refactor and reorganization | expand

Message

Weihang Li March 17, 2021, 9:09 a.m. UTC
Refactor the process of polling CQ and several control paths in the hns
driver.

Weihang Li (1):
  RDMA/hns: Refactor hns_roce_v2_poll_one()

Xi Wang (3):
  RDMA/hns: Refactor reset state checking flow
  RDMA/hns: Reorganize process of setting HEM
  RDMA/hns: Simplify command fields for HEM base address configuration

Yixing Liu (1):
  RDMA/hns: Reorganize hns_roce_create_cq()

 drivers/infiniband/hw/hns/hns_roce_cmd.c    |  35 +-
 drivers/infiniband/hw/hns/hns_roce_cq.c     |  87 ++-
 drivers/infiniband/hw/hns/hns_roce_device.h |  11 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |   2 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 971 +++++++++++++++-------------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  | 116 ++--
 6 files changed, 626 insertions(+), 596 deletions(-)

Comments

Jason Gunthorpe March 26, 2021, 2:47 p.m. UTC | #1
On Wed, Mar 17, 2021 at 05:09:38PM +0800, Weihang Li wrote:
> Refactor the process of polling CQ and several control paths in the hns
> driver.
> 
> Weihang Li (1):
>   RDMA/hns: Refactor hns_roce_v2_poll_one()
> 
> Xi Wang (3):
>   RDMA/hns: Refactor reset state checking flow
>   RDMA/hns: Reorganize process of setting HEM
>   RDMA/hns: Simplify command fields for HEM base address configuration
> 
> Yixing Liu (1):
>   RDMA/hns: Reorganize hns_roce_create_cq()

This series doesn't apply, please resend it

Jason
Weihang Li March 27, 2021, 1:40 a.m. UTC | #2
On 2021/3/26 22:47, Jason Gunthorpe wrote:
> On Wed, Mar 17, 2021 at 05:09:38PM +0800, Weihang Li wrote:
>> Refactor the process of polling CQ and several control paths in the hns
>> driver.
>>
>> Weihang Li (1):
>>   RDMA/hns: Refactor hns_roce_v2_poll_one()
>>
>> Xi Wang (3):
>>   RDMA/hns: Refactor reset state checking flow
>>   RDMA/hns: Reorganize process of setting HEM
>>   RDMA/hns: Simplify command fields for HEM base address configuration
>>
>> Yixing Liu (1):
>>   RDMA/hns: Reorganize hns_roce_create_cq()
> 
> This series doesn't apply, please resend it
> 
> Jason
> 

Sorry for that, I will do a rebase.

Thank you
Weihang