From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2BB697CEA; Fri, 16 Mar 2018 16:23:27 +0100 (CET) In-Reply-To: <20180316152120.13199-13-jfreimann@redhat.com> References: <20180316152120.13199-13-jfreimann@redhat.com> To: test-report@dpdk.org Cc: Jens Freimann Message-Id: <20180316152327.2BB697CEA@dpdk.org> Date: Fri, 16 Mar 2018 16:23:27 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw36167 [PATCH 12/17] vhost: dequeue for packed queues 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: , X-List-Received-Date: Fri, 16 Mar 2018 15:23:27 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/36167 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #99: FILE: lib/librte_vhost/virtio_net.c:1147: + if (unlikely((desc->len < dev->vhost_hlen)) || [...] + RTE_LOG(ERR, VHOST_DATA, ERROR:ASSIGN_IN_IF: do not use assignment in if condition #169: FILE: lib/librte_vhost/virtio_net.c:1217: + if (unlikely(dev->dequeue_zero_copy && (hpa = gpa_to_hpa(dev, WARNING:BRACES: braces {} are not necessary for single statement blocks #202: FILE: lib/librte_vhost/virtio_net.c:1250: + if (unlikely(desc->flags & VRING_DESC_F_INDIRECT)) { + RTE_LOG(ERR, VHOST_DATA, "INDIRECT not supported yet"); + } total: 1 errors, 2 warnings, 254 lines checked