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 D7720464DE for ; Wed, 2 Apr 2025 01:49:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D35E9402B5; Wed, 2 Apr 2025 01:49:32 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D41DE402B5 for ; Wed, 2 Apr 2025 01:49:31 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1122B1251A5; Wed, 2 Apr 2025 01:49:29 +0200 (CEST) Subject: |WARNING| pw152714 [PATCH v2 2/4] net/null: Tx optimizations In-Reply-To: <20250401234828.10888-3-stephen@networkplumber.org> References: <20250401234828.10888-3-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20250401234929.1122B1251A5@dpdk.org> Date: Wed, 2 Apr 2025 01:49:29 +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/152714 _coding style issues_ CHECK:SPACING: No space is necessary after a cast #116: FILE: drivers/net/null/rte_eth_null.c:42: + RTE_ATOMIC(uint64_t) tx_bytes; total: 0 errors, 0 warnings, 1 checks, 99 lines checked