From patchwork Tue Mar 19 09:10:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 10859131 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 06C82139A for ; Tue, 19 Mar 2019 09:10:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DBC17294E6 for ; Tue, 19 Mar 2019 09:10:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D0550294FA; Tue, 19 Mar 2019 09:10:17 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 63C0E295AD for ; Tue, 19 Mar 2019 09:10:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726661AbfCSJKQ (ORCPT ); Tue, 19 Mar 2019 05:10:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:49636 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726647AbfCSJKQ (ORCPT ); Tue, 19 Mar 2019 05:10:16 -0400 Received: from localhost (unknown [77.138.135.184]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 14FEB20828; Tue, 19 Mar 2019 09:10:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552986615; bh=m3tpVmLzRa2RxWlWnAZiAu3UyzKN27iTqI3Ygworkz0=; h=From:To:Cc:Subject:Date:From; b=WhA/KzKgEu9vw8ruxmyYzWiUemnK5kwP6Gt9Y/ATL0EHY9HjeU+/w1nS1wOSReg0+ 4G4rPn1MwvsaEt49ZTh/CJIOfNlrqMTi5cw6GssWv/WyumePm7DHgZY4dyHUfHUiJA BlI2n34e3e6I+28YFGz3wXZKHHeKSfplMVBH0XtE= From: Leon Romanovsky To: Doug Ledford , Jason Gunthorpe Cc: Leon Romanovsky , RDMA mailing list , Wei Hu , oulijun Subject: [PATCH rdma-next 0/2] Fixes for HNS driver Date: Tue, 19 Mar 2019 11:10:07 +0200 Message-Id: <20190319091009.28740-1-leon@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 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 From: Leon Romanovsky Hi, Those two simple fixes for hns driver. Thanks Leon Romanovsky (2): RDMA/hns: Fix wrong alignment of port_pd variable RDMA/hns: Limit scope of hns_roce_cmq_send() drivers/infiniband/hw/hns/hns_roce_ah.c | 2 +- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- 2.20.1