mbox series

[for-next,0/3] RDMA/hns: Preparing for next generation of hip08

Message ID 1588674607-25337-1-git-send-email-liweihang@huawei.com (mailing list archive)
Headers show
Series RDMA/hns: Preparing for next generation of hip08 | expand

Message

Weihang Li May 5, 2020, 10:30 a.m. UTC
Patch #1 add a macro HIP08_C for this new pci device, #2 and #3 adjust
codes about flags.

Lang Cheng (1):
  RDMA/hns: Combine enable flags of qp

Weihang Li (2):
  RDMA/hns: Add a macro for next generation of hip08
  RDMA/hns: Extend capability flags for HIP08_C

 drivers/infiniband/hw/hns/hns_roce_device.h | 12 +++++++-----
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  |  5 ++++-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |  2 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c     | 22 +++++++++++-----------
 4 files changed, 23 insertions(+), 18 deletions(-)

Comments

Jason Gunthorpe May 13, 2020, 12:27 a.m. UTC | #1
On Tue, May 05, 2020 at 06:30:04PM +0800, Weihang Li wrote:
> Patch #1 add a macro HIP08_C for this new pci device, #2 and #3 adjust
> codes about flags.
> 
> Lang Cheng (1):
>   RDMA/hns: Combine enable flags of qp
> 
> Weihang Li (2):
>   RDMA/hns: Extend capability flags for HIP08_C

These two applied to for-next

>   RDMA/hns: Add a macro for next generation of hip08

This is just dead code, send it as part of something that uses it.

Thanks,
Jason
Weihang Li May 13, 2020, 6:47 a.m. UTC | #2
On 2020/5/13 8:27, Jason Gunthorpe wrote:
> On Tue, May 05, 2020 at 06:30:04PM +0800, Weihang Li wrote:
>> Patch #1 add a macro HIP08_C for this new pci device, #2 and #3 adjust
>> codes about flags.
>>
>> Lang Cheng (1):
>>   RDMA/hns: Combine enable flags of qp
>>
>> Weihang Li (2):
>>   RDMA/hns: Extend capability flags for HIP08_C
> 
> These two applied to for-next
> 
>>   RDMA/hns: Add a macro for next generation of hip08
> 
> This is just dead code, send it as part of something that uses it.
> > Thanks,
> Jason
> 

I see, thank you.

Weihang