mbox series

[for-next,0/2] Add mw support for hip08 in kernel space

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

Message

Yixian Liu Sept. 6, 2018, 8:49 a.m. UTC
This patch set adds memory window (mw) support for hip08
in kernel space, including mw alloc and dealloc.

Yixian Liu (2):
  RDMA/hns: Add alloc mw support for hip08
  RDMA/hns: Add dealloc mw support for hip08

 drivers/infiniband/hw/hns/hns_roce_device.h |  22 +++++
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  |  48 +++++++++++
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |  10 +++
 drivers/infiniband/hw/hns/hns_roce_main.c   |   9 ++
 drivers/infiniband/hw/hns/hns_roce_mr.c     | 127 ++++++++++++++++++++++++++++
 5 files changed, 216 insertions(+)