From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 92EE62B9F; Thu, 19 Oct 2017 03:15:00 +0200 (CEST) In-Reply-To: <1508375611-9326-1-git-send-email-rasesh.mody@cavium.com> References: <1508375611-9326-1-git-send-email-rasesh.mody@cavium.com> To: test-report@dpdk.org Cc: Rasesh Mody Message-Id: <20171019011500.92EE62B9F@dpdk.org> Date: Thu, 19 Oct 2017 03:15:00 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30566 [PATCH 1/3] net/qede: fix supported packet types 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: Thu, 19 Oct 2017 01:15:00 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30566 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #75: FILE: drivers/net/qede/qede_rxtx.c:856: + if (eth_hdr->ether_type == rte_cpu_to_be_16(ETHER_TYPE_IPv4)) { CHECK:CAMELCASE: Avoid CamelCase: #83: FILE: drivers/net/qede/qede_rxtx.c:864: + } else if (eth_hdr->ether_type == rte_cpu_to_be_16(ETHER_TYPE_IPv6)) { total: 0 errors, 0 warnings, 2 checks, 366 lines checked