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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri May 5 15:58:40 CEST 2017


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

_coding style issues_


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

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

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

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

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

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

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

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

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#139: 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