From patchwork Sat Feb 16 12:10:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijun Ou X-Patchwork-Id: 10816169 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 74EC813B5 for ; Sat, 16 Feb 2019 11:28:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6593E28BB3 for ; Sat, 16 Feb 2019 11:28:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5A24B2CE0D; Sat, 16 Feb 2019 11:28:08 +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 F189928BB3 for ; Sat, 16 Feb 2019 11:28:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726272AbfBPL2H (ORCPT ); Sat, 16 Feb 2019 06:28:07 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:50834 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725294AbfBPL2H (ORCPT ); Sat, 16 Feb 2019 06:28:07 -0500 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id BDBCE360E861B0AA2CEF; Sat, 16 Feb 2019 19:28:01 +0800 (CST) Received: from linux-ioko.site (10.71.200.31) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.408.0; Sat, 16 Feb 2019 19:27:54 +0800 From: Lijun Ou To: , CC: , , Subject: [PATCH for-next 0/2] Hip08 fixes Date: Sat, 16 Feb 2019 20:10:23 +0800 Message-ID: <1550319025-83759-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 This series fixes a bug with rmmoding hip08 driver as well as updates some specifications for hardware data structures. Lijun Ou (1): RDMA/hns: Modify qp&cq&pd specification according to UM Yangyang Li (1): RDMA/hns: Bugfix for set hem of SCC drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 3 +++ drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-)