[dpdk-test-report] |WARNING| pw32941 [PATCH v4 12/15] net/avf: enable sse vector Rx Tx func

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jan 5 09:21:30 CET 2018


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

_coding style issues_


CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#565: FILE: drivers/net/avf/avf_rxtx_vec_common.h:64:
+			end = start = rx_bufs[buf_idx];

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#678: FILE: drivers/net/avf/avf_rxtx_vec_common.h:177:
+	unsigned i;

total: 0 errors, 1 warnings, 1 checks, 1276 lines checked


More information about the test-report mailing list