[dpdk-test-report] |WARNING| pw102285 [PATCH v3 4/6] mempool: make header size calculation internal
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Oct 19 19:42:05 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/102285
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#167: FILE: lib/mempool/rte_mempool.h:327:
+#define MEMPOOL_HEADER_SIZE(mp, cs) \
+ RTE_DEPRECATED(MEMPOOL_HEADER_SIZE) RTE_MEMPOOL_HEADER_SIZE(mp, cs)
total: 1 errors, 0 warnings, 82 lines checked
More information about the test-report
mailing list