From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 3635C5398; Thu, 28 Feb 2019 08:07:11 +0100 (CET) In-Reply-To: <20190228070317.17002-14-hyonkim@cisco.com> References: <20190228070317.17002-14-hyonkim@cisco.com> To: test-report@dpdk.org Cc: Hyong Youb Kim Message-Id: <20190228070711.3635C5398@dpdk.org> Date: Thu, 28 Feb 2019 08:07:11 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50610 [13/15] net/enic: fix several issues with inner packet matching 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, 28 Feb 2019 07:07:11 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50610 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #330: FILE: drivers/net/enic/enic_flow.c:538: + return ENOTSUP; CHECK:CAMELCASE: Avoid CamelCase: #403: FILE: drivers/net/enic/enic_flow.c:611: + arg->l2_proto_off, rte_cpu_to_be_16(ETHER_TYPE_IPv4), 2); CHECK:CAMELCASE: Avoid CamelCase: #419: FILE: drivers/net/enic/enic_flow.c:627: + arg->l2_proto_off, rte_cpu_to_be_16(ETHER_TYPE_IPv6), 2); WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #542: FILE: drivers/net/enic/enic_flow.c:724: + return ENOTSUP; total: 0 errors, 2 warnings, 2 checks, 675 lines checked