- update to ethtool-3.1

OBS-URL: https://build.opensuse.org/package/show/network:utilities/ethtool?expand=0&rev=21
This commit is contained in:
2011-12-13 11:14:42 +00:00
committed by Git OBS Bridge
parent e06bc6ea01
commit f9f0416ff9
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Dec 13 11:10:07 UTC 2011 - puzel@suse.com
- update to ethtool-3.1
* Fix: Show all non-zero registers for tg3 (-d option)
* Feature: Add support for external loopback test (-t option)
* Fix: Show correct flow control registers for Intel 82599 (-d option)
* Feature: Add support for reporting and configuring numbers of
channels/queues (-l and -L options)
* Feature: Report pause frame autonegotiation result (-a option)
* Doc: Change device name metavariable from 'ethX' to 'devname'
* Doc: Fix various layout problems
* Cleanup: Reorganise and add test cases for argument parsing
* Fix: Strictly check for extraneous or missing arguments; in
particular, fail if the device name is missing
-------------------------------------------------------------------
Wed Dec 7 14:14:59 UTC 2011 - cfarrell@suse.com