[dpdk-test-report] |WARNING| pw73353 [PATCH v4 1/3] eal: adjust barriers for IO on Armv8-a

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jul 7 01:45:19 CEST 2020


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#71: 
[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=22ec71615d824f4f11d38d0e55a88d8956b7e45f

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#99: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:22:
+#define rte_mb() asm volatile("dmb osh" : : : "memory")

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#102: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:24:
+#define rte_wmb() asm volatile("dmb oshst" : : : "memory")

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#105: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:26:
+#define rte_rmb() asm volatile("dmb oshld" : : : "memory")

total: 3 errors, 1 warnings, 32 lines checked


More information about the test-report mailing list