From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751916AbdI1EaR (ORCPT ); Thu, 28 Sep 2017 00:30:17 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:7461 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751346AbdI1E3e (ORCPT ); Thu, 28 Sep 2017 00:29:34 -0400 From: "Wei Hu (Xavier)" To: CC: , , , , , , , , , , , Subject: [PATCH for-next 0/9] Bug fixes & Code improvements in hip06 and hip08 RoCE driver Date: Thu, 28 Sep 2017 12:57:25 +0800 Message-ID: <1506574654-56699-1-git-send-email-xavier.huwei@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.71.200.31] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090204.59CC7AAB.00F1,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 7882b8483575bad534f52d1ef7f1789f Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch-set introduces some bug fixes and code improvements for hip06 and hip08 RoCE driver. It includes a patch for fixing the assign algorithm of qp_attr->max_rd_atomic and qp_attr->max_dest_rd_atomic, three patches for static check errors, one for setting attr mask, one for returning RoCE device ah_attr type when querying qp, one for the abi structure between libhns and hns_roce drvier, one for unregistering inet addr, and the last one for command queue delay processing in hip08 driver. Lijun Ou (8): RDMA/hns: Modify the value with rd&dest_rd of qp_attr RDMA/hns: Factor out the code for checking sdb status into a new function RDMA/hns: Add return statement when kzalloc return NULL in hns_roce_v1_recreate_lp_qp RDMA/hns: Set mask for destination qp field of qp context assignment RDMA/hns: Set rdma_ah_attr type for querying qp RDMA/hns: Remove unnecessarily calling unregister_inetaddr_notifier function RDMA/hns: Remove unused struct members in hns-abi.h RDMA/hns: Replace usleep_range with udelay when checking command status Wei Hu (Xavier) (1): RDMA/hns: Add return statement when checking error in hns_roce_v1_mr_free_work_fn drivers/infiniband/hw/hns/hns_roce_device.h | 1 - drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 117 ++++++++++++++++------------ drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 3 +- drivers/infiniband/hw/hns/hns_roce_main.c | 1 - include/uapi/rdma/hns-abi.h | 2 - 5 files changed, 69 insertions(+), 55 deletions(-) -- 1.9.1