From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C7BDAA04C0 for ; Fri, 25 Sep 2020 19:46:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C30BD1E9F6; Fri, 25 Sep 2020 19:46:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id AA1EE1E9F2; Fri, 25 Sep 2020 19:46:36 +0200 (CEST) In-Reply-To: <20200925174340.10014-6-steven.lariau@arm.com> References: <20200925174340.10014-6-steven.lariau@arm.com> To: test-report@dpdk.org Cc: Steven Lariau Message-Id: <20200925174636.AA1EE1E9F2@dpdk.org> Date: Fri, 25 Sep 2020 19:46:36 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw78865 [PATCH v2 5/5] lib/stack: remove pop cas release ordering X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/78865 _coding style issues_ WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #37: Subject: [dpdk-dev] [PATCH v2 5/5] lib/stack: remove pop cas release ordering WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #52: Replace the store-release by relaxed for the CAS success at the end of WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #56: CAS loop already ensures the right synchronization. WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #59: But the CAS success on length before the pop loop ensures any core reads WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #86: FILE: lib/librte_stack/rte_stack_lf_c11.h:145: + * The CAS should have release semantics to ensure that WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #92: FILE: lib/librte_stack/rte_stack_lf_c11.h:151: + * Push uses a CAS store-release on head, which makes WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #94: FILE: lib/librte_stack/rte_stack_lf_c11.h:153: + * the free list, without need for a CAS release here. WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #95: FILE: lib/librte_stack/rte_stack_lf_c11.h:154: + * This CAS could also be used to ensure that the new total: 0 errors, 8 warnings, 26 lines checked