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 4328F48B17 for ; Sat, 15 Nov 2025 11:12:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C00940A80; Sat, 15 Nov 2025 11:12:29 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 71AAB40A80 for ; Sat, 15 Nov 2025 11:12:27 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 800D41261F3; Sat, 15 Nov 2025 11:11:31 +0100 (CET) Subject: |WARNING| pw158824 [PATCH 2/2] net/crc: reduce usage of static arrays in net_crc_sse.c In-Reply-To: <20251115101140.1295642-2-16567adigashreesh@gmail.com> References: <20251115101140.1295642-2-16567adigashreesh@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shreesh Adiga <16567adigashreesh@gmail.com> Message-Id: <20251115101131.800D41261F3@dpdk.org> Date: Sat, 15 Nov 2025 11:11:31 +0100 (CET) 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/158824 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #101: _mm_set1_epi8(0xff) which compiles to single instruction "pcmpeqd XMM, XMM". WARNING:TYPO_SPELLING: 'intented' may be misspelled - perhaps 'intended'? #120: intented functionality. ^^^^^^^^ total: 0 errors, 2 warnings, 46 lines checked