From patchwork Thu Jul 9 15:08:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10027 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gwyzK0X6jz3wfB for ; Thu, 09 Jul 2026 15:09:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gwyzJ4Md6z7Jk for ; Thu, 09 Jul 2026 15:09:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gwyzG6R6Fz34Sj for ; Thu, 09 Jul 2026 15:08:58 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gwyzD1VqCz33yQ for ; Thu, 09 Jul 2026 15:08:56 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gwyzC6MdBz6nC; Thu, 09 Jul 2026 15:08:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1783609736; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qbLfW/Rdok1/sLJHasFO/04O2kmmXYT4XIqxmYpLp0U=; b=4AMNmF8gJ9xg/FJXIxx321apIbHBgRI00lW6GrKdg217rM/mqWwh8x8ZNXi0s8Urhn+Am7 os0zkIB93Ue56KDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1783609736; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qbLfW/Rdok1/sLJHasFO/04O2kmmXYT4XIqxmYpLp0U=; b=XJ1spLqDgvxP9d69rksMfVemvHAiY9eVKjM0B4EB5Qik9h8i9Ar7KXjzfQhfjjw4v7Zdun AvjVQqCzz2bdjeNF2bDkcf0nhYiJMlkXY1px7QCuaWLDHpKb7uA2w3/RlbLCZGi80DmtlE o9sXPu787at9S/fdymbbFk6fKF3XH3JdsAaAA8XW2Cu/qeVzA7x7Q9KAuOVrQyuOwvm/nX xrgFk4P538i37gwO+JQ95Lv+EbRdgZ1scKT5HGE5Ikdxx35+STizrzjTKVwan0lF7chXbt lcXbrEZphnZWufnslNYgHZG7MbQkKNUho4K0eAlbeCf3GQx2lALA2BnMIfzLcg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] ethtool: Update to version 7.1 Date: Thu, 9 Jul 2026 17:08:47 +0200 Message-ID: <20260709150851.3632942-5-adolf.belka@ipfire.org> In-Reply-To: <20260709150851.3632942-1-adolf.belka@ipfire.org> References: <20260709150851.3632942-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 7.0 to 7.1 - No change to the rootfile - Changelog 7.1 * Feature: track TX pause storm events (-I -a) * Feature: update doc for ETHTOOL_PFC_PREVENTION_TOUT tunable * Feature: RX CQE coalescing params (-c, -C) * Feature: allow hex dump of all pages (-m) * Feature: qsfp: support newer SFF-8636 compliance codes (-m) * Feature: sfpid: support newer SFF-8636 compliance codes (-m) * Fix: document --disable-netlink in help output (-h) * Fix: add missing newlines in FEC output (--show-fec) * Fix: sfpid: fix 10G Base-ER module detection (-m) * Misc: clarify 10000baseCR link mode in man page Signed-off-by: Adolf Belka --- lfs/ethtool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ethtool b/lfs/ethtool index 006c8ad37..62f0cf50e 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -24,7 +24,7 @@ include Config -VER = 7.0 +VER = 7.1 THISAPP = ethtool-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = c2cfdb3256044dd4e331f8663a87e1b5231d45a693501bfd022c823bdbea950c93f0586e5d61e02d28f7ff87df769a68e1126123429f82899603baa69f153006 +$(DL_FILE)_BLAKE2 = 54b3e8764e0c1ff960a09ad2f321d926a0cd7561066747db639d4167124276cea9d9b7b3e10da6df2d17635f392570f8f151d95433f3029e4d522c935796f719 install : $(TARGET)