automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw57850 [PATCH 13/22] net/hns3: add support for mailbox of hns3 PMD driver
       [not found] <1566568031-45991-14-git-send-email-xavier.huwei@huawei.com>
@ 2019-08-23 13:51 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-08-23 13:51 UTC (permalink / raw)
  To: test-report; +Cc: Wei Hu (Xavier)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-23 13:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1566568031-45991-14-git-send-email-xavier.huwei@huawei.com>
2019-08-23 13:51 ` [dpdk-test-report] |WARNING| pw57850 [PATCH 13/22] net/hns3: add support for mailbox of hns3 PMD driver checkpatch

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).