[dpdk-test-report] |WARNING| pw25517 [PATCH RFC 10/29] vhost: prefetch desc

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


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#72: FILE: lib/librte_vhost/virtio_net.c:1143:
+			rte_memcpy(&desc_cached[0],    &desc[idx], 64 * sizeof(struct vring_desc_1_1));

WARNING:LONG_LINE: line over 90 characters
#74: FILE: lib/librte_vhost/virtio_net.c:1145:
+			rte_memcpy(&desc_cached[0],    &desc[idx], size * sizeof(struct vring_desc_1_1));

WARNING:LONG_LINE: line over 90 characters
#75: FILE: lib/librte_vhost/virtio_net.c:1146:
+			rte_memcpy(&desc_cached[size], &desc[0],   (64 - size) * sizeof(struct vring_desc_1_1));

total: 0 errors, 3 warnings, 73 lines checked


More information about the test-report mailing list