public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [net:r8169] kernel 4.0.0 double "link down" on boot
@ 2015-04-16 18:06 rh_
  2015-04-16 23:16 ` Francois Romieu
  0 siblings, 1 reply; 2+ messages in thread
From: rh_ @ 2015-04-16 18:06 UTC (permalink / raw)
  To: linux-kernel

I see these double "link down" now in 4.0

[   19.927880] r8169 0000:03:00.2 eth0: link down
[   19.927902] r8169 0000:03:00.2 eth0: link down
[   22.328888] r8169 0000:03:00.2 eth0: link up

Everything seems to be working fine. Is this an indicator of a problem?
Safe to ignore? If so why?

These files seem to be implicated but I say so because they
contain "link down\n"

drivers/net/mii.c
drivers/net/ethernet/dnet.c

drivers/net/ethernet/realtek/r8169.c

Does it make sense to check 3.19? I don't recall seeing these
there. Oh, I'm using rtl8411-1.fw, will try rtl8411-2.fw. 

Have a nice day!


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

* Re: [net:r8169] kernel 4.0.0 double "link down" on boot
  2015-04-16 18:06 [net:r8169] kernel 4.0.0 double "link down" on boot rh_
@ 2015-04-16 23:16 ` Francois Romieu
  0 siblings, 0 replies; 2+ messages in thread
From: Francois Romieu @ 2015-04-16 23:16 UTC (permalink / raw)
  To: linux-kernel; +Cc: richard_hubbe11

rh_ <richard_hubbe11@lavabit.com> :
> I see these double "link down" now in 4.0
> 
> [   19.927880] r8169 0000:03:00.2 eth0: link down
> [   19.927902] r8169 0000:03:00.2 eth0: link down
> [   22.328888] r8169 0000:03:00.2 eth0: link up
> 
> Everything seems to be working fine. Is this an indicator of a problem?

No.

> Safe to ignore?

Mostly.

> If so why?

The driver is notified of a link event. It schedules a link check.
The link may be back to its original state before the driver notices
the change.

As long as you don't experience high frequency link events for an
extended duration, you should not care.

[...]
> Does it make sense to check 3.19 ?

No.

-- 
Ueimor

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

end of thread, other threads:[~2015-04-16 23:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 18:06 [net:r8169] kernel 4.0.0 double "link down" on boot rh_
2015-04-16 23:16 ` Francois Romieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox