[dpdk-test-report] |WARNING| pw89489 [PATCH v2] lib/mempool: distinguish debug counters from cache and pool
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Mar 18 12:21:09 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/89489
_coding style issues_
Must be a reply to the first patch (--in-reply-to).
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#134: FILE: lib/librte_mempool/rte_mempool.h:280:
+ unsigned __lcore_id = rte_lcore_id(); \
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#147: FILE: lib/librte_mempool/rte_mempool.h:287:
+ unsigned __lcore_id = rte_lcore_id(); \
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#152: FILE: lib/librte_mempool/rte_mempool.h:292:
+ unsigned __lcore_id = rte_lcore_id(); \
WARNING:TYPO_SPELLING: 'nmae' may be misspelled - perhaps 'name'?
#168: FILE: lib/librte_mempool/rte_mempool.h:306:
+#define __MEMPOOL_OBJS_STAT_SUB(mp, name1, nmae2, n) do {} while (0)
total: 0 errors, 4 warnings, 143 lines checked
More information about the test-report
mailing list