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

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 10 14:01:29 CET 2018


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

_coding style issues_


CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#567: 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'
#680: FILE: drivers/net/avf/avf_rxtx_vec_common.h:177:
+	unsigned i;

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


More information about the test-report mailing list