[dpdk-test-report] |WARNING| pw36160 [PATCH 05/17] net/virtio: don't dump split virtqueue data

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 16 16:23:21 CET 2018


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'vq' - possible side-effects?
#32: FILE: drivers/net/virtio/virtqueue.h:362:
+#define VIRTQUEUE_DUMP(vq) \
+	do { \
+	if (vtpci_packed_queue((vq)->hw)) break; \
 	uint16_t used_idx, nused; \
 	used_idx = (vq)->vq_ring.used->idx; \
 	nused = (uint16_t)(used_idx - (vq)->vq_used_cons_idx); \

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
#33: FILE: drivers/net/virtio/virtqueue.h:363:
+	do { \
+	if (vtpci_packed_queue((vq)->hw)) break; \

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#34: FILE: drivers/net/virtio/virtqueue.h:364:
+	if (vtpci_packed_queue((vq)->hw)) break; \

total: 1 errors, 1 warnings, 1 checks, 10 lines checked


More information about the test-report mailing list