From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 185981B33F; Wed, 8 Nov 2017 12:04:45 +0100 (CET) In-Reply-To: <20171108110348.38548-1-zhiyong.yang@intel.com> References: <20171108110348.38548-1-zhiyong.yang@intel.com> To: test-report@dpdk.org Cc: Zhiyong Yang Message-Id: <20171108110445.185981B33F@dpdk.org> Date: Wed, 8 Nov 2017 12:04:45 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31268 [PATCH v2] net/virtio: fix rxq intr config fails using vfio-pci 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: Wed, 08 Nov 2017 11:04:45 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31268 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'msix_detect >= SUPPORT_MSIX_STATUS_DISABLED' #142: FILE: drivers/net/virtio/virtio_ethdev.c:1440: + if (vtpci_with_feature(hw, VIRTIO_NET_F_STATUS) && + (msix_detect >= SUPPORT_MSIX_STATUS_DISABLED)) total: 0 errors, 0 warnings, 1 checks, 182 lines checked