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 51673488EF for ; Thu, 9 Oct 2025 11:21:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 48AE140277; Thu, 9 Oct 2025 11:21:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1FAF540277 for ; Thu, 9 Oct 2025 11:21:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C2AFD124268; Thu, 9 Oct 2025 11:21:21 +0200 (CEST) Subject: |WARNING| pw157355 [PATCH v3] net/mlx5: fix age checking crash In-Reply-To: <20251009091810.174004-1-rongweil@nvidia.com> References: <20251009091810.174004-1-rongweil@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rongwei Liu Message-Id: <20251009092121.C2AFD124268@dpdk.org> Date: Thu, 9 Oct 2025 11:21:21 +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/157355 _coding style issues_ CHECK:SPACING: No space is necessary after a cast #244: FILE: drivers/net/mlx5/mlx5_hws_cnt.h:46: + alignas(RTE_CACHE_LINE_SIZE) RTE_ATOMIC(uint32_t) data; CHECK:SPACING: No space is necessary after a cast #268: FILE: drivers/net/mlx5/mlx5_hws_cnt.h:67: + alignas(RTE_CACHE_LINE_SIZE) RTE_ATOMIC(uint32_t) query_gen_when_free; total: 0 errors, 0 warnings, 2 checks, 265 lines checked