mbox series

[v4,rdma-core,0/4] Support UD on hip08

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

Message

Weihang Li Sept. 29, 2019, 8:29 a.m. UTC
PR: https://github.com/linux-rdma/rdma-core/pull/587

Changelog:
v3->v4: Remove codes rely on kernel-headers changes, these codes are used
	to get vlan and mac information from kernel, which is still under
	consideration.
v2->v3: Remove patch "libhns: Support configuring loopback mode by user"
	from this patchset, it needs to be further considered.
v1->v2: Fix comments from Leon Romanovsky and do some fixes in patch(3/4).

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

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

 providers/hns/hns_roce_u.c       |   2 +
 providers/hns/hns_roce_u.h       |  40 +++
 providers/hns/hns_roce_u_hw_v1.c |  27 +-
 providers/hns/hns_roce_u_hw_v2.c | 575 +++++++++++++++++++++------------------
 providers/hns/hns_roce_u_hw_v2.h |  91 +++++++
 providers/hns/hns_roce_u_verbs.c |  47 ++++
 6 files changed, 497 insertions(+), 285 deletions(-)