[dpdk-test-report] |WARNING| pw78865 [PATCH v2 5/5] lib/stack: remove pop cas release ordering

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 25 19:46:36 CEST 2020


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


More information about the test-report mailing list