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 27A7948864 for ; Mon, 29 Sep 2025 17:03:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 238C4402E5; Mon, 29 Sep 2025 17:03:11 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7F13E402E5 for ; Mon, 29 Sep 2025 17:03:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3198F124247; Mon, 29 Sep 2025 17:00:01 +0200 (CEST) Subject: |WARNING| pw157038 [PATCH v2 3/6] ethdev: remove queue stats from ethdev stats structure In-Reply-To: <20250929150009.1542208-4-bruce.richardson@intel.com> References: <20250929150009.1542208-4-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20250929150001.3198F124247@dpdk.org> Date: Mon, 29 Sep 2025 17:00:01 +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/157038 _coding style issues_ WARNING:LONG_LINE: line length of 104 exceeds 100 columns #211: FILE: lib/ethdev/ethdev_private.h:85: +int eth_stats_qstats_get(uint16_t port_id, struct rte_eth_stats *stats, struct eth_queue_stats *qstats); total: 0 errors, 1 warnings, 228 lines checked