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(-) -- 2.7.4