automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Maxime Coquelin <maxime.coquelin@redhat.com>
Subject: [dpdk-test-report] |WARNING| pw85616 [PATCH 2/3] net/virtio: allocate fake mbuf in Rx queue
Date: Mon, 21 Dec 2020 17:17:35 +0100 (CET)	[thread overview]
Message-ID: <20201221161735.1DF4FCAC5@dpdk.org> (raw)
In-Reply-To: <20201221161456.31696-3-maxime.coquelin@redhat.com>

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

           reply	other threads:[~2020-12-21 16:17 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20201221161456.31696-3-maxime.coquelin@redhat.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201221161735.1DF4FCAC5@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=maxime.coquelin@redhat.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).