[dpdk-test-report] |WARNING| pw25513 [PATCH RFC 06/29] vhost: implement virtio 1.1 dequeue path

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


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#49: FILE: lib/librte_vhost/virtio-1.1.h:17:
+        __le64 addr;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#49: FILE: lib/librte_vhost/virtio-1.1.h:17:
+        __le64 addr;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#50: FILE: lib/librte_vhost/virtio-1.1.h:18:
+        __le32 len;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#50: FILE: lib/librte_vhost/virtio-1.1.h:18:
+        __le32 len;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#51: FILE: lib/librte_vhost/virtio-1.1.h:19:
+        __le16 index;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#51: FILE: lib/librte_vhost/virtio-1.1.h:19:
+        __le16 index;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#52: FILE: lib/librte_vhost/virtio-1.1.h:20:
+        __le16 flags;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#52: FILE: lib/librte_vhost/virtio-1.1.h:20:
+        __le16 flags;$

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#140: FILE: lib/librte_vhost/virtio_net.c:1045:
+		if (unlikely(dev->dequeue_zero_copy && (hpa = gpa_to_hpa(dev,

total: 5 errors, 4 warnings, 222 lines checked


More information about the test-report mailing list