From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 22A7DA0527 for ; Fri, 24 Jul 2020 16:46:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 140171C07D; Fri, 24 Jul 2020 16:46:56 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 9E6FB1C068; Fri, 24 Jul 2020 16:46:54 +0200 (CEST) In-Reply-To: <1595601712-403946-1-git-send-email-simei.su@intel.com> References: <1595601712-403946-1-git-send-email-simei.su@intel.com> To: test-report@dpdk.org Cc: Simei Su Message-Id: <20200724144654.9E6FB1C068@dpdk.org> Date: Fri, 24 Jul 2020 16:46:54 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw74787 [PATCH v2] net/ice: fix GTPU down/uplink and extension conflict 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/74787 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #271: FILE: drivers/net/ice/ice_hash.c:1264: + if ((hdr & ICE_FLOW_SEG_HDR_IPV4) && [...] + ipv4_udp_hdr = hdr; WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #275: FILE: drivers/net/ice/ice_hash.c:1268: + } else if ((hdr & ICE_FLOW_SEG_HDR_IPV6) && [...] + ipv6_udp_hdr = hdr; WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #279: FILE: drivers/net/ice/ice_hash.c:1272: + } else if ((hdr & ICE_FLOW_SEG_HDR_IPV4) && [...] + ipv4_tcp_hdr = hdr; WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #283: FILE: drivers/net/ice/ice_hash.c:1276: + } else if ((hdr & ICE_FLOW_SEG_HDR_IPV6) && [...] + ipv6_tcp_hdr = hdr; WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #287: FILE: drivers/net/ice/ice_hash.c:1280: + } else if ((hdr & ICE_FLOW_SEG_HDR_IPV4) && [...] + ipv4_hdr = hdr; WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #292: FILE: drivers/net/ice/ice_hash.c:1285: + } else if ((hdr & ICE_FLOW_SEG_HDR_IPV6) && [...] + ipv6_hdr = hdr; total: 0 errors, 6 warnings, 0 checks, 353 lines checked