The eight patches in this patchset fix some bugs for hns. The first and second is test srq in hip08 device. the third and forth are found by running max_send_sge and cq depth are zero. The fifth and sixth patch are considered for security. The seventh patch adds some useful prints for debugging The last patch is found by testing nvme-rdma. Lijun Ou (4): RDMA/hns: Bugfix for posting multiple srq work request RDMA/hns: Bugfix for exception of creating srq RDMA/hns: Bugfix for mapping user db RDMA/hns: Configure capacity of hns device Yixian Liu (3): RDMA/hns: Fix the state of rereg mr RDMA/hns: Set allocated memory to zero for wrid RDMA/hns: Delete unuseful prints for aeq subtype event chenglang (1): RDMA/hns: Limit minimum ROCE CQ depth to 64 drivers/infiniband/hw/hns/hns_roce_device.h | 2 +- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 63 +++++------------------------ drivers/infiniband/hw/hns/hns_roce_main.c | 5 +++ drivers/infiniband/hw/hns/hns_roce_qp.c | 10 ++--- drivers/infiniband/hw/hns/hns_roce_srq.c | 5 ++- 5 files changed, 26 insertions(+), 59 deletions(-) -- 1.9.1