From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id A9D537D14; Fri, 25 Aug 2017 12:27:45 +0200 (CEST) In-Reply-To: <20170823141213.25476-38-shreyansh.jain@nxp.com> References: <20170823141213.25476-38-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20170825102745.A9D537D14@dpdk.org> Date: Fri, 25 Aug 2017 12:27:45 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27809 [PATCH v3 37/40] net/dpaa: add support for checksum offload 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:45 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27809 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #84: FILE: drivers/net/dpaa/dpaa_rxtx.c:228: + if (eth_hdr->ether_type == htons(ETHER_TYPE_IPv4)) CHECK:MACRO_ARG_PRECEDENCE: Macro argument '_buf' may be better as '(_buf)' to avoid precedence issues #189: FILE: drivers/net/dpaa/dpaa_rxtx.h:276: +#define GET_TX_PRS(_buf) \ + (struct dpaa_eth_parse_results_t *)((uint8_t *)_buf + DEFAULT_TX_ICEOF) total: 0 errors, 0 warnings, 2 checks, 150 lines checked