From patchwork Fri Jun 7 12:47:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7850 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 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4VwgwC2KyWz3wxV for ; Fri, 7 Jun 2024 12:47:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Vwgw84GxVz148; Fri, 7 Jun 2024 12:47:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Vwgw826x6z337d; Fri, 7 Jun 2024 12:47:52 +0000 (UTC) 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 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Vwgw50QWRz30G0 for ; Fri, 7 Jun 2024 12:47:49 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Vwgw414WhzyQ; Fri, 7 Jun 2024 12:47:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1717764468; 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; bh=VRJ+K7zZJyF0ZOkkna/J8lV+eSSQJPniDvwEtVlss6U=; b=7kzYYv70kc6RkkbqmX/tphUm4Ukr5kdF6LwFAKMoLoBrLLi99Cuz6nqopWmYl3n/ypRNbj 176T+wENOJMTKoBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1717764468; 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; bh=VRJ+K7zZJyF0ZOkkna/J8lV+eSSQJPniDvwEtVlss6U=; b=K//e3Va8zBAYk8o6fC8FMHC/oW7pQv6qkE/miPI1PlVl/7aAMJhUlJmp1LUAPksKGBi8dV uHGxGo4oJNQRxGrmK0k4QRcxfCwmTDsyzGzw/SM8dBxtken7BOwaeDyRL+gu410y+EEQXe YkUR7FD2XGJFUMH3E+C2DigZCw3wJY4Q1IwyBSiRT73hcHLsOGMpd8vfYj4hPG1I0NqQHW zTP+eSFY+wAS+/H+Qtkhv+78gksKLiuBJ89T5UgR6HlHBMWRezDLvFMo73+OQIBds+Lzvn H2yTUhLCGyOL0OEod7Ep/70tnAfHWC9Dw9s1BG1XBlUI6rU7AgbEGxiHXaZXoQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ethtool: Update to version 6.9 Date: Fri, 7 Jun 2024 14:47:40 +0200 Message-ID: <20240607124741.3412424-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: KVUUOEXJNYYOKG7WYBL4Q3KB33OV6RSD X-Message-ID-Hash: KVUUOEXJNYYOKG7WYBL4Q3KB33OV6RSD X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 6.7 to 6.9 - Update of rootfile not required - Changelog 6.9 * Feature: support for rx-flow-hash gtp (-N) * Feature: support for RSS input transformation (-X) * Fix: typo in coalescing output (-c) * Fix: document all debugging flags 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 c6b54aa4e..9cdede460 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -24,7 +24,7 @@ include Config -VER = 6.7 +VER = 6.9 THISAPP = ethtool-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 94a6fd8d29ff479eb894fe56bf991f522fff9af5a94c176d06be2819fe2520125cb48dbded229df1a9f5a0308aeaec503c55caf5d248eef87640c7f90f1132ec +$(DL_FILE)_BLAKE2 = e04fa530084ad14abfea8c3802f272eb61eae9ee07aa2a12d16eeb77708b5ab021f1cdee10c24f83f77d65f2740ba5aceda99c21c47ef6cbcd65834af8334b00 install : $(TARGET)