automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw54855 [PATCH v3 06/27] common/octeontx2: add mailbox send and receive support
       [not found] <20190617155537.36144-7-jerinj@marvell.com>
@ 2019-06-17 15:57 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-06-17 15:57 UTC (permalink / raw)
  To: test-report; +Cc: jerinj

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/54855

_coding style issues_


ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop
#313: FILE: drivers/common/octeontx2/otx2_mbox.c:397:
+#define M(_name, _id, _1, _2, _3) case _id: return # _name;

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#313: FILE: drivers/common/octeontx2/otx2_mbox.c:397:
+#define M(_name, _id, _1, _2, _3) case _id: return # _name;

WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#313: FILE: drivers/common/octeontx2/otx2_mbox.c:397:
+#define M(_name, _id, _1, _2, _3) case _id: return # _name;

ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop
#325: FILE: drivers/common/octeontx2/otx2_mbox.c:409:
+#define M(_1, _id, _2, _req_type, _3) case _id: return sizeof(struct _req_type);

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#325: FILE: drivers/common/octeontx2/otx2_mbox.c:409:
+#define M(_1, _id, _2, _req_type, _3) case _id: return sizeof(struct _req_type);

WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#325: FILE: drivers/common/octeontx2/otx2_mbox.c:409:
+#define M(_1, _id, _2, _req_type, _3) case _id: return sizeof(struct _req_type);

total: 2 errors, 4 warnings, 450 lines checked
ERROR: symbol otx2_mbox_alloc_msg_rsp is added in the DPDK_19.08 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol otx2_mbox_get_rsp is added in the DPDK_19.08 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol otx2_mbox_get_rsp_tmo is added in the DPDK_19.08 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol otx2_mbox_id2name is added in the DPDK_19.08 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol otx2_mbox_msg_send is added in the DPDK_19.08 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol otx2_mbox_wait_for_rsp is added in the DPDK_19.08 section, but is expected to be added in the EXPERIMENTAL section of the version map

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

only message in thread, other threads:[~2019-06-17 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190617155537.36144-7-jerinj@marvell.com>
2019-06-17 15:57 ` [dpdk-test-report] |WARNING| pw54855 [PATCH v3 06/27] common/octeontx2: add mailbox send and receive support 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).