From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDDFBCA9EAF for ; Thu, 24 Oct 2019 09:25:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 980C3205F4 for ; Thu, 24 Oct 2019 09:25:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391314AbfJXJZh (ORCPT ); Thu, 24 Oct 2019 05:25:37 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:5150 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2389413AbfJXJZh (ORCPT ); Thu, 24 Oct 2019 05:25:37 -0400 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 40327DF5030E5258B795; Thu, 24 Oct 2019 17:25:36 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.439.0; Thu, 24 Oct 2019 17:25:25 +0800 From: Weihang Li To: , CC: , Subject: [PATCH for-rc 0/2] RDMA/hns: Fixes related to 64K page Date: Thu, 24 Oct 2019 17:21:55 +0800 Message-ID: <1571908917-16220-1-git-send-email-liweihang@hisilicon.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Currently, some configurations can only support 4K page in hip08, this series fixes them. Lijun Ou (1): RDMA/hns: Fix to support 64K page for srq Yangyang Li (1): RDMA/hns: Bugfix for qpc/cqc timer configuration drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 4 ++-- drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -- 2.8.1