Hi, Jason and Leon Pull request for rdma-core. This patchset adds memory window (mw) support for hip08, including mw alloc, dealloc and bind. The following changes since commit d88854a1066be610f07f03315cb690a456118497: Merge pull request #376 from yishaih/mlx5_flow_actions (2018-09-16 15:09:08 +0300) are available in the git repository at: https://github.com/eason-liuyx/rdma-core.git tags/mw-for-Jason for you to fetch changes up to 2ed2151bf5062456b35e79813180ce049982bce7: libhns: Add bind mw support for hip08 (2018-09-17 17:25:40 +0800) ---------------------------------------------------------------- Add mw support for hip08 in user space - Add memory window (mw) allocation support - Add mw deallocation support - Add mw bind suport ---------------------------------------------------------------- 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 | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 127 insertions(+), 2 deletions(-)