|WARNING| pw121981 [PATCH] eal: introduce atomics abstraction
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Jan 12 22:28:04 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/121981
_coding style issues_
WARNING:LONG_LINE: line length of 114 exceeds 100 columns
#254: FILE: lib/eal/include/generic/rte_atomic.h:230:
+ __atomic_compare_exchange_n(obj, expected, desired, 1, rte_memory_order_seq_cst, rte_memory_order_seq_cst)
total: 0 errors, 1 warnings, 281 lines checked
Warning in lib/eal/include/generic/rte_atomic.h:
Using __sync_xxx builtins
More information about the test-report
mailing list