[dpdk-test-report] |WARNING| pw40887 [PATCH 03/15] examples/l2fwd: move structure definitions to common header

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 8 19:10:55 CEST 2018


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#34: FILE: examples/l2fwd/l2fwd_common.h:25:
+	unsigned n_rx_port;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#35: FILE: examples/l2fwd/l2fwd_common.h:26:
+	unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE];

total: 0 errors, 2 warnings, 38 lines checked


More information about the test-report mailing list