mbox series

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

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

Message

Yixian Liu Sept. 6, 2018, 8:49 a.m. UTC
This patchset adds memory window (mw) support for hip08,
including mw alloc, dealloc and bind.

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 | 38 ++++++++++++++++++++++++--
 providers/hns/hns_roce_u_hw_v2.h | 12 +++++++++
 providers/hns/hns_roce_u_verbs.c | 58 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 114 insertions(+), 2 deletions(-)

Comments

Jason Gunthorpe Sept. 6, 2018, 6:39 p.m. UTC | #1
On Thu, Sep 06, 2018 at 04:49:55PM +0800, Yixian Liu wrote:
> This patchset adds memory window (mw) support for hip08,
> including mw alloc, dealloc and bind.

This needs to go as a github pr so we can see the CI results..

Jason