netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [r8169] About the "PHY reset until link up" warning
@ 2013-07-22 10:42 Peter Wu
  2013-07-22 21:43 ` Francois Romieu
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Wu @ 2013-07-22 10:42 UTC (permalink / raw)
  To: Francois Romieu; +Cc: netdev, Realtek linux nic maintainers

Hi,

When a cable is not connected while an interface goes up, the "PHY reset until 
link up" warning is logged. Looking back in the history, this warning was 
added in:

commit a7154cb8326c6015b6c5d9ce482d2a1f4c268d99
Author: François Romieu <romieu@fr.zoreil.com>
Date:   Wed Jun 2 12:03:02 2004 -0400

    [PATCH] r8169: link handling and phy reset rework
    
    Link handling changes (Andy Lutomirski <luto@myrealbox.com>):
    - removed rtl8169_hw_phy_reset() and its busy loop;
    - RTL8169_PHY_TIMEOUT is x10 to account for the removal of the
      phy_link_down_cnt loop in rtl8169_phy_timer();
    - added spinlocking in timer context for rtl8169_phy_timer to avoid
      messing with the {set/get}_settings commands issued via ethtool;
    - more TBI stuff.
    
    This patch differs from the former version on the following points:
    - the LinkChg irq does not enable the phy timer when the link goes
      down any more;
    - the phy timer is not enabled in rtl8169_set_speed();
    - removal of the initial renegotiation hack.
(via git://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git)

If this is a (hardware) bug workaround, can't it be restricted to that specific 
hardware or removed altogether (perhaps firmware / other updates fixed it 
already?). Otherwise, what about removing this debug message?

Manually running "ip link set eth1 down" brings the interface down and no 
resets are being attempted. Another way to stop resetting the interface is 
inserting a cable, wait for link up and remove it again. This presumably works 
because rtl8169_down() removes the reset timer.

Regards,
Peter

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-22 22:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-22 10:42 [r8169] About the "PHY reset until link up" warning Peter Wu
2013-07-22 21:43 ` Francois Romieu
2013-07-22 21:48   ` David Miller
2013-07-22 22:45     ` Francois Romieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).