mbox series

[rdma-core,0/6] SRQ support for hip08 user space

Message ID 1540637797-97065-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers show
Series SRQ support for hip08 user space | expand

Message

Lijun Ou Oct. 27, 2018, 10:56 a.m. UTC
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(-)