[dpdk-test-report] |WARNING| pw56217 [RFC PATCH 10/13] add vhost fast zero copy dequeue packed ring function

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jul 8 11:31:37 CEST 2019


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

_coding style issues_


ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#32: FILE: lib/librte_vhost/virtio_net.c:2146:
+static __rte_always_inline void
+free_zmbuf(struct vhost_virtqueue *vq) {

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#146: FILE: lib/librte_vhost/virtio_net.c:2260:
+	if (vhost_dequeue_normal_packed(dev, vq, mbuf_pool, pkts, &buf_id,
[...]
+			return -1;

total: 1 errors, 1 warnings, 147 lines checked


More information about the test-report mailing list