This patch series add userspace library for hip08 RoCE driver. It will work with the kernel driver of hip08 RoCE(hns-roce-hw-v2.ko). Lijun Ou (5): libhns: Add new PCI device matching for hip08 libhns: Introduce QP operations refered to hip08 RoCE device libhns: Introduce CQ operations refered to hip08 device libhns: Reimplement verbs of post_send and post_recv for hip08 RoCE libhns: Update consolidate repo for userspace library of hip08 RoCE providers/hns/CMakeLists.txt | 1 + providers/hns/hns_roce_u.c | 12 +- providers/hns/hns_roce_u.h | 13 +- providers/hns/hns_roce_u_hw_v2.c | 916 +++++++++++++++++++++++++++++++++++++++ providers/hns/hns_roce_u_hw_v2.h | 261 +++++++++++ providers/hns/hns_roce_u_verbs.c | 121 ++++-- 6 files changed, 1289 insertions(+), 35 deletions(-) create mode 100644 providers/hns/hns_roce_u_hw_v2.c create mode 100644 providers/hns/hns_roce_u_hw_v2.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html