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 C1F7A45692 for ; Tue, 23 Jul 2024 13:13:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 777A04279F; Tue, 23 Jul 2024 13:13:13 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BB83240150 for ; Tue, 23 Jul 2024 13:10:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A988C127EE2; Tue, 23 Jul 2024 13:10:33 +0200 (CEST) Subject: |WARNING| pw142663 [PATCH] net/mlx5: workaround list management of Rx queue control In-Reply-To: <20240723110528.1088674-1-bingz@nvidia.com> References: <20240723110528.1088674-1-bingz@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bing Zhao Message-Id: <20240723111033.A988C127EE2@dpdk.org> Date: Tue, 23 Jul 2024 13:10:33 +0200 (CEST) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/142663 _coding style issues_ CHECK:BOOL_COMPARISON: Using comparison to true is error prone #185: FILE: drivers/net/mlx5/mlx5_rxq.c:2287: + if (rxq->possessor == true) total: 0 errors, 0 warnings, 1 checks, 30 lines checked