mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Dominik Karall <dominik.karall@gmx.net>
Cc: torvalds@osdl.org, linux-kernel@vger.kernel.org,
	Francois Romieu <romieu@fr.zoreil.com>,
	Jeff Garzik <jgarzik@pobox.com>
Subject: Re: 2.6.14-rc2-mm2 (PHY reset until link up)
Date: Fri, 30 Sep 2005 12:07:23 -0700	[thread overview]
Message-ID: <20050930120723.07d42517.akpm@osdl.org> (raw)
In-Reply-To: <200509302049.45143.dominik.karall@gmx.net>

Dominik Karall <dominik.karall@gmx.net> wrote:
>
> On Thursday 29 September 2005 23:37, Andrew Morton wrote:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.
> >6.14-rc2-mm2/
> 
> hi,
> I'm not sure if this bug is in 2.6.14-rc2 too. I get hundreds of these 
> messages:
> Sep 30 20:12:28 amd64box eth2: PHY reset until link up
> Sep 30 20:12:38 amd64box eth2: PHY reset until link up
> Sep 30 20:12:48 amd64box eth2: PHY reset until link up
> Sep 30 20:12:58 amd64box eth2: PHY reset until link up
> 
> eth2 uses the r8169 driver. _No_ network cable was connected at that moment!
> here is lspci output:
> 0000:00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 
> Gigabit Ethernet (rev 10)
>         Subsystem: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet
>         Flags: 66Mhz, medium devsel, IRQ 217
>         I/O ports at b000 [size=256]
>         Memory at fde00000 (32-bit, non-prefetchable) [size=256]
>         Expansion ROM at fdd00000 [disabled] [size=128K]
>         Capabilities: [dc] Power Management version 2
> 
> and dmesg:
> r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded
> ACPI: PCI Interrupt 0000:00:0e.0[A] -> GSI 19 (level, low) -> IRQ 217
> eth2: Identified chip type is 'RTL8169s/8110s'.
> eth2: RTL8169 at 0xffffc200009ca000, 00:0c:f6:04:87:c0, IRQ 217
> r8169: eth2: link down
> 

That seems a bit dumb - R8169_MSG_DEFAULT has NETIF_MSG_LINK enabled, so
yes, that driver's going to spam logs when there's no cable connected.

I'd suggest that R8169_MSG_DEFAULT be toned down a bit.

  reply	other threads:[~2005-09-30 19:08 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-29 21:37 2.6.14-rc2-mm2 Andrew Morton
2005-09-29 21:46 ` 2.6.14-rc2-mm2 Alexandre Buisse
2005-09-29 22:51   ` 2.6.14-rc2-mm2 Michal Piotrowski
2005-09-29 23:00     ` 2.6.14-rc2-mm2 Aurelien Francillon
2005-09-29 22:56   ` 2.6.14-rc2-mm2 Andrew Morton
2005-09-29 22:08     ` 2.6.14-rc2-mm2 Alexandre Buisse
2005-09-29 23:40       ` 2.6.14-rc2-mm2 Michal Piotrowski
2005-09-29 23:54         ` 2.6.14-rc2-mm2 Brice Goglin
2005-09-30  8:45           ` 2.6.14-rc2-mm2 Laurent Riffard
2005-09-30  9:20             ` 2.6.14-rc2-mm2 Alexander Zarochentsev
2005-09-30 10:10               ` 2.6.14-rc2-mm2 Laurent Riffard
2005-09-29 23:51     ` 2.6.14-rc2-mm2 Hans Reiser
2005-09-29 22:47 ` 2.6.14-rc2-mm2 Michal Piotrowski
2005-09-29 23:18   ` 2.6.14-rc2-mm2 Antonino A. Daplas
2005-09-29 23:25     ` 2.6.14-rc2-mm2 Andrew Morton
2005-09-29 23:45       ` 2.6.14-rc2-mm2 Antonino A. Daplas
2005-09-29 23:47       ` 2.6.14-rc2-mm2 Michal Piotrowski
2005-09-29 23:48       ` 2.6.14-rc2-mm2 Grant Coady
2005-09-29 23:27     ` 2.6.14-rc2-mm2 Michal Piotrowski
2005-09-29 23:09 ` 2.6.14-rc2-mm2 J.A. Magallon
2005-09-30  2:16   ` 2.6.14-rc2-mm2 Grant Coady
2005-10-01 18:16   ` 2.6.14-rc2-mm2 Jean Delvare
2005-09-29 23:26 ` 2.6.14-rc2-mm2 Mark Knecht
2005-09-29 23:49   ` 2.6.14-rc2-mm2 Andrew Morton
2005-09-29 23:58     ` 2.6.14-rc2-mm2 Mark Knecht
2005-09-30 10:06 ` [PATCH -mm] s390: fix TIMER_MAGIC breakage Alexey Dobriyan
2005-09-30 14:36 ` 2.6.14-rc2-mm2 Martin J. Bligh
2005-09-30 16:54   ` 2.6.14-rc2-mm2 Badari Pulavarty
2005-09-30 17:15     ` 2.6.14-rc2-mm2 Grant Wilson
2005-09-30 18:49 ` 2.6.14-rc2-mm2 (PHY reset until link up) Dominik Karall
2005-09-30 19:07   ` Andrew Morton [this message]
2005-09-30 19:32     ` [patch 2.6.14-rc2 1/1] r8169: tone down the r8169 driver Francois Romieu
2005-09-30 20:15     ` 2.6.14-rc2-mm2 (PHY reset until link up) Francois Romieu
2005-09-30 19:36 ` 2.6.14-rc2-mm2 Mickael Marchand
2005-10-04 21:42   ` 2.6.14-rc2-mm2 Mickael Marchand
2005-09-30 19:56 ` 2.6.14-rc2-mm2 alexs
2005-09-30 22:02 ` reiser4 compilation fix [ was: 2.6.14-rc2-mm2] Alexander Zarochentsev
2005-09-30 22:23   ` Stephen Hemminger
2005-10-01  4:56 ` [PATCH] mips: add missing semicolon Yoichi Yuasa
2005-10-01 16:52 ` 2.6.14-rc2-mm2 (dma_timer_expiry) Dominik Karall
2005-10-02 20:06 ` 2.6.14-rc2-mm2 (NULL pointer) Dominik Karall
2005-10-02 20:45   ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050930120723.07d42517.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=dominik.karall@gmx.net \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=romieu@fr.zoreil.com \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®