From patchwork Wed Jul 25 09:03:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijun Ou X-Patchwork-Id: 10543725 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 5A4F8180E for ; Wed, 25 Jul 2018 09:04:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 44E6620881 for ; Wed, 25 Jul 2018 09:04:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 396F129BAB; Wed, 25 Jul 2018 09:04:53 +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 DB5EB20881 for ; Wed, 25 Jul 2018 09:04:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728614AbeGYKPf (ORCPT ); Wed, 25 Jul 2018 06:15:35 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:10121 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728567AbeGYKPf (ORCPT ); Wed, 25 Jul 2018 06:15:35 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id E1F49462356; Wed, 25 Jul 2018 17:04:47 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.382.0; Wed, 25 Jul 2018 17:04:48 +0800 From: Lijun Ou To: , , CC: Subject: [PATCH rdma-core 0/2] Two updates for libhns Date: Wed, 25 Jul 2018 17:03:27 +0800 Message-ID: <1532509409-183771-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 1.9.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 a verbs of modifying cq for libhns as well as fix an immediate data problem. Lijun Ou (2): libhns: Update the data type of immediate data libhns: Modify cq support for libhns providers/hns/hns_roce_u.c | 1 + providers/hns/hns_roce_u.h | 1 + providers/hns/hns_roce_u_hw_v2.c | 6 +++--- providers/hns/hns_roce_u_hw_v2.h | 4 ++-- providers/hns/hns_roce_u_verbs.c | 7 +++++++ 5 files changed, 14 insertions(+), 5 deletions(-)