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 2D0304889E for ; Fri, 3 Oct 2025 13:04:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 28F9940262; Fri, 3 Oct 2025 13:04:31 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5FC7640262 for ; Fri, 3 Oct 2025 13:04:30 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4D7A3124256; Fri, 3 Oct 2025 13:04:26 +0200 (CEST) Subject: |WARNING| pw157258 [PATCH v3 4/7] drivers/net: update to remove queue stats from eth stats In-Reply-To: <20251003110201.1541183-5-bruce.richardson@intel.com> References: <20251003110201.1541183-5-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20251003110426.4D7A3124256@dpdk.org> Date: Fri, 3 Oct 2025 13:04:26 +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/157258 _coding style issues_ WARNING:LONG_LINE: line length of 105 exceeds 100 columns #1892: FILE: drivers/net/intel/ixgbe/ixgbe_ethdev.c:3401: +ixgbe_dev_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats, struct eth_queue_stats *qstats) CHECK:CAMELCASE: Avoid CamelCase: #3531: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1525: + qstats->q_errors[i] = rxStats.pktsRxError; total: 0 errors, 1 warnings, 1 checks, 2886 lines checked