From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id AD9A87CFF; Fri, 25 Aug 2017 12:27:44 +0200 (CEST) In-Reply-To: <20170823141213.25476-37-shreyansh.jain@nxp.com> References: <20170823141213.25476-37-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20170825102744.AD9A87CFF@dpdk.org> Date: Fri, 25 Aug 2017 12:27:44 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27808 [PATCH v3 36/40] net/dpaa: add support for packet type parsing 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: , X-List-Received-Date: Fri, 25 Aug 2017 10:27:44 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27808 _coding style issues_ CHECK:MACRO_ARG_PRECEDENCE: Macro argument '_buf' may be better as '(_buf)' to avoid precedence issues #444: FILE: drivers/net/dpaa/dpaa_rxtx.h:257: +#define GET_RX_PRS(_buf) \ + (struct dpaa_eth_parse_results_t *)((uint8_t *)_buf + DEFAULT_RX_ICEOF) total: 0 errors, 0 warnings, 1 checks, 400 lines checked