|WARNING| pw164219 [RFC 3/7] ring: use C11 atomic operations for MP/SP head/tail

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 21 06:21:15 CEST 2026


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/164219

_coding style issues_


WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#103: 
Weak CAS avoids arm64's hidden inner retry; the outer do-while already
     ^^^

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#104: 
loops. CAS orderings relaxed: no data published by the reservation.
       ^^^

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#166: FILE: lib/ring/rte_ring_generic_pvt.h:92:
+		 * re-establishes ordering after a failed CAS on retry.
 		                                          ^^^

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#207: FILE: lib/ring/rte_ring_generic_pvt.h:127:
+			 * Weak CAS: the outer do-while handles spurious
 			        ^^^

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#212: FILE: lib/ring/rte_ring_generic_pvt.h:132:
+			 * Relaxed on both success and failure: this CAS
 			                                             ^^^

total: 0 errors, 5 warnings, 103 lines checked


More information about the test-report mailing list