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 158A348A08 for ; Thu, 30 Oct 2025 08:42:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1229740608; Thu, 30 Oct 2025 08:42:20 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E781F40609 for ; Thu, 30 Oct 2025 08:42:18 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7263D1261CB; Thu, 30 Oct 2025 08:41:42 +0100 (CET) Subject: |WARNING| pw158291 [PATCH v2] net/mlx5: fix external Rx and Tx queues access In-Reply-To: <20251030073922.205190-1-getelson@nvidia.com> References: <20251030073922.205190-1-getelson@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gregory Etelson Message-Id: <20251030074142.7263D1261CB@dpdk.org> Date: Thu, 30 Oct 2025 08:41:42 +0100 (CET) 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/158291 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #183: FILE: drivers/net/mlx5/mlx5_flow.h:2043: + return EINVAL; total: 0 errors, 1 warnings, 0 checks, 94 lines checked