Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1361086 > unrolled thread
| Started by | oulijun <oulijun@huawei.com> |
|---|---|
| First post | 2016-03-19 12:20 +0100 |
| Last post | 2016-03-19 12:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/3] infiniband: IB/hns: add Hisilicon RoCE support oulijun <oulijun@huawei.com> - 2016-03-19 12:20 +0100
| From | oulijun <oulijun@huawei.com> |
|---|---|
| Date | 2016-03-19 12:20 +0100 |
| Subject | Re: [PATCH 1/3] infiniband: IB/hns: add Hisilicon RoCE support |
| Message-ID | <ren5f-7wu-1@gated-at.bofh.it> |
On 2016/3/17 14:43, Leon Romanovsky wrote:
> On Wed, Mar 16, 2016 at 11:36:38AM +0100, Jiri Pirko wrote:
>>> so, I continue to have it.
>>
>> I will continue to bash on your odd codingstyle. Please fix it!
>
> Jiri,
>
> Checkpatch errors is an easiest issue with this patch.
>
> It is full of functions without use, unconnected macros and
> if you replace "hsi" to name of other well known driver, you will get
> same code :).
>
> They need to redesign the whole driver before resubmission.
>
> Thanks.
>
> .
>
Hi, Leon Romanovsky
Firstly, thanks for reviewing.
I have checked the patch v2, surely, some funtions without use and unconnected
macros exist. I have removed it according to analyse. I will leave few marcos as follow:
#define CQ_STATE_INVALID 0
#define CQ_STATE_RESERV 1
#define CQ_STATE_VALID 2
#define CQ_STATE_ERR 3
I thought that these are defined for hardware information. So, I reserved these macros.
In addtion, I didn't completly understand your review as below:
if you replace "hsi" to name of other well known driver, you will get > same code :).
thanks
Lijun Ou
Back to top | Article view | linux.kernel
csiph-web