commit | 0dffc83e5b831df1df83dfe32a0c267347f9950b | [log] [tgz] |
---|---|---|
author | Ajit Khaparde <ajitk@serverengines.com> | Sun Nov 29 17:57:46 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 02 00:50:26 2009 -0800 |
tree | dad072dd1c206cdcb0e55ccfa92276a1bca54123 | |
parent | b7b83ac39a177741a378d728d82e87de9b0a01a5 [diff] |
be2net: fix unnecessary access to hardware to get link, port info Every time while doing ethtool->get_settings we are accessing the hardware to get link status and port information. This is not necessary. We now use the cached copy for this info and update it when the link status changes. From: Suresh R <sureshr@serverengines.com> Signed-off-by: Ajit Khaparde <ajitk@serverengines.com> Signed-off-by: David S. Miller <davem@davemloft.net>