From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5FF1DA0C43 for ; Mon, 18 Oct 2021 15:17:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 56AF340DF5; Mon, 18 Oct 2021 15:17:33 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 13D2B40141 for ; Mon, 18 Oct 2021 15:17:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id ED7C6121D26; Mon, 18 Oct 2021 15:17:31 +0200 (CEST) In-Reply-To: <20211018131612.145215-1-bingz@nvidia.com> References: <20211018131612.145215-1-bingz@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bing Zhao Message-Id: <20211018131731.ED7C6121D26@dpdk.org> Date: Mon, 18 Oct 2021 15:17:31 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw102039 [PATCH] net/mlx5: fix the RSS consistency check of meter policy X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/102039 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'r1->types != r2->types' #155: FILE: drivers/net/mlx5/mlx5_flow_dv.c:17420: + if ((r1->types != r2->types) && + !((r1->types == 0 || r1->types == ETH_RSS_IP) && + (r2->types == 0 || r2->types == ETH_RSS_IP))) total: 0 errors, 0 warnings, 1 checks, 26 lines checked