From patchwork Sun Apr 7 05:23:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijun Ou X-Patchwork-Id: 10888329 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 663211575 for ; Sun, 7 Apr 2019 05:23:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4EDD028635 for ; Sun, 7 Apr 2019 05:23:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4333E287B6; Sun, 7 Apr 2019 05:23:36 +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 8328D28762 for ; Sun, 7 Apr 2019 05:23:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725929AbfDGFXb (ORCPT ); Sun, 7 Apr 2019 01:23:31 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:5691 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725988AbfDGFXb (ORCPT ); Sun, 7 Apr 2019 01:23:31 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id D79D08C45F61B6B63463; Sun, 7 Apr 2019 13:23:28 +0800 (CST) Received: from linux-ioko.site (10.71.200.31) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.408.0; Sun, 7 Apr 2019 13:23:21 +0800 From: Lijun Ou To: , CC: , , Subject: [PATCH for-next 0/3] Hip08 fixes Date: Sun, 7 Apr 2019 13:23:36 +0800 Message-ID: <1554614619-27024-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [10.71.200.31] 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 Here is three fixes for hip08 driver. The first patch updates the addressing of srq for supporting 1M specification. The second patch fixes a bug for srq. The last one is a bug in SCC. Lijun Ou (1): RDMA/hns:Fix bug that caused srq creation to fail Yangyang Li (1): RDMA/hns: Bugfix for SCC hem free chenglang (1): RDMA/hns:Support to create 1M srq queue drivers/infiniband/hw/hns/hns_roce_hem.c | 6 ++++-- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 2 +- drivers/infiniband/hw/hns/hns_roce_mr.c | 4 ++-- drivers/infiniband/hw/hns/hns_roce_qp.c | 3 --- 4 files changed, 7 insertions(+), 8 deletions(-)