This patch series add necessary implements for supporting srq features to hip08 user space. Lijun Ou (6): libhns: Add verb of creating srq for hip08 user mode libhns: Add modify srq verb for hip08 user mode libhns: Add query srq verb for hip08 user mode libhns: Add destroy srq verbs for hip08 user mode libhns: Add the verb for posting srqwqe libhns: Update poll cq for supporting srq kernel-headers/rdma/hns-abi.h | 11 +++ providers/hns/hns_roce_u.c | 4 + providers/hns/hns_roce_u.h | 22 ++++- providers/hns/hns_roce_u_abi.h | 3 + providers/hns/hns_roce_u_hw_v2.c | 130 ++++++++++++++++++++++++++++ providers/hns/hns_roce_u_hw_v2.h | 2 + providers/hns/hns_roce_u_verbs.c | 181 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 351 insertions(+), 2 deletions(-) -- 2.8.1