From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9F8101B165; Sat, 9 Sep 2017 13:18:55 +0200 (CEST) In-Reply-To: <20170909112132.13936-37-shreyansh.jain@nxp.com> References: <20170909112132.13936-37-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20170909111855.9F8101B165@dpdk.org> Date: Sat, 9 Sep 2017 13:18:55 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28564 [PATCH v4 36/41] 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: Sat, 09 Sep 2017 11:18:56 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28564 _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