[dpdk-test-report] |WARNING| pw103100 [PATCH v7 1/5] eal: add new definitions for wait scheme

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 28 08:57:29 CEST 2021


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#112: FILE: lib/eal/arm/include/rte_pause_64.h:40:
+#define __RTE_ARM_LOAD_EXC_16(src, dst, memorder) {       \
 	if (memorder == __ATOMIC_RELAXED) {               \
 		asm volatile("ldxrh %w[tmp], [%x[addr]]"  \
 			: [tmp] "=&r" (dst)               \

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 17)
#178: FILE: lib/eal/arm/include/rte_pause_64.h:110:
 	if (value != expected) {
+		 __RTE_ARM_SEVL()

total: 1 errors, 1 warnings, 241 lines checked


More information about the test-report mailing list