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 C121646567 for ; Sat, 12 Apr 2025 01:50:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AFD4840E13; Sat, 12 Apr 2025 01:50:53 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2BC4A40DF8 for ; Sat, 12 Apr 2025 01:50:53 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6FA001240EC; Sat, 12 Apr 2025 01:50:38 +0200 (CEST) Subject: |WARNING| pw152899 [RFC 09/13] ethdev: add port mirror capability In-Reply-To: <20250411234927.114568-10-stephen@networkplumber.org> References: <20250411234927.114568-10-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20250411235038.6FA001240EC@dpdk.org> Date: Sat, 12 Apr 2025 01:50:38 +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/152899 _coding style issues_ WARNING:LONG_LINE: line length of 107 exceeds 100 columns #284: FILE: lib/ethdev/rte_ethdev.c:7125: + rte_atomic_store_explicit(&dev->data->rx_mirror, mirror, rte_memory_order_relaxed); WARNING:LONG_LINE: line length of 107 exceeds 100 columns #286: FILE: lib/ethdev/rte_ethdev.c:7127: + rte_atomic_store_explicit(&dev->data->tx_mirror, mirror, rte_memory_order_relaxed); ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #522: FILE: lib/ethdev/rte_ethdev_core.h:105: + RTE_ATOMIC(struct rte_eth_mirror *) *rx_mirror; ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #531: FILE: lib/ethdev/rte_ethdev_core.h:125: + RTE_ATOMIC(struct rte_eth_mirror *) *tx_mirror; ^ total: 2 errors, 2 warnings, 384 lines checked