Re: [PATCH net-next-2.6 6/6] be2net: fix unnecessary access to hardware to get link, port info
From: David Miller <davem@davemloft.net>
Date: 2009-12-02 09:11:26
From: David Miller <davem@davemloft.net>
Date: 2009-12-02 09:11:26
From: Ajit Khaparde <redacted> Date: Mon, 30 Nov 2009 09:27:46 +0530
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 <redacted> Signed-off-by: Ajit Khaparde <redacted>
Applied.