* [dpdk-test-report] |WARNING| pw99095 [PATCH] net/virtio: fix virtio-user init when using existing tap
[not found] <20210917093344.31719-1-david.marchand@redhat.com>
@ 2021-09-17 9:35 ` checkpatch
2021-09-17 10:20 ` [dpdk-test-report] |SUCCESS| pw99095 [dpdk-dev] " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-09-17 9:35 UTC (permalink / raw)
To: test-report; +Cc: David Marchand
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-test-report] |SUCCESS| pw99095 [dpdk-dev] [PATCH] net/virtio: fix virtio-user init when using existing tap
[not found] <20210917093344.31719-1-david.marchand@redhat.com>
2021-09-17 9:35 ` [dpdk-test-report] |WARNING| pw99095 [PATCH] net/virtio: fix virtio-user init when using existing tap checkpatch
@ 2021-09-17 10:20 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-09-17 10:20 UTC (permalink / raw)
To: test-report; +Cc: robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/99095/
_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1244979798
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-17 10:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20210917093344.31719-1-david.marchand@redhat.com>
2021-09-17 9:35 ` [dpdk-test-report] |WARNING| pw99095 [PATCH] net/virtio: fix virtio-user init when using existing tap checkpatch
2021-09-17 10:20 ` [dpdk-test-report] |SUCCESS| pw99095 [dpdk-dev] " 0-day Robot
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).