mbox series

[V2,jgg-for-next,00/11] Some misc fixes for hns

Message ID 1538298038-49656-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers show
Series Some misc fixes for hns | expand

Message

Lijun Ou Sept. 30, 2018, 9 a.m. UTC
This patch series includes bug fixes and a small
feature for hns.

Change from V1:
1. resolve the conflict and rebase.

Lijun Ou (11):
  RDMA/hns: Bugfix for reserved qp number
  RDMA/hns: Submit bad wr when post send wr exception
  RDMA/hns: Bugfix for CM test
  RDMA/hns: Limit the size of extend sge of sq
  RDMA/hns: Configure ecn field of ip header
  RDMA/hns: Update some attributes of the RoCE device
  RDMA/hns: Limit extend sq sge num
  RDMA/hns: Update some fields of qp context
  RDMA/hns: Support local invalidate for hip08 in kernel space
  RDMA/hns: Add vlan enable bit for hip08
  RDMA/hns: Bugfix for atomic operation

 drivers/infiniband/hw/hns/hns_roce_device.h |   3 +
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 163 ++++++++++++++++++----------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |  52 +++++----
 drivers/infiniband/hw/hns/hns_roce_main.c   |   1 +
 drivers/infiniband/hw/hns/hns_roce_qp.c     |  37 ++++++-
 5 files changed, 171 insertions(+), 85 deletions(-)

Comments

Jason Gunthorpe Oct. 3, 2018, 10:32 p.m. UTC | #1
On Sun, Sep 30, 2018 at 05:00:27PM +0800, Lijun Ou wrote:
> This patch series includes bug fixes and a small
> feature for hns.
> 
> Change from V1:
> 1. resolve the conflict and rebase.
> 
> Lijun Ou (11):
>   RDMA/hns: Bugfix for reserved qp number
>   RDMA/hns: Submit bad wr when post send wr exception
>   RDMA/hns: Bugfix for CM test
>   RDMA/hns: Limit the size of extend sge of sq
>   RDMA/hns: Configure ecn field of ip header
>   RDMA/hns: Update some attributes of the RoCE device
>   RDMA/hns: Limit extend sq sge num
>   RDMA/hns: Update some fields of qp context
>   RDMA/hns: Support local invalidate for hip08 in kernel space
>   RDMA/hns: Add vlan enable bit for hip08
>   RDMA/hns: Bugfix for atomic operation

Applied to for-next

Thanks,
Jason