automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: <jerinj@marvell.com>
Subject: [dpdk-test-report] |WARNING| pw54855 [PATCH v3 06/27] common/octeontx2: add mailbox send and receive support
Date: Mon, 17 Jun 2019 17:57:56 +0200 (CEST)	[thread overview]
Message-ID: <20190617155756.710241C012@dpdk.org> (raw)
In-Reply-To: <20190617155537.36144-7-jerinj@marvell.com>

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

           reply	other threads:[~2019-06-17 15:58 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20190617155537.36144-7-jerinj@marvell.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=20190617155756.710241C012@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=test-report@dpdk.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 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).