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 3D396A0C41 for ; Mon, 22 Nov 2021 03:53:59 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2C3E040395; Mon, 22 Nov 2021 03:53:59 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 353714003C for ; Mon, 22 Nov 2021 03:53:57 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 0FB5A121E65; Mon, 22 Nov 2021 03:53:57 +0100 (CET) Subject: |WARNING| pw104544 [RFC 1/1] vhost: integrate dmadev in asynchronous datapath In-Reply-To: <20211122105437.3534231-2-jiayu.hu@intel.com> References: <20211122105437.3534231-2-jiayu.hu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jiayu Hu Message-Id: <20211122025357.0FB5A121E65@dpdk.org> Date: Mon, 22 Nov 2021 03:53:57 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/104544 _coding style issues_ WARNING:TYPO_SPELLING: 'applcations' may be misspelled - perhaps 'applications'? #170: FILE: doc/guides/prog_guide/vhost_lib.rst:431: +enables applcations, like OVS, to save CPU cycles and hide memory copy ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #1039: FILE: lib/vhost/vhost.h:55: +#define VHOST_ASYNC_DMA_TRACK_RING_SIZE (uint32_t)4096 WARNING:TYPO_SPELLING: 'arry' may be misspelled - perhaps 'array'? #1094: FILE: lib/vhost/vhost.h:171: + * Note that this arry could be written by multiple WARNING:BRACES: braces {} are not necessary for single statement blocks #1152: FILE: lib/vhost/virtio_net.c:67: + if (unlikely(dma_space_left < nr_segs)) { + goto out; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #1211: FILE: lib/vhost/virtio_net.c:126: + if (nr_copies == 0) { + goto out; + } total: 1 errors, 4 warnings, 1006 lines checked