[dpdk-test-report] |WARNING| pw60016 [PATCH v3 1/3] mbuf: add bulk free function

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 27 14:09:12 CEST 2019


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#44: FILE: lib/librte_mbuf/rte_mbuf.h:1919:
+rte_pktmbuf_free_bulk(struct rte_mbuf **mbufs, unsigned count)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#46: FILE: lib/librte_mbuf/rte_mbuf.h:1921:
+	unsigned idx = 0;

total: 0 errors, 2 warnings, 23 lines checked


More information about the test-report mailing list