From patchwork Mon Sep 17 11:45:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yixian Liu X-Patchwork-Id: 10602615 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E9B6F15E8 for ; Mon, 17 Sep 2018 11:45:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CDA0528FF3 for ; Mon, 17 Sep 2018 11:45:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C17982903B; Mon, 17 Sep 2018 11:45:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5B52D28FF3 for ; Mon, 17 Sep 2018 11:45:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728016AbeIQRMT (ORCPT ); Mon, 17 Sep 2018 13:12:19 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:53759 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727806AbeIQRMT (ORCPT ); Mon, 17 Sep 2018 13:12:19 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id E7B2A8AC5FB5; Mon, 17 Sep 2018 19:45:18 +0800 (CST) Received: from [127.0.0.1] (10.74.223.196) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.399.0; Mon, 17 Sep 2018 19:45:18 +0800 From: "Liuyixian (Eason)" Subject: [GIT PULL] Please pull libhns changes To: , , "linux-rdma@vger.kernel.org" Message-ID: <94ddc026-e3be-7ade-274d-ebc20fcd3e1e@huawei.com> Date: Mon, 17 Sep 2018 19:45:17 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Language: en-US X-Originating-IP: [10.74.223.196] X-CFilter-Loop: Reflected Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)