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 21DCC46C5F for ; Thu, 31 Jul 2025 11:55:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C5344025A; Thu, 31 Jul 2025 11:55:28 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 022474025A for ; Thu, 31 Jul 2025 11:55:27 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 078801251A0; Thu, 31 Jul 2025 11:53:30 +0200 (CEST) Subject: |WARNING| pw155604 [PATCH] net/cksum: compute raw cksum for several segments In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?b?6IuP6LWb?= Message-Id: <20250731095331.078801251A0@dpdk.org> Date: Thu, 31 Jul 2025 11:53:30 +0200 (CEST) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/155604 _coding style issues_ ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) #103: FILE: :176: uint32_t off, uint32_t len, WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #108: FILE: :180: + tmp = rte_bswap32(tmp); WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #118: FILE: :192: + *cksum = __rte_raw_cksum_reduce_u64(sum); ERROR:CODE_INDENT: code indent should use tabs where possible #152: FILE: lib/net/rte_cksum.h:95: + uint32_t tmp;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #152: FILE: lib/net/rte_cksum.h:95: + uint32_t tmp;$ ERROR:CODE_INDENT: code indent should use tabs where possible #154: FILE: lib/net/rte_cksum.h:97: + tmp = __rte_raw_cksum_reduce((uint32_t)sum);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #154: FILE: lib/net/rte_cksum.h:97: + tmp = __rte_raw_cksum_reduce((uint32_t)sum);$ ERROR:CODE_INDENT: code indent should use tabs where possible #155: FILE: lib/net/rte_cksum.h:98: + tmp += __rte_raw_cksum_reduce((uint32_t)(sum >> 32));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #155: FILE: lib/net/rte_cksum.h:98: + tmp += __rte_raw_cksum_reduce((uint32_t)(sum >> 32));$ ERROR:CODE_INDENT: code indent should use tabs where possible #156: FILE: lib/net/rte_cksum.h:99: + return __rte_raw_cksum_reduce(tmp);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #156: FILE: lib/net/rte_cksum.h:99: + return __rte_raw_cksum_reduce(tmp);$ ERROR:CODE_INDENT: code indent should use tabs where possible #168: FILE: lib/net/rte_cksum.h:141: + uint32_t tmp;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #168: FILE: lib/net/rte_cksum.h:141: + uint32_t tmp;$ ERROR:CODE_INDENT: code indent should use tabs where possible #170: FILE: lib/net/rte_cksum.h:143: + uint64_t sum;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #170: FILE: lib/net/rte_cksum.h:143: + uint64_t sum;$ WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: "苏赛" ' != 'Signed-off-by: Su Sai ' total: 7 errors, 9 warnings, 58 lines checked