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 E0D0F439C1 for ; Thu, 25 Jan 2024 14:35:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD78242E1B; Thu, 25 Jan 2024 14:35:57 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 192DB402AB for ; Thu, 25 Jan 2024 14:35:31 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 158B6121F08; Thu, 25 Jan 2024 14:35:31 +0100 (CET) Subject: |WARNING| pw136159 [PATCH v2 13/23] net/mlx5: add GENEVE TLV options parser API In-Reply-To: <20240125133043.575860-14-michaelba@nvidia.com> References: <20240125133043.575860-14-michaelba@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Michael Baum Message-Id: <20240125133531.158B6121F08@dpdk.org> Date: Thu, 25 Jan 2024 14:35:31 +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/136159 _coding style issues_ CHECK:SPACING: No space is necessary after a cast #553: FILE: drivers/net/mlx5/mlx5_flow_geneve.c:42: + RTE_ATOMIC(uint32_t) refcnt; CHECK:SPACING: No space is necessary after a cast #569: FILE: drivers/net/mlx5/mlx5_flow_geneve.c:58: + RTE_ATOMIC(uint32_t) refcnt; total: 0 errors, 0 warnings, 2 checks, 1059 lines checked