[dpdk-test-report] |WARNING| pw28433 [PATCH RFC 3/5] Implement port representor PMD

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 7 10:38:07 CEST 2017


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#900: FILE: drivers/net/representor/rte_eth_representor.c:780:
+	const unsigned nb_rx_queues = 1;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#901: FILE: drivers/net/representor/rte_eth_representor.c:781:
+	const unsigned nb_tx_queues = 1;

total: 0 errors, 2 warnings, 1107 lines checked


More information about the test-report mailing list