|WARNING| pw136602 [PATCH v2] eal: provide macro to allocate and name a section or segment
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Feb 12 21:52:37 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/136602
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#84: FILE: lib/eal/include/rte_common.h:184:
+#define __rte_section(name) \
+ __pragma(data_seg(name)) __declspec(allocate(name))
total: 1 errors, 0 warnings, 25 lines checked
Warning in lib/eal/include/rte_common.h:
Using compiler attribute directly
More information about the test-report
mailing list