diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-05-24 15:36:44 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-05-25 13:44:43 +0200 |
commit | ace241014c3764810e2a6cbf8ff2d5c525590712 (patch) | |
tree | a868b6de2d2a9148bbd718236c34ba340fd0e944 /package/network | |
parent | c4abaa345ce4500948c8621e882eca92fdfe39c5 (diff) | |
download | upstream-ace241014c3764810e2a6cbf8ff2d5c525590712.tar.gz upstream-ace241014c3764810e2a6cbf8ff2d5c525590712.tar.bz2 upstream-ace241014c3764810e2a6cbf8ff2d5c525590712.zip |
ethtool: bump to 5.1
* Feature: Add support for 200Gbps (50Gbps per lane) link mode
* Feature: simplify handling of PHY tunable downshift
* Feature: add support for PHY tunable Fast Link Down
* Feature: add PHY Fast Link Down tunable to man page
* Feature: Add a 'start N' option when specifying the Rx flow hash indirection table.
* Feature: Add bash-completion script
* Feature: add 10000baseR_FEC link mode name
* Fix: qsfp: fix special value comparison
* Feature: move option parsing related code into function
* Feature: move cmdline_coalesce out of do_scoalesce
* Feature: introduce new ioctl for per-queue settings
* Feature: support per-queue sub command --show-coalesce
* Feature: support per-queue sub command --coalesce
* Fix: fix up dump_coalesce output to match actual option names
* Feature: fec: add pretty dump
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/utils/ethtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile index e27c21c135..d70997d966 100644 --- a/package/network/utils/ethtool/Makefile +++ b/package/network/utils/ethtool/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ethtool -PKG_VERSION:=5.0 +PKG_VERSION:=5.1 PKG_RELEASE:=1 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/network/ethtool -PKG_HASH:=ecd4233bf023589125d53a4f4a9af19147a2dd8999f72c7768b1d500809bee99 +PKG_HASH:=65feac1fec6565290b7784b2efc925dee900a9b11202ce7c6c30a967c3da3387 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |