From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ethtool: Update to version 6.9 Date: Fri, 07 Jun 2024 14:47:40 +0200 Message-ID: <20240607124741.3412424-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0003760843057095723==" List-Id: --===============0003760843057095723== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 @@ =20 include Config =20 -VER =3D 6.7 +VER =3D 6.9 =20 THISAPP =3D ethtool-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 94a6fd8d29ff479eb894fe56bf991f522fff9af5a94c176d06be28= 19fe2520125cb48dbded229df1a9f5a0308aeaec503c55caf5d248eef87640c7f90f1132ec +$(DL_FILE)_BLAKE2 =3D e04fa530084ad14abfea8c3802f272eb61eae9ee07aa2a12d16eeb= 77708b5ab021f1cdee10c24f83f77d65f2740ba5aceda99c21c47ef6cbcd65834af8334b00 =20 install : $(TARGET) =20 --=20 2.45.2 --===============0003760843057095723==--