From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3C149A00E6 for ; Mon, 8 Jul 2019 11:31:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CF3F95905; Mon, 8 Jul 2019 11:31:39 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 43E5B1B99B; Mon, 8 Jul 2019 11:31:37 +0200 (CEST) In-Reply-To: <20190708171320.38802-11-yong.liu@intel.com> References: <20190708171320.38802-11-yong.liu@intel.com> To: test-report@dpdk.org Cc: Marvin Liu Message-Id: <20190708093137.43E5B1B99B@dpdk.org> Date: Mon, 8 Jul 2019 11:31:37 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw56217 [RFC PATCH 10/13] add vhost fast zero copy dequeue packed ring function X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/56217 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #32: FILE: lib/librte_vhost/virtio_net.c:2146: +static __rte_always_inline void +free_zmbuf(struct vhost_virtqueue *vq) { WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #146: FILE: lib/librte_vhost/virtio_net.c:2260: + if (vhost_dequeue_normal_packed(dev, vq, mbuf_pool, pkts, &buf_id, [...] + return -1; total: 1 errors, 1 warnings, 147 lines checked