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 87D89A0471 for ; Fri, 19 Jul 2019 11:06:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7C0A6374E; Fri, 19 Jul 2019 11:06:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 18FDC5B3C; Fri, 19 Jul 2019 11:06:45 +0200 (CEST) In-Reply-To: <1563551049-25638-1-git-send-email-peng.huang@intel.com> References: <1563551049-25638-1-git-send-email-peng.huang@intel.com> To: test-report@dpdk.org Cc: penghuan Message-Id: <20190719090645.18FDC5B3C@dpdk.org> Date: Fri, 19 Jul 2019 11:06:45 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw56763 [DPDK] net/i40e: fix RSS hash update problem for X722 VF 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/56763 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.type == I40E_MAC_X722' #62: FILE: drivers/net/i40e/i40e_rxtx.c:3171: + if ((hw->mac.type == I40E_MAC_X722) || + (hw->mac.type == I40E_MAC_X722_VF)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.type == I40E_MAC_X722_VF' #62: FILE: drivers/net/i40e/i40e_rxtx.c:3171: + if ((hw->mac.type == I40E_MAC_X722) || + (hw->mac.type == I40E_MAC_X722_VF)) { total: 0 errors, 0 warnings, 2 checks, 23 lines checked