From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 728791B847; Mon, 9 Apr 2018 16:30:34 +0200 (CEST) In-Reply-To: <20180409131952.20948-1-sunil.kori@nxp.com> References: <20180409131952.20948-1-sunil.kori@nxp.com> To: test-report@dpdk.org Cc: Sunil Kumar Kori Message-Id: <20180409143034.728791B847@dpdk.org> Date: Mon, 9 Apr 2018 16:30:34 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw37662 [PATCH 1/2] net/dpaa: Changes to support ethdev offload APIs 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: Mon, 09 Apr 2018 14:30:34 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/37662 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #52: FILE: drivers/net/dpaa/dpaa_ethdev.c:153: + "requested 0x%" PRIx64 " supported 0x%" PRIx64, WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #64: FILE: drivers/net/dpaa/dpaa_ethdev.c:165: + if (((rx_offloads & DEV_RX_OFFLOAD_IPV4_CKSUM) == 0) || [...] + DPAA_PMD_ERR(" Cksum offloading is enabled by default " total: 0 errors, 1 warnings, 1 checks, 72 lines checked