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 7C98CA00E6 for ; Mon, 18 Mar 2019 05:16:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6C2CD2C30; Mon, 18 Mar 2019 05:16:38 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 18B77378B; Mon, 18 Mar 2019 05:16:37 +0100 (CET) In-Reply-To: <20190318041512.19526-1-jerinj@marvell.com> References: <20190318041512.19526-1-jerinj@marvell.com> To: test-report@dpdk.org Cc: Jerin Jacob Kollanukkaran Message-Id: <20190318041637.18B77378B@dpdk.org> Date: Mon, 18 Mar 2019 05:16:37 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51248 [PATCH] eal: use eal abstraction for defining constructors 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/51248 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #85: FILE: lib/librte_mempool/rte_mempool.h:835: +#define MEMPOOL_REGISTER_OPS(ops) \ + RTE_INIT(mp_hdlr_init_##ops) \ + { \ rte_mempool_register_ops(&ops); \ } total: 1 errors, 0 warnings, 39 lines checked