[dpdk-test-report] |WARNING| pw21985 [PATCH 2/2] drivers/mempool: add ring mempool handler as driver

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 20 21:41:48 CET 2017


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#170: FILE: drivers/mempool/ring/rte_mempool_ring.c:43:
+		unsigned n)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#177: FILE: drivers/mempool/ring/rte_mempool_ring.c:50:
+		unsigned n)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#183: FILE: drivers/mempool/ring/rte_mempool_ring.c:56:
+common_ring_mc_dequeue(struct rte_mempool *mp, void **obj_table, unsigned n)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#189: FILE: drivers/mempool/ring/rte_mempool_ring.c:62:
+common_ring_sc_dequeue(struct rte_mempool *mp, void **obj_table, unsigned n)

total: 0 errors, 4 warnings, 241 lines checked


More information about the test-report mailing list