From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 09A6CA0471 for ; Mon, 17 Jun 2019 17:58:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F31821BFFE; Mon, 17 Jun 2019 17:58:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 710241C012; Mon, 17 Jun 2019 17:57:56 +0200 (CEST) In-Reply-To: <20190617155537.36144-7-jerinj@marvell.com> References: <20190617155537.36144-7-jerinj@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20190617155756.710241C012@dpdk.org> Date: Mon, 17 Jun 2019 17:57:56 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw54855 [PATCH v3 06/27] common/octeontx2: add mailbox send and receive support X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" 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