|WARNING| pw153564 [PATCH v1 3/4] ring: fix potential sync issue between head and tail values
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed May 21 13:15:45 CEST 2025
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
More information about the test-report
mailing list