[dpdk-test-report] |WARNING| pw19066 [PATCH v2] mempool: don't check mempool flags when cache is enabled

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 10 09:10:13 CET 2017


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#58: FILE: lib/librte_mempool/rte_mempool.h:1041:
+		      unsigned n, struct rte_mempool_cache *cache)

WARNING:LONG_LINE: line over 90 characters
#81: FILE: lib/librte_mempool/rte_mempool.h:1103:
+			unsigned n, struct rte_mempool_cache *cache, __rte_unused int flags)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#81: FILE: lib/librte_mempool/rte_mempool.h:1103:
+			unsigned n, struct rte_mempool_cache *cache, __rte_unused int flags)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#94: FILE: lib/librte_mempool/rte_mempool.h:1243:
+		      unsigned n, struct rte_mempool_cache *cache)

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 4 warnings, 64 lines checked


More information about the test-report mailing list