[dpdk-test-report] |WARNING| pw25515 [PATCH RFC 08/29] xxx: batch the desc_hw update?

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 21 05:00:28 CEST 2017


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#129: FILE: lib/librte_vhost/virtio_net.c:1149:
+		for (idx = 1; idx < (uint16_t)(vq->last_used_idx - head_idx); idx++) {
+			desc[(idx + head_idx) & (vq->size - 1)].flags = 0;
+		}

total: 0 errors, 1 warnings, 99 lines checked


More information about the test-report mailing list