[dpdk-test-report] |WARNING| pw89136 [PATCH v2 3/4] net/virtio: allocate fake mbuf in Rx queue

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 15 16:22:19 CET 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'alignement' may be misspelled - perhaps 'alignment'?
#76: 
requires alignement on a cacheline.

WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#87: 
	struct rte_mbuf            fake_mbuf __attribute__((__aligned__(64))); /*    64   128 */

WARNING:BRACES: braces {} are not necessary for single statement blocks
#163: FILE: drivers/net/virtio/virtio_rxtx.c:707:
+	for (desc_idx = 0; desc_idx < RTE_PMD_VIRTIO_RX_MAX_BURST; desc_idx++) {
+		vq->sw_ring[vq->vq_nentries + desc_idx] = rxvq->fake_mbuf;
 	}

total: 0 errors, 3 warnings, 0 checks, 63 lines checked


More information about the test-report mailing list