From patchwork Wed Dec 12 09:49:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijun Ou X-Patchwork-Id: 10725739 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 9D8CB18A7 for ; Wed, 12 Dec 2018 09:13:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8D1E22A6ED for ; Wed, 12 Dec 2018 09:13:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 80F9C2A719; Wed, 12 Dec 2018 09:13:10 +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 3B5EF2A6ED for ; Wed, 12 Dec 2018 09:13:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726815AbeLLJNJ (ORCPT ); Wed, 12 Dec 2018 04:13:09 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:16118 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726719AbeLLJNG (ORCPT ); Wed, 12 Dec 2018 04:13:06 -0500 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id BFD8562B111BB; Wed, 12 Dec 2018 17:13:03 +0800 (CST) Received: from linux-ioko.site (10.71.200.31) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.408.0; Wed, 12 Dec 2018 17:12:54 +0800 From: Lijun Ou To: , CC: , , Subject: [PATCH for-next 0/6] Some bugfixes for hns Date: Wed, 12 Dec 2018 17:49:04 +0800 Message-ID: <1544608150-88631-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 patch seies will fix some bugs according to the hardware limit. Lijun Ou (6): RDMA/hns: Assign rq head pointer when enable rq record db RDMA/hns: Fix the bug with updating rq head pointer when flush cqe RDMA/hns: Bugfix for the scene without receiver queue RDMA/hns: Add constraint on the setting of local ACK timeout RDMA/hns: Modify the pbl ba page size for hip08 RDMA/hns: Remove the unused variable in hns_roce_v2_modify_qp function drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 28 ++++++++++++++++++---------- drivers/infiniband/hw/hns/hns_roce_qp.c | 19 ++++++++++--------- 2 files changed, 28 insertions(+), 19 deletions(-)