[dpdk-test-report] |WARNING| pw59737 [PATCH v2 1/2] mbuf: add bulk free function

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 25 14:05:41 CEST 2019


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#43: 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'
#45: 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