[dpdk-test-report] |WARNING| pw60077 [PATCH v2 1/2] eal: split compat header file

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 27 23:01:13 CEST 2019


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#255: FILE: lib/librte_eal/common/include/rte_function_versioning.h:43:
+#define VERSION_SYMBOL(b, e, n) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@DPDK_" RTE_STR(n))

WARNING:LONG_LINE: line over 90 characters
#262: FILE: lib/librte_eal/common/include/rte_function_versioning.h:50:
+#define BIND_DEFAULT_SYMBOL(b, e, n) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@@DPDK_" RTE_STR(n))

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#285: FILE: lib/librte_eal/common/include/rte_function_versioning.h:73:
+#define MAP_STATIC_SYMBOL(f, p) f __attribute__((alias(RTE_STR(p))))

total: 1 errors, 2 warnings, 231 lines checked


More information about the test-report mailing list