From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D5312A00E6 for ; Thu, 21 Mar 2019 18:58:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7FB221B431; Thu, 21 Mar 2019 18:58:43 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id C1D536CD8; Thu, 21 Mar 2019 18:58:41 +0100 (CET) In-Reply-To: <20190319064312.13743-6-tiwei.bie@intel.com> References: <20190319064312.13743-6-tiwei.bie@intel.com> To: test-report@dpdk.org Cc: Tiwei Bie Message-Id: <20190321175841.C1D536CD8@dpdk.org> Date: Thu, 21 Mar 2019 18:58:41 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51322 [PATCH 05/10] net/virtio: refactor virtqueue structure 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/51322 _coding style issues_ CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #586: FILE: drivers/net/virtio/virtqueue.h:203: + bool used_wrap_counter; CHECK:MACRO_ARG_REUSE: Macro argument reuse 'vq' - possible side-effects? #672: FILE: drivers/net/virtio/virtqueue.h:411: +#define VIRTQUEUE_NUSED(vq) ((uint16_t)((vq)->vq_split.ring.used->idx - \ + (vq)->vq_used_cons_idx)) total: 0 errors, 0 warnings, 2 checks, 630 lines checked