automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw85616 [PATCH 2/3] net/virtio: allocate fake mbuf in Rx queue
       [not found] <20201221161456.31696-3-maxime.coquelin@redhat.com>
@ 2020-12-21 16:17 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-12-21 16:17 UTC (permalink / raw)
  To: test-report; +Cc: Maxime Coquelin

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

_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
#153: 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, 54 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-21 16:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201221161456.31696-3-maxime.coquelin@redhat.com>
2020-12-21 16:17 ` [dpdk-test-report] |WARNING| pw85616 [PATCH 2/3] net/virtio: allocate fake mbuf in Rx queue checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).