From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 262821B7C8; Mon, 9 Apr 2018 13:30:08 +0200 (CEST) In-Reply-To: <20180409102602.24294-2-sunil.kori@nxp.com> References: <20180409102602.24294-2-sunil.kori@nxp.com> To: test-report@dpdk.org Cc: Sunil Kumar Kori Message-Id: <20180409113008.262821B7C8@dpdk.org> Date: Mon, 9 Apr 2018 13:30:08 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw37648 [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 11:30:08 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/37648 _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("Checksum offloading is enabled by default" WARNING:MISSING_SPACE: break quoted strings at a space character #71: FILE: drivers/net/dpaa/dpaa_ethdev.c:172: + DPAA_PMD_ERR("Checksum offloading is enabled by default" + "Cannot be disabled. So ignoring this configuration"); total: 0 errors, 2 warnings, 1 checks, 72 lines checked