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 EF465467FB for ; Mon, 26 May 2025 20:05:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA0694066F; Mon, 26 May 2025 20:05:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 608B4402A4 for ; Mon, 26 May 2025 20:05:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1F9D2123FC5; Mon, 26 May 2025 20:04:51 +0200 (CEST) Subject: |WARNING| pw153729 [PATCH v2 04/10] net/ice/base: set speculative execution barrier In-Reply-To: <20250526180311.4573-5-dhanya.r.pillai@intel.com> References: <20250526180311.4573-5-dhanya.r.pillai@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dhanya Pillai Message-Id: <20250526180451.1F9D2123FC5@dpdk.org> Date: Mon, 26 May 2025 20:04:51 +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/153729 _coding style issues_ WARNING:TYPO_SPELLING: 'definations' may be misspelled - perhaps 'definitions'? #81: Also, Added memfence definations. total: 0 errors, 1 warnings, 0 checks, 47 lines checked __rte_packed_begin and __rte_packed_end should always be used in pairs.