mbox series

[v2,rdma-core,0/5] Support UD on hip08

Message ID 1569049393-10395-1-git-send-email-liweihang@hisilicon.com (mailing list archive)
Headers show
Series Support UD on hip08 | expand

Message

Weihang Li Sept. 21, 2019, 7:03 a.m. UTC
From: Weihang Li <liweihang@hisilicon.com>

This patchset enables hip08 to support Unreliable Datagram.

PR: https://github.com/linux-rdma/rdma-core/pull/575

Changelog:
v1->v2: Fix comments from Leon Romanovsky and do some fixes in patch(3/5).

Lijun Ou (2):
  libhns: Add support of handling AH for hip08
  libhns: Add UD support for hip08 in user mode

Weihang Li (1):
  libhns: Support configuring loopback mode by user

Yixian Liu (2):
  libhns: Bugfix for wqe idx calc of post verbs
  libhns: Refactor for post send

 kernel-headers/rdma/hns-abi.h    |   7 +
 providers/hns/hns_roce_u.c       |  17 ++
 providers/hns/hns_roce_u.h       |  42 +++
 providers/hns/hns_roce_u_abi.h   |   3 +-
 providers/hns/hns_roce_u_hw_v1.c |  27 +-
 providers/hns/hns_roce_u_hw_v2.c | 574 +++++++++++++++++++++------------------
 providers/hns/hns_roce_u_hw_v2.h |  91 +++++++
 providers/hns/hns_roce_u_verbs.c |  60 ++++
 8 files changed, 535 insertions(+), 286 deletions(-)