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 8305146C74 for ; Fri, 1 Aug 2025 17:29:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 72D834065A; Fri, 1 Aug 2025 17:29:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id AA3994065A for ; Fri, 1 Aug 2025 17:29:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3769C125214; Fri, 1 Aug 2025 17:27:54 +0200 (CEST) Subject: |WARNING| pw155627 [v2] net/cksum: compute raw cksum for several segments In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Su Sai Message-Id: <20250801152754.3769C125214@dpdk.org> Date: Fri, 1 Aug 2025 17:27:54 +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/155627 _coding style issues_ ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) #111: FILE: :176: uint32_t off, uint32_t len, WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #116: FILE: :180: + tmp = rte_bswap32(tmp); WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #126: FILE: :192: + *cksum = __rte_raw_cksum_reduce_u64(sum); WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #150: FILE: app/test/test_cksum.c:89: +/* generated in scapy with +static const char test_cksum_ipv4_tcp_multi_segs[] = { WARNING:TYPO_SPELLING: 'lenght' may be misspelled - perhaps 'length'? #178: FILE: app/test/test_cksum.c:117: + 61, /* the second seg lenght is odd, test byte order independent */ ERROR:TRAILING_WHITESPACE: trailing whitespace #205: FILE: app/test/test_cksum.c:272: +^I$ ERROR:TRAILING_WHITESPACE: trailing whitespace #210: FILE: app/test/test_cksum.c:277: +^I^I$ ERROR:TRAILING_WHITESPACE: trailing whitespace #234: FILE: app/test/test_cksum.c:301: +^I$ total: 4 errors, 4 warnings, 183 lines checked