mbox series

[v2,rdma-core,0/3] libhns: Add mw support for hip08 in user space

Message ID 1538996263-18072-1-git-send-email-liuyixian@huawei.com (mailing list archive)
Headers show
Series libhns: Add mw support for hip08 in user space | expand

Message

Yixian Liu Oct. 8, 2018, 10:57 a.m. UTC
This patchset adds memory window (mw) support for hip08,
including mw alloc, dealloc and bind.
---
v1->v2:
1. revise according to Jason'comments, remove unsupported checking,
   and reture 0 when function ends with success.

Yixian Liu (3):
  libhns: Add alloc mw support for hip08
  libhns: Add dealloc mw support for hip08
  libhns: Add bind mw support for hip08

 providers/hns/hns_roce_u.c       |  3 ++
 providers/hns/hns_roce_u.h       |  5 +++
 providers/hns/hns_roce_u_hw_v2.c | 34 ++++++++++++++++++--
 providers/hns/hns_roce_u_hw_v2.h | 12 +++++++
 providers/hns/hns_roce_u_verbs.c | 68 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 120 insertions(+), 2 deletions(-)