From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Wei Hu (Xavier)" <xavier.huwei@huawei.com>
Subject: [dpdk-test-report] |WARNING| pw57850 [PATCH 13/22] net/hns3: add support for mailbox of hns3 PMD driver
Date: Fri, 23 Aug 2019 15:51:11 +0200 (CEST) [thread overview]
Message-ID: <20190823135111.7E9101BFD9@dpdk.org> (raw)
In-Reply-To: <1566568031-45991-14-git-send-email-xavier.huwei@huawei.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/57850
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'crq' - possible side-effects?
#585: FILE: drivers/net/hns3/hns3_mbx.h:124:
+#define hns3_mbx_ring_ptr_move_crq(crq) \
+ ((crq)->next_to_use = ((crq)->next_to_use + 1) % (crq)->desc_num)
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'arq' - possible side-effects?
#587: FILE: drivers/net/hns3/hns3_mbx.h:126:
+#define hns3_mbx_tail_ptr_move_arq(arq) \
+ ((arq).tail = ((arq).tail + 1) % HNS3_MBX_MAX_ARQ_MSG_SIZE)
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'arq' - possible side-effects?
#589: FILE: drivers/net/hns3/hns3_mbx.h:128:
+#define hns3_mbx_head_ptr_move_arq(arq) \
+ ((arq).head = ((arq).head + 1) % HNS3_MBX_MAX_ARQ_MSG_SIZE)
total: 0 errors, 0 warnings, 3 checks, 523 lines checked
parent reply other threads:[~2019-08-23 13:51 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1566568031-45991-14-git-send-email-xavier.huwei@huawei.com>]
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=20190823135111.7E9101BFD9@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=test-report@dpdk.org \
--cc=xavier.huwei@huawei.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).