[dpdk-test-report] |WARNING| pw70334 [PATCH v5] abi: provide experimental alias of API for old apps

checkpatch at dpdk.org checkpatch at dpdk.org
Fri May 15 16:38:25 CEST 2020


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

_coding style issues_


WARNING:LONG_LINE_COMMENT: line over 90 characters
#366: FILE: lib/librte_eal/include/rte_function_versioning.h:51:
+ * Creates a symbol version table entry binding the symbol <b>@EXPERIMENTAL to the internal

WARNING:LONG_LINE_COMMENT: line over 90 characters
#367: FILE: lib/librte_eal/include/rte_function_versioning.h:52:
+ * function name <b><e>. The macro is used when a symbol matures to become part of the stable ABI,

WARNING:LONG_LINE: line over 90 characters
#370: FILE: lib/librte_eal/include/rte_function_versioning.h:55:
+#define VERSION_SYMBOL_EXPERIMENTAL(b, e) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@EXPERIMENTAL")

total: 0 errors, 3 warnings, 228 lines checked
__rte_experimental must appear alone on the line immediately preceding the return type of a function.
__rte_experimental must appear alone on the line immediately preceding the return type of a function.


More information about the test-report mailing list