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 5926BA0C46 for ; Fri, 18 Jun 2021 10:10:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 54DAB410E7; Fri, 18 Jun 2021 10:10:41 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 579C9410E5 for ; Fri, 18 Jun 2021 10:10:39 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5219C122E3A; Fri, 18 Jun 2021 10:10:38 +0200 (CEST) In-Reply-To: <20210618200305.662515-4-wenwux.ma@intel.com> References: <20210618200305.662515-4-wenwux.ma@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenwu Ma Message-Id: <20210618081038.5219C122E3A@dpdk.org> Date: Fri, 18 Jun 2021 10:10:38 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94396 [PATCH v2 3/4] vhost: support async dequeue for split ring 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/94396 _coding style issues_ WARNING:TYPO_SPELLING: 'aysnc' may be misspelled - perhaps 'async'? #410: FILE: lib/vhost/virtio_net.c:3393: + uint16_t nr_done_pkts = 0, nr_async_pkts = 0, nr_aysnc_cmpl_pkts = 0; WARNING:TYPO_SPELLING: 'aysnc' may be misspelled - perhaps 'async'? #589: FILE: lib/vhost/virtio_net.c:3572: + nr_aysnc_cmpl_pkts = async_poll_dequeue_completed_split(dev, vq, WARNING:TYPO_SPELLING: 'aysnc' may be misspelled - perhaps 'async'? #592: FILE: lib/vhost/virtio_net.c:3575: + nr_done_pkts += nr_aysnc_cmpl_pkts; total: 0 errors, 3 warnings, 637 lines checked