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 14C71A00E6 for ; Mon, 15 Apr 2019 10:12:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0BCDA1B113; Mon, 15 Apr 2019 10:12:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 4F1301B141; Mon, 15 Apr 2019 10:12:31 +0200 (CEST) In-Reply-To: <20190415075625.109948-2-xiao.w.wang@intel.com> References: <20190415075625.109948-2-xiao.w.wang@intel.com> To: test-report@dpdk.org Cc: Xiao Wang Message-Id: <20190415081231.4F1301B141@dpdk.org> Date: Mon, 15 Apr 2019 10:12:31 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52788 [PATCH 1/3] net/ifc: do not relay for Tx queue 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/52788 _coding style issues_ CHECK:BOOL_COMPARISON: Using comparison to true is error prone #66: FILE: drivers/net/ifc/ifcvf_vdpa.c:367: + if ((i & 1) == 0 && m_rx == true) { total: 0 errors, 0 warnings, 1 checks, 177 lines checked