From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B498BA0C46 for ; Fri, 17 Sep 2021 11:35:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AAEE6406B4; Fri, 17 Sep 2021 11:35:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A3F0540689 for ; Fri, 17 Sep 2021 11:35:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 88DFD122EE7; Fri, 17 Sep 2021 11:35:11 +0200 (CEST) In-Reply-To: <20210917093344.31719-1-david.marchand@redhat.com> References: <20210917093344.31719-1-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20210917093511.88DFD122EE7@dpdk.org> Date: Fri, 17 Sep 2021 11:35:11 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw99095 [PATCH] net/virtio: fix virtio-user init when using existing tap X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" 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