[dpdk-test-report] |WARNING| pw33347 [PATCH v6 12/14] net/avf: enable sse vector Rx Tx func

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 10 07:15:17 CET 2018


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

_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