diff options
author | Frank Blaschka <frank.blaschka@de.ibm.com> | 2008-04-24 10:15:23 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-04-29 01:56:31 -0400 |
commit | 3f9975aa4d5b3c614eef8785ec63da13fbd55b51 (patch) | |
tree | a9c7fa28d5dc83b5911b6d4b86285c3b7558dd4d /drivers/s390/net/qeth_l3_main.c | |
parent | 213298f862d10ade909bdb7d833493d4bdad683d (diff) | |
download | op-kernel-dev-3f9975aa4d5b3c614eef8785ec63da13fbd55b51.zip op-kernel-dev-3f9975aa4d5b3c614eef8785ec63da13fbd55b51.tar.gz |
qeth: provide get ethtool settings
Load balancing bonding queries the speed of the slave interfaces.
To support a bond consisting of different slave speeds we have to
report the speed by ethtool settings.
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/s390/net/qeth_l3_main.c')
-rw-r--r-- | drivers/s390/net/qeth_l3_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c index f385e93..ce23169 100644 --- a/drivers/s390/net/qeth_l3_main.c +++ b/drivers/s390/net/qeth_l3_main.c @@ -2889,6 +2889,7 @@ static struct ethtool_ops qeth_l3_ethtool_ops = { .get_ethtool_stats = qeth_core_get_ethtool_stats, .get_stats_count = qeth_core_get_stats_count, .get_drvinfo = qeth_core_get_drvinfo, + .get_settings = qeth_core_ethtool_get_settings, }; /* |