|WARNING| pw106987 [PATCH v3 1/1] vhost: integrate dmadev in asynchronous data-path

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 8 03:39:23 CET 2022


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

_coding style issues_


WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#1373: FILE: lib/vhost/vhost.c:1654:
+	async->pkts_cmpl_flag = rte_zmalloc_socket(NULL, vq->size * sizeof(bool), RTE_CACHE_LINE_SIZE,

WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#1756: FILE: lib/vhost/virtio_net.c:112:
+		ret = vhost_async_dma_transfer_one(dev, vq, dma_id, vchan_id, head_idx, &pkts[pkt_idx]);

WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#1931: FILE: lib/vhost/virtio_net.c:1829:
+	n_xfer = vhost_async_dma_transfer(dev, vq, dma_id, vchan_id, async->pkts_idx, async->iov_iter,

total: 0 errors, 3 warnings, 1610 lines checked


More information about the test-report mailing list