|WARNING| pw115550 [PATCH v6 1/7] eal/loongarch: support LoongArch architecture
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Aug 27 11:01:12 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/115550
_coding style issues_
WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
#586: FILE: lib/eal/loongarch/include/rte_atomic.h:19:
+#define rte_mb() do { asm volatile("dbar 0":::"memory"); } while (0)
total: 0 errors, 1 warnings, 1047 lines checked
Warning in lib/eal/loongarch/include/rte_atomic.h:
Using rte_smp_[r/w]mb
Warning in lib/eal/loongarch/include/rte_atomic.h:
Using __atomic_thread_fence
More information about the test-report
mailing list