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 443FF462AF for ; Mon, 24 Feb 2025 22:02:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40A0B427E4; Mon, 24 Feb 2025 22:02:28 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B4314427DB for ; Mon, 24 Feb 2025 22:02:26 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 5E858127817; Mon, 24 Feb 2025 22:02:11 +0100 (CET) Subject: |WARNING| pw151979 [PATCH 3/6] config: allow faster instruction sets to be used with MSVC In-Reply-To: <1740430879-17874-4-git-send-email-andremue@linux.microsoft.com> References: <1740430879-17874-4-git-send-email-andremue@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andre Muezerie Message-Id: <20250224210211.5E858127817@dpdk.org> Date: Mon, 24 Feb 2025 22:02:11 +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/151979 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #56: https://learn.microsoft.com/en-us/cpp/build/reference/arch-x64?view=msvc-170 WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #86: FILE: config/x86/meson.build:18: + #include WARNING:TYPO_SPELLING: 'SSEE' may be misspelled - perhaps 'SEE'? #205: FILE: config/x86/meson.build:137: +# also have ['SSE', 'SSE2', 'SSE3', 'SSEE3', 'SSE4_1', 'SSE4_2'] WARNING:TYPO_SPELLING: 'SSEE' may be misspelled - perhaps 'SEE'? #309: FILE: config/x86/meson.build:242: + cpu_flags = ['SSE', 'SSE2', 'SSE3', 'SSEE3', 'SSE4_1', 'SSE4_2'] total: 0 errors, 4 warnings, 386 lines checked