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 97187A04DB for ; Fri, 11 Dec 2020 02:37:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 82499BC8A; Fri, 11 Dec 2020 02:37:08 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id C96DABE73; Fri, 11 Dec 2020 02:37:07 +0100 (CET) In-Reply-To: <20201211013506.49885-1-dapengx.yu@intel.com> References: <20201211013506.49885-1-dapengx.yu@intel.com> To: test-report@dpdk.org Cc: dapengx.yu@intel.com Message-Id: <20201211013707.C96DABE73@dpdk.org> Date: Fri, 11 Dec 2020 02:37:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw84988 [PATCH] net/ixgbe: fix fdirctrl register setting 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/84988 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'fdir_info->flex_bytes_offset != fdir_rule.flex_bytes_offset' #134: FILE: drivers/net/ixgbe/ixgbe_flow.c:3162: + if (fdir_rule.mask.flex_bytes_mask && + (fdir_info->flex_bytes_offset != + fdir_rule.flex_bytes_offset)) total: 0 errors, 0 warnings, 1 checks, 51 lines checked