|WARNING| pw165000 [PATCH v2 2/3] ring: use GCC builtin as alternative to rte_atomic32

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 4 18:35:40 CEST 2026


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

_coding style issues_


WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#104: 
to emit extra instructions on the critical path between the CAS
                                                            ^^^

total: 0 errors, 1 warnings, 94 lines checked
Warning in lib/ring/rte_ring_gcc_pvt.h:
Using __sync_xxx builtins
Warning in lib/ring/rte_ring_gcc_pvt.h:
Using __atomic_xxx/__ATOMIC_XXX built-ins, prefer rte_atomic_xxx/rte_memory_order_xxx


More information about the test-report mailing list