- update to upstream release 5.17

OBS-URL: https://build.opensuse.org/package/show/network:utilities/ethtool?expand=0&rev=114
This commit is contained in:
Michal Kubeček
2022-04-04 00:12:55 +00:00
committed by Git OBS Bridge
parent 672e5d5d38
commit abce135232
6 changed files with 28 additions and 15 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 4 00:11:20 UTC 2022 - Michal Kubecek <mkubecek@suse.cz>
- update to upstream release 5.17
* Feature: transceiver module power mode (--set-module)
* Feature: transceiver module extended state (--show-module)
* Feature: get/set rx buffer length (-g and -G)
* Feature: tx copybreak buffer size (--get-tunable and
--set-tunable)
* Feature: JSON output for features (-k)
* Feature: support OSFP transceiver modules (-m)
* Fix: add missing free() calls (--get-tunable and --set-tunable)
-------------------------------------------------------------------
Tue Jan 18 23:36:15 UTC 2022 - Michal Kubecek <mkubecek@suse.cz>