From patchwork Sat Oct 27 10:56:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijun Ou X-Patchwork-Id: 10658333 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 EE92A15A7 for ; Sat, 27 Oct 2018 10:54:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E50A62B1A1 for ; Sat, 27 Oct 2018 10:54:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D7C1E2B562; Sat, 27 Oct 2018 10:54:42 +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 713392B1A1 for ; Sat, 27 Oct 2018 10:54:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728472AbeJ0TfO (ORCPT ); Sat, 27 Oct 2018 15:35:14 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:14127 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728386AbeJ0TfO (ORCPT ); Sat, 27 Oct 2018 15:35:14 -0400 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 268811DCBE554; Sat, 27 Oct 2018 18:54:38 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.408.0; Sat, 27 Oct 2018 18:54:38 +0800 From: Lijun Ou To: , CC: , Subject: [PATCH rdma-core 0/6] SRQ support for hip08 user space Date: Sat, 27 Oct 2018 18:56:31 +0800 Message-ID: <1540637797-97065-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 X-Originating-IP: [10.67.212.75] 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 This patch series add necessary implements for supporting srq features to hip08 user space. Lijun Ou (6): libhns: Add verb of creating srq for hip08 user mode libhns: Add modify srq verb for hip08 user mode libhns: Add query srq verb for hip08 user mode libhns: Add destroy srq verbs for hip08 user mode libhns: Add the verb for posting srqwqe libhns: Update poll cq for supporting srq kernel-headers/rdma/hns-abi.h | 11 +++ providers/hns/hns_roce_u.c | 4 + providers/hns/hns_roce_u.h | 22 ++++- providers/hns/hns_roce_u_abi.h | 3 + providers/hns/hns_roce_u_hw_v2.c | 130 ++++++++++++++++++++++++++++ providers/hns/hns_roce_u_hw_v2.h | 2 + providers/hns/hns_roce_u_verbs.c | 181 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 351 insertions(+), 2 deletions(-)