[dpdk-test-report] |WARNING| pw37319 [PATCH v2 3/3] ethdev: deprecate port count function

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 5 17:34:51 CEST 2018


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#348: FILE: examples/distributor/main.c:545:
+	const unsigned xor_val = (rte_eth_dev_count_avail() > 1);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#588: FILE: examples/l2fwd-crypto/main.c:2314:
+	unsigned nb_ports = rte_eth_dev_count_avail();

total: 0 errors, 2 warnings, 816 lines checked


More information about the test-report mailing list