From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id B28171B1A8; Fri, 1 Dec 2017 01:10:18 +0100 (CET) In-Reply-To: <20171201000405.27870-1-declan.doherty@intel.com> References: <20171201000405.27870-1-declan.doherty@intel.com> To: test-report@dpdk.org Cc: Declan Doherty Message-Id: <20171201001018.B28171B1A8@dpdk.org> Date: Fri, 1 Dec 2017 01:10:18 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31846 [PATCH] net/bond: burst mode hash calculation 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, 01 Dec 2017 00:10:18 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31846 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #284: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:855: + if (rte_cpu_to_be_16(ETHER_TYPE_IPv4) == proto) { CHECK:CAMELCASE: Avoid CamelCase: #291: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:860: + } else if (rte_cpu_to_be_16(ETHER_TYPE_IPv6) == proto) { CHECK:BRACES: Blank lines aren't necessary after an open brace '{' #635: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1389: + if (likely(dist_slave_count > 1)) { + total: 0 errors, 0 warnings, 3 checks, 766 lines checked