From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E66F71BACA; Wed, 11 Apr 2018 13:08:24 +0200 (CEST) In-Reply-To: <20180411110540.30071-2-sunil.kori@nxp.com> References: <20180411110540.30071-2-sunil.kori@nxp.com> To: test-report@dpdk.org Cc: Sunil Kumar Kori Message-Id: <20180411110824.E66F71BACA@dpdk.org> Date: Wed, 11 Apr 2018 13:08:24 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw37869 [PATCH v2 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: Wed, 11 Apr 2018 11:08:25 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/37869 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #66: FILE: drivers/net/dpaa/dpaa_ethdev.c:155: + "requested 0x%" PRIx64 " supported 0x%" PRIx64, WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #78: FILE: drivers/net/dpaa/dpaa_ethdev.c:167: + 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, 83 lines checked