[dpdk-test-report] |WARNING| pw70100 [PATCH v4 3/4] devtools: prevent use of rte atomic APIs in future patches

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 12 10:05:56 CEST 2020


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#110: FILE: devtools/checkpatches.sh:83:
+		-v MESSAGE='Use of rte_atomicNN_xxx APIs not allowed, use rte_atomic_xxx APIs' \

WARNING:LONG_LINE: line over 90 characters
#118: FILE: devtools/checkpatches.sh:91:
+		-v MESSAGE='Use of __sync_xxx built-ins not allowed, use rte_atomic_xxx APIs' \

total: 0 errors, 2 warnings, 29 lines checked


More information about the test-report mailing list