From: oulijun <oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
To: Jiri Pirko <jiri-rHqAuBHg3fBzbRFIqnYvSA@public.gmane.org>,
"Wei Hu(Xavier)"
<xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
Cc: dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org,
jeffrey.t.kirsher-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
jiri-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
gongyangming-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
xiaokun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
tangchaofei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
haifeng.wei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
yisen.zhuang-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
yankejian-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
lisheng011-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
charles.chenxin-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
linuxarm-hv44wF8Li93QT0dZR+AlfA@public.gmane.org
Subject: Re: [PATCH 3/4] infiniband: hns: add Hisilicon RoCE support(driver code)
Date: Wed, 9 Mar 2016 19:18:06 +0800 [thread overview]
Message-ID: <56E0066E.1000106@huawei.com> (raw)
In-Reply-To: <20160304091628.GB2150-6KJVSR23iU488b5SBfVpbw@public.gmane.org>
Hi Jiri Pirko, thanks for reviewing
On 2016/3/4 17:16, Jiri Pirko wrote:
> Fri, Mar 04, 2016 at 09:41:16AM CET, xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org wrote:
>
> <snip>
>
>> +int hns_roce_buf_alloc(
>> + struct hns_roce_dev *hr_dev,
>> + int size, int max_direct,
>> + struct hns_roce_buf *buf)
>
> <snip>
>
>> +
>> + pages =
>> + kmalloc(sizeof(*pages) * buf->nbufs,
>> + GFP_KERNEL);
>
> <snip>
>
>> +
>> + buf->direct.buf = vmap(
>> + pages, buf->nbufs, VM_MAP,
>> + PAGE_KERNEL);
>
> <snip>
>
>> + if (
>> + event_type != HNS_ROCE_EVENT_TYPE_CQ_ID_INVALID &&
>> + event_type != HNS_ROCE_EVENT_TYPE_CQ_ACCESS_ERROR &&
>> + event_type != HNS_ROCE_EVENT_TYPE_CQ_OVERFLOW) {
>> + dev_err(&hr_dev->pdev->dev,
>> + "hns_roce_ib: Unexpected event type 0x%x on CQ %06x\n",
>> + event_type, hr_cq->cqn);
>> + return;
>> + }
>
> Although checkpatch does not complain, I find this semi-random adding of
> newlines quite odd.
>
Really, the question you mentioned exit in many location in currently patch. I done it
in order to make it complain checkpatch and linux norms. Now, I have checked and adjust it
properly combined to checkpatch
I will send a new patch in future. if not modified in some locations, it have to violate
checkpatch once modified and is unable to adjust it better. About these, have you best strategy?
Thanks
Lijun Ou
> .
>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: oulijun <oulijun@huawei.com>
To: Jiri Pirko <jiri@resnulli.us>,
"Wei Hu(Xavier)" <xavier.huwei@huawei.com>
Cc: <dledford@redhat.com>, <sean.hefty@intel.com>,
<hal.rosenstock@gmail.com>, <davem@davemloft.net>,
<jeffrey.t.kirsher@intel.com>, <jiri@mellanox.com>,
<ogerlitz@mellanox.com>, <linux-rdma@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <netdev@vger.kernel.org>,
<gongyangming@huawei.com>, <xiaokun@huawei.com>,
<tangchaofei@huawei.com>, <haifeng.wei@huawei.com>,
<yisen.zhuang@huawei.com>, <yankejian@huawei.com>,
<lisheng011@huawei.com>, <charles.chenxin@huawei.com>,
<linuxarm@huawei.com>
Subject: Re: [PATCH 3/4] infiniband: hns: add Hisilicon RoCE support(driver code)
Date: Wed, 9 Mar 2016 19:18:06 +0800 [thread overview]
Message-ID: <56E0066E.1000106@huawei.com> (raw)
In-Reply-To: <20160304091628.GB2150@nanopsycho.orion>
Hi Jiri Pirko, thanks for reviewing
On 2016/3/4 17:16, Jiri Pirko wrote:
> Fri, Mar 04, 2016 at 09:41:16AM CET, xavier.huwei@huawei.com wrote:
>
> <snip>
>
>> +int hns_roce_buf_alloc(
>> + struct hns_roce_dev *hr_dev,
>> + int size, int max_direct,
>> + struct hns_roce_buf *buf)
>
> <snip>
>
>> +
>> + pages =
>> + kmalloc(sizeof(*pages) * buf->nbufs,
>> + GFP_KERNEL);
>
> <snip>
>
>> +
>> + buf->direct.buf = vmap(
>> + pages, buf->nbufs, VM_MAP,
>> + PAGE_KERNEL);
>
> <snip>
>
>> + if (
>> + event_type != HNS_ROCE_EVENT_TYPE_CQ_ID_INVALID &&
>> + event_type != HNS_ROCE_EVENT_TYPE_CQ_ACCESS_ERROR &&
>> + event_type != HNS_ROCE_EVENT_TYPE_CQ_OVERFLOW) {
>> + dev_err(&hr_dev->pdev->dev,
>> + "hns_roce_ib: Unexpected event type 0x%x on CQ %06x\n",
>> + event_type, hr_cq->cqn);
>> + return;
>> + }
>
> Although checkpatch does not complain, I find this semi-random adding of
> newlines quite odd.
>
Really, the question you mentioned exit in many location in currently patch. I done it
in order to make it complain checkpatch and linux norms. Now, I have checked and adjust it
properly combined to checkpatch
I will send a new patch in future. if not modified in some locations, it have to violate
checkpatch once modified and is unable to adjust it better. About these, have you best strategy?
Thanks
Lijun Ou
> .
>
WARNING: multiple messages have this Message-ID (diff)
From: oulijun <oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
To: Jiri Pirko <jiri-rHqAuBHg3fBzbRFIqnYvSA@public.gmane.org>,
"Wei Hu(Xavier)"
<xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
Cc: <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
<sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
<hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
<davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>,
<jeffrey.t.kirsher-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
<jiri-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
<ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
<netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
<gongyangming-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
<xiaokun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
<tangchaofei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
<haifeng.wei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
<yisen.zhuang-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
<yankejian-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
<lisheng011-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
<charles.chenxin-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
<linuxarm-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH 3/4] infiniband: hns: add Hisilicon RoCE support(driver code)
Date: Wed, 9 Mar 2016 19:18:06 +0800 [thread overview]
Message-ID: <56E0066E.1000106@huawei.com> (raw)
In-Reply-To: <20160304091628.GB2150-6KJVSR23iU488b5SBfVpbw@public.gmane.org>
Hi Jiri Pirko, thanks for reviewing
On 2016/3/4 17:16, Jiri Pirko wrote:
> Fri, Mar 04, 2016 at 09:41:16AM CET, xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org wrote:
>
> <snip>
>
>> +int hns_roce_buf_alloc(
>> + struct hns_roce_dev *hr_dev,
>> + int size, int max_direct,
>> + struct hns_roce_buf *buf)
>
> <snip>
>
>> +
>> + pages =
>> + kmalloc(sizeof(*pages) * buf->nbufs,
>> + GFP_KERNEL);
>
> <snip>
>
>> +
>> + buf->direct.buf = vmap(
>> + pages, buf->nbufs, VM_MAP,
>> + PAGE_KERNEL);
>
> <snip>
>
>> + if (
>> + event_type != HNS_ROCE_EVENT_TYPE_CQ_ID_INVALID &&
>> + event_type != HNS_ROCE_EVENT_TYPE_CQ_ACCESS_ERROR &&
>> + event_type != HNS_ROCE_EVENT_TYPE_CQ_OVERFLOW) {
>> + dev_err(&hr_dev->pdev->dev,
>> + "hns_roce_ib: Unexpected event type 0x%x on CQ %06x\n",
>> + event_type, hr_cq->cqn);
>> + return;
>> + }
>
> Although checkpatch does not complain, I find this semi-random adding of
> newlines quite odd.
>
Really, the question you mentioned exit in many location in currently patch. I done it
in order to make it complain checkpatch and linux norms. Now, I have checked and adjust it
properly combined to checkpatch
I will send a new patch in future. if not modified in some locations, it have to violate
checkpatch once modified and is unable to adjust it better. About these, have you best strategy?
Thanks
Lijun Ou
> .
>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-03-09 11:18 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-04 8:41 [PATCH 0/4] infiniband: hns: Hisilicon RoCE support Wei Hu(Xavier)
2016-03-04 8:41 ` Wei Hu(Xavier)
2016-03-04 8:41 ` [PATCH 1/4] net: hns: add Hisilicon RoCE support(the dependent routine) Wei Hu(Xavier)
2016-03-04 8:41 ` Wei Hu(Xavier)
[not found] ` <1457080877-13456-2-git-send-email-xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-03-06 14:25 ` Leon Romanovsky
2016-03-06 14:25 ` Leon Romanovsky
[not found] ` <20160306142516.GE13396-2ukJVAZIZ/Y@public.gmane.org>
2016-03-09 11:20 ` oulijun
2016-03-09 11:20 ` oulijun
2016-03-09 11:20 ` oulijun
2016-03-04 8:41 ` [PATCH 3/4] infiniband: hns: add Hisilicon RoCE support(driver code) Wei Hu(Xavier)
2016-03-04 8:41 ` Wei Hu(Xavier)
2016-03-04 9:16 ` Jiri Pirko
[not found] ` <20160304091628.GB2150-6KJVSR23iU488b5SBfVpbw@public.gmane.org>
2016-03-09 11:18 ` oulijun [this message]
2016-03-09 11:18 ` oulijun
2016-03-09 11:18 ` oulijun
[not found] ` <56E0066E.1000106-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-03-09 11:25 ` Jiri Pirko
2016-03-09 11:25 ` Jiri Pirko
2016-03-04 8:41 ` [PATCH 4/4] infiniband: hns: add Hisilicon RoCE support(Kconfig) Wei Hu(Xavier)
2016-03-04 8:41 ` Wei Hu(Xavier)
2016-03-04 12:10 ` kbuild test robot
[not found] ` <1457080877-13456-5-git-send-email-xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-03-04 12:10 ` [PATCH] infiniband: hns: fix boolreturn.cocci warnings kbuild test robot
2016-03-04 12:10 ` kbuild test robot
2016-03-06 14:29 ` [PATCH 4/4] infiniband: hns: add Hisilicon RoCE support(Kconfig) Leon Romanovsky
2016-03-06 14:29 ` Leon Romanovsky
2016-03-09 11:23 ` oulijun
2016-03-09 11:23 ` oulijun
2016-03-04 12:10 ` [PATCH] infiniband: hns: fix returnvar.cocci warnings kbuild test robot
2016-03-04 12:10 ` [PATCH] infiniband: hns: fix semicolon.cocci warnings kbuild test robot
[not found] ` <1457080877-13456-1-git-send-email-xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-03-04 8:41 ` [PATCH 2/4] infiniband: hns: add Hisilicon RoCE support(binding) Wei Hu(Xavier)
2016-03-04 8:41 ` Wei Hu(Xavier)
2016-03-04 8:41 ` Wei Hu(Xavier)
[not found] ` <1457080877-13456-3-git-send-email-xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-03-04 13:51 ` Sergei Shtylyov
2016-03-04 13:51 ` Sergei Shtylyov
[not found] ` <56D992E2.3060504-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2016-03-09 10:56 ` oulijun
2016-03-09 10:56 ` oulijun
2016-03-09 10:56 ` oulijun
2016-03-06 14:19 ` [PATCH 0/4] infiniband: hns: Hisilicon RoCE support Leon Romanovsky
2016-03-06 14:19 ` Leon Romanovsky
-- strict thread matches above, loose matches on Subject: below --
2016-03-04 9:37 [PATCH 3/4] infiniband: hns: add Hisilicon RoCE support(driver code) Parav Pandit
2016-03-14 6:49 ` oulijun
2016-03-14 6:49 ` oulijun
2016-03-14 18:20 ` Parav Pandit
[not found] ` <CAG53R5UTc8xF4TdRJm3ASv6PQ-JxhW7vDgXpFtYqX2tz_58UeA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-19 11:28 ` oulijun
2016-03-19 11:28 ` oulijun
2016-03-19 11:28 ` oulijun
[not found] ` <56ED37C0.6090907-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-03-19 14:24 ` Parav Pandit
2016-03-19 14:24 ` Parav Pandit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56E0066E.1000106@huawei.com \
--to=oulijun-hv44wf8li93qt0dzr+alfa@public.gmane.org \
--cc=charles.chenxin-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
--cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=gongyangming-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=haifeng.wei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=jeffrey.t.kirsher-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=jiri-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=jiri-rHqAuBHg3fBzbRFIqnYvSA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linuxarm-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=lisheng011-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=tangchaofei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=xiaokun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=yankejian-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=yisen.zhuang-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.