automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Harold Huang <baymaxhuang@gmail.com>
Subject: |WARNING| pw108482 [PATCH] net/virtio: support NAPI when using vhost_net backend
Date: Wed,  2 Mar 2022 10:42:57 +0100 (CET)	[thread overview]
Message-ID: <20220302094257.7B8C31234A0@dpdk.org> (raw)
In-Reply-To: <20220302094105.148523-1-baymaxhuang@gmail.com>

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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#83: 
[1]: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=fb3f903769e8

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#108: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:398:
+	r_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR;

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#108: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:398:
+	r_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR;

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#108: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:398:
+	r_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR;

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

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#111: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:401:
+		r_flags |= IFF_NAPI;

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#120: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:437:
+	data->tapfds[0] = tap_open(ifname, r_flags, (tap_features & IFF_MULTI_QUEUE) != 0);

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#163: FILE: drivers/net/virtio/virtio_user/vhost_kernel_tap.h:25:
+#define IFF_NAPI         0x0010

total: 0 errors, 8 warnings, 0 checks, 64 lines checked

       reply	other threads:[~2022-03-02  9:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220302094105.148523-1-baymaxhuang@gmail.com>
2022-03-02  9:42 ` checkpatch [this message]
2022-03-02 11:39 ` |SUCCESS| " 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=20220302094257.7B8C31234A0@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=baymaxhuang@gmail.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).