[dpdk-test-report] |WARNING| pw35445 [PATCH RFC 2/7] lib/mbuf: enable parse flags when create mempool

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 27 10:37:31 CET 2018


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#76: FILE: lib/librte_mbuf/rte_mbuf.h:1084:
+	unsigned cache_size, uint16_t priv_size, uint16_t data_room_size,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#77: FILE: lib/librte_mbuf/rte_mbuf.h:1085:
+	unsigned flags, int socket_id);

total: 0 errors, 2 warnings, 55 lines checked


More information about the test-report mailing list