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

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


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

_coding style issues_


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

WARNING:LONG_LINE: line over 90 characters
#83: 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'
#83: 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'
#96: FILE: lib/librte_mempool/rte_mempool.h:1243:
+		      unsigned n, struct rte_mempool_cache *cache)

total: 0 errors, 4 warnings, 64 lines checked


More information about the test-report mailing list