From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753001AbcFOBf2 (ORCPT ); Tue, 14 Jun 2016 21:35:28 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:60594 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752741AbcFOBf0 (ORCPT ); Tue, 14 Jun 2016 21:35:26 -0400 Subject: Re: [PATCH v9 05/22] IB/hns: Add initial profile resource To: References: <1464795484-77395-1-git-send-email-oulijun@huawei.com> <1464795484-77395-6-git-send-email-oulijun@huawei.com> <20160609070136.GQ3663@leon.nu> CC: , , , , , , , , , , , , , , , , , From: oulijun Message-ID: <5760B096.7050609@huawei.com> Date: Wed, 15 Jun 2016 09:34:14 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160609070136.GQ3663@leon.nu> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.61.25.147] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.5760B0B9.00C6,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 00f408207ce2c1eeaf4f83f3e4ce1fb9 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 2016/6/9 15:01, Leon Romanovsky wrote: > On Wed, Jun 01, 2016 at 11:37:47PM +0800, Lijun Ou wrote: >> This patch mainly configured some profile resoure. For example, >> vendor_id, hardware version, and some data structure sizes so on. >> >> Signed-off-by: Wei Hu >> Signed-off-by: Nenglong Zhao >> Signed-off-by: Lijun Ou >> --- > > <...> > >> +#define HNS_ROCE_V1_NUM_COMP_EQE 0x8000 >> +#define HNS_ROCE_V1_NUM_ASYNC_EQE 0x400 > > Something wrong with indentation. > I have checked it in my local code and will send a new patch at soon. thanks Lijun Ou