From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 6FE24199D6; Thu, 7 Sep 2017 13:21:44 +0200 (CEST) In-Reply-To: <1504783263-20575-5-git-send-email-beilei.xing@intel.com> References: <1504783263-20575-5-git-send-email-beilei.xing@intel.com> To: test-report@dpdk.org Cc: Beilei Xing Message-Id: <20170907112144.6FE24199D6@dpdk.org> Date: Thu, 7 Sep 2017 13:21:43 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28438 [PATCH v2 4/6] net/i40e: add FDIR support for GTP-C and GTP-U 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, 07 Sep 2017 11:21:44 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28438 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #195: FILE: drivers/net/i40e/i40e_fdir.c:1043: + I40E_FDIR_IPv6_DEFAULT_HOP_LIMITS; CHECK:CAMELCASE: Avoid CamelCase: #209: FILE: drivers/net/i40e/i40e_fdir.c:1060: + *ether_type = rte_cpu_to_be_16(ETHER_TYPE_IPv4); CHECK:BRACES: braces {} should be used on all arms of this statement #575: FILE: drivers/net/i40e/i40e_flow.c:2888: + if (ret == -1) { [...] + } else if (ret == -2) { [...] + } else if (ret > 0) [...] total: 0 errors, 0 warnings, 3 checks, 553 lines checked