From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C6E43A0547 for ; Thu, 24 Jun 2021 17:17:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C320940040; Thu, 24 Jun 2021 17:17:47 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9A8064003C for ; Thu, 24 Jun 2021 17:17:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7821E122E3A; Thu, 24 Jun 2021 17:17:46 +0200 (CEST) In-Reply-To: <20210624151449.39799-1-mohsin.kazmi14@gmail.com> References: <20210624151449.39799-1-mohsin.kazmi14@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mohsin Kazmi Message-Id: <20210624151746.7821E122E3A@dpdk.org> Date: Thu, 24 Jun 2021 17:17:46 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94800 [PATCH] net: prepare the outer ipv4 hdr for checksum X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/94800 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #98: FILE: lib/net/rte_net.h:133: + /*$ ERROR:CODE_INDENT: code indent should use tabs where possible #99: FILE: lib/net/rte_net.h:134: + * prepare outer ipv4 header checksum by setting it to 0,$ ERROR:CODE_INDENT: code indent should use tabs where possible #100: FILE: lib/net/rte_net.h:135: + * in order to be computed by hardware NICs.$ ERROR:CODE_INDENT: code indent should use tabs where possible #101: FILE: lib/net/rte_net.h:136: + */$ ERROR:CODE_INDENT: code indent should use tabs where possible #102: FILE: lib/net/rte_net.h:137: + if (ol_flags & PKT_TX_OUTER_IP_CKSUM) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #102: FILE: lib/net/rte_net.h:137: + if (ol_flags & PKT_TX_OUTER_IP_CKSUM) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #103: FILE: lib/net/rte_net.h:138: + ipv4_hdr = rte_pktmbuf_mtod_offset(m, struct rte_ipv4_hdr *,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #103: FILE: lib/net/rte_net.h:138: + ipv4_hdr = rte_pktmbuf_mtod_offset(m, struct rte_ipv4_hdr *,$ ERROR:CODE_INDENT: code indent should use tabs where possible #104: FILE: lib/net/rte_net.h:139: + m->outer_l2_len);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #104: FILE: lib/net/rte_net.h:139: + m->outer_l2_len);$ ERROR:CODE_INDENT: code indent should use tabs where possible #105: FILE: lib/net/rte_net.h:140: + ipv4_hdr->hdr_checksum = 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #105: FILE: lib/net/rte_net.h:140: + ipv4_hdr->hdr_checksum = 0;$ ERROR:CODE_INDENT: code indent should use tabs where possible #106: FILE: lib/net/rte_net.h:141: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #106: FILE: lib/net/rte_net.h:141: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #107: FILE: lib/net/rte_net.h:142: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #107: FILE: lib/net/rte_net.h:142: + }$ total: 10 errors, 6 warnings, 19 lines checked