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 EB167467AB for ; Wed, 21 May 2025 13:16:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E6914427AB; Wed, 21 May 2025 13:16:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 706A9427A4 for ; Wed, 21 May 2025 13:16:16 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6E749123FAA; Wed, 21 May 2025 13:15:45 +0200 (CEST) Subject: |WARNING| pw153564 [PATCH v1 3/4] ring: fix potential sync issue between head and tail values In-Reply-To: <20250521111432.207936-4-konstantin.ananyev@huawei.com> References: <20250521111432.207936-4-konstantin.ananyev@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Konstantin Ananyev Message-Id: <20250521111545.6E749123FAA@dpdk.org> Date: Wed, 21 May 2025 13:15:45 +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/153564 _coding style issues_ WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'? #61: "ring/soring: fix synchronization issue between head and tail values" WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #67: It uses Acquire-Release memory ordering for CAS operation in move_head(). WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #118: FILE: lib/ring/rte_ring_c11_pvt.h:89: + * d->head load, but before CAS operation for the d->head. WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #133: FILE: lib/ring/rte_ring_c11_pvt.h:116: + * this CAS(ACQ_REL, ACQUIRE) serves as a hoist WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #158: FILE: lib/ring/rte_ring_hts_elem_pvt.h:119: + * this CAS(ACQ_REL, ACQUIRE) serves as a hoist barrier to prevent: WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #180: FILE: lib/ring/rte_ring_rts_elem_pvt.h:134: + * this CAS(ACQ_REL, ACQUIRE) serves as a hoist barrier to prevent: total: 0 errors, 6 warnings, 99 lines checked