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 73DFC48AE0 for ; Tue, 11 Nov 2025 19:18:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 708EA40280; Tue, 11 Nov 2025 19:18:10 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id F0CD640280 for ; Tue, 11 Nov 2025 19:18:09 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 72D7C1261F1; Tue, 11 Nov 2025 19:17:18 +0100 (CET) Subject: |WARNING| pw158672 [PATCH v4 3/3] ring: establish a safe partial order in rts-ring In-Reply-To: <20251111181639.830527-3-wathsala.vithanage@arm.com> References: <20251111181639.830527-3-wathsala.vithanage@arm.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wathsala Vithanage Message-Id: <20251111181718.72D7C1261F1@dpdk.org> Date: Tue, 11 Nov 2025 19:17:18 +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/158672 _coding style issues_ WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #51: Enforce a safe partial order by making the CAS and the preceding head ^^^ WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #81: FILE: lib/ring/rte_ring_rts_elem_pvt.h:35: + * A0 = {A0.a, A0.b}: Synchronizes with the CAS at R0. ^^^ WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #82: FILE: lib/ring/rte_ring_rts_elem_pvt.h:36: + * The CAS at R0 in same typed thread establishes a happens-before ^^^ WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #88: FILE: lib/ring/rte_ring_rts_elem_pvt.h:42: + * holds when CAS succeeds and A0.b when it fails. ^^^ WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #155: FILE: lib/ring/rte_ring_rts_elem_pvt.h:128: + * A1 Synchronizes with the CAS at R1. ^^^ total: 0 errors, 5 warnings, 120 lines checked