mbox series

[for-next,0/3] RDMA/hns: Fix some errors in the congestion control algorithm

Message ID 1629884592-23424-1-git-send-email-liangwenpeng@huawei.com (mailing list archive)
Headers show
Series RDMA/hns: Fix some errors in the congestion control algorithm | expand

Message

Wenpeng Liang Aug. 25, 2021, 9:43 a.m. UTC
Fix three dip_idx related errors.

Junxian Huang (3):
  RDMA/hns: Bugfix for data type of dip_idx
  RDMA/hns: Bugfix for the missing assignment for dip_idx
  RDMA/hns: Bugfix for incorrect association between dip_idx and dgid

 drivers/infiniband/hw/hns/hns_roce_device.h |  9 ++++++++-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 13 +++++++++++--
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |  2 +-
 drivers/infiniband/hw/hns/hns_roce_main.c   |  8 ++++++--
 drivers/infiniband/hw/hns/hns_roce_qp.c     | 10 +++++++++-
 5 files changed, 35 insertions(+), 7 deletions(-)

--
2.8.1

Comments

Jason Gunthorpe Aug. 25, 2021, 5:50 p.m. UTC | #1
On Wed, Aug 25, 2021 at 05:43:09PM +0800, Wenpeng Liang wrote:
> Fix three dip_idx related errors.
> 
> Junxian Huang (3):
>   RDMA/hns: Bugfix for data type of dip_idx
>   RDMA/hns: Bugfix for the missing assignment for dip_idx
>   RDMA/hns: Bugfix for incorrect association between dip_idx and dgid

Applied to for-next

Please do not put a blank line after Fixes:, it needs to be part of
the trailer block to parse properly. I fixed it

Thanks,
Jason
Wenpeng Liang Aug. 26, 2021, 11:41 a.m. UTC | #2
On 2021/8/26 1:50, Jason Gunthorpe wrote:
> On Wed, Aug 25, 2021 at 05:43:09PM +0800, Wenpeng Liang wrote:
>> Fix three dip_idx related errors.
>>
>> Junxian Huang (3):
>>   RDMA/hns: Bugfix for data type of dip_idx
>>   RDMA/hns: Bugfix for the missing assignment for dip_idx
>>   RDMA/hns: Bugfix for incorrect association between dip_idx and dgid
> 
> Applied to for-next
> 
> Please do not put a blank line after Fixes:, it needs to be part of
> the trailer block to parse properly. I fixed it
> 
> Thanks,
> Jason
> .
> 

Sorry, I forgot to delete the blank line when submitting the commit,
I will pay more attention to it in the future.

Thanks,
Wenpeng