mbox series

[for-next,0/9] Hns updates

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

Message

Lijun Ou Feb. 22, 2019, 4:20 a.m. UTC
This series fix some places that don't match the IB protocol as well
as optimize some codes.

Lijun Ou (9):
  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: Prevent the gid overflow
  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 +-
 drivers/infiniband/hw/hns/hns_roce_main.c  |   6 +-
 3 files changed, 160 insertions(+), 136 deletions(-)