automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: David Marchand <david.marchand@redhat.com>
Subject: [dpdk-test-report] |WARNING| pw99095 [PATCH] net/virtio: fix virtio-user init when using existing tap
Date: Fri, 17 Sep 2021 11:35:11 +0200 (CEST)	[thread overview]
Message-ID: <20210917093511.88DFD122EE7@dpdk.org> (raw)
In-Reply-To: <20210917093344.31719-1-david.marchand@redhat.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#162: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:143:
+	if (tap_flags & IFF_VNET_HDR) {

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#171: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:151:
+	if (tap_flags & IFF_MULTI_QUEUE)

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#191: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:393:
+	if ((tap_features & IFF_VNET_HDR) == 0) {

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#192: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:394:
+		PMD_INIT_LOG(ERR, "TAP does not support IFF_VNET_HDR");

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#207: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:432:
+	if (tap_features & IFF_MULTI_QUEUE)

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#215: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:440:
+	if ((tap_flags & IFF_MULTI_QUEUE) == 0 && dev->max_queue_pairs > 1)

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#337: FILE: drivers/net/virtio/virtio_user/vhost_kernel_tap.c:63:
+	ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR;

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#337: FILE: drivers/net/virtio/virtio_user/vhost_kernel_tap.c:63:
+	ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR;

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#337: FILE: drivers/net/virtio/virtio_user/vhost_kernel_tap.c:63:
+	ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR;

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#339: FILE: drivers/net/virtio/virtio_user/vhost_kernel_tap.c:65:
+		ifr.ifr_flags |= IFF_MULTI_QUEUE;

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#342: FILE: drivers/net/virtio/virtio_user/vhost_kernel_tap.c:68:
+			multi_queue ? " with IFF_MULTI_QUEUE" : "",

total: 0 errors, 11 warnings, 0 checks, 402 lines checked

       reply	other threads:[~2021-09-17  9:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210917093344.31719-1-david.marchand@redhat.com>
2021-09-17  9:35 ` checkpatch [this message]
2021-09-17 10:20 ` [dpdk-test-report] |SUCCESS| pw99095 [dpdk-dev] " 0-day Robot

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=20210917093511.88DFD122EE7@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=david.marchand@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).