mbox series

[V2,for-next,0/8] Hns updates

Message ID 1550923288-31997-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers show
Series Hns updates | expand

Message

Lijun Ou Feb. 23, 2019, 12:01 p.m. UTC
This series fix some places that don't match the IB protocol as well
as optimize some codes.

Change from V1:
1. Drop the unnecessary patch("[PATCH for-next 7/9] RDMA/hns: Prevent the gid overflow")

Lijun Ou (8):
  RDMA/hns: Only assign the relatived fields of psn if IB_QP_SQ_PSN is
    set
  RDMA/hns: only assign the fields of rq' psn if IB_QP_RQ_PSN is set
  RDMA/hns: Update the range of raq_psn field of qp context
  RDMA/hns: Only assgin some fields if the relatived attr_mask is set
  RDMA/hns: Hide error print information with roce vf device
  RDMA/hns: Bugfix for sending with invalidate
  RDMA/hns: Remove the warning by checkpatch.pl
  RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp function

 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 286 +++++++++++++++--------------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h |   4 +-
 2 files changed, 155 insertions(+), 135 deletions(-)

Comments

Jason Gunthorpe March 26, 2019, 12:12 a.m. UTC | #1
On Sat, Feb 23, 2019 at 08:01:20PM +0800, Lijun Ou wrote:
> This series fix some places that don't match the IB protocol as well
> as optimize some codes.
> 
> Change from V1:
> 1. Drop the unnecessary patch("[PATCH for-next 7/9] RDMA/hns: Prevent the gid overflow")
> 
> Lijun Ou (8):
>   RDMA/hns: Only assign the relatived fields of psn if IB_QP_SQ_PSN is
>     set
>   RDMA/hns: only assign the fields of rq' psn if IB_QP_RQ_PSN is set
>   RDMA/hns: Update the range of raq_psn field of qp context
>   RDMA/hns: Only assgin some fields if the relatived attr_mask is set
>   RDMA/hns: Hide error print information with roce vf device
>   RDMA/hns: Bugfix for sending with invalidate
>   RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp function

Applied to for-next thanks

>   RDMA/hns: Remove the warning by checkpatch.pl

No patches just churning whitespace place

Jason