* r8169 vpd r/w failed
@ 2012-05-31 17:41 Dave Jones
2012-05-31 23:49 ` Francois Romieu
0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2012-05-31 17:41 UTC (permalink / raw)
To: romieu; +Cc: netdev, Fedora Kernel Team
Francois,
We occasionally see reports from r8169 where it seems to hang
reading vpd data from the NIC. The printk in drivers/pci/
suggests it's likely a firmware bug on the device, and recommends the user
contact the vendor for an update (does Realtek even do firmware updates?)
Is this as the message suggests a firmware bug, or should r8169 be
avoiding trying to read vpd ?
https://bugzilla.redhat.com/show_bug.cgi?id=827137 is one example.
thanks,
Dave
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: r8169 vpd r/w failed
2012-05-31 17:41 r8169 vpd r/w failed Dave Jones
@ 2012-05-31 23:49 ` Francois Romieu
0 siblings, 0 replies; 2+ messages in thread
From: Francois Romieu @ 2012-05-31 23:49 UTC (permalink / raw)
To: Dave Jones; +Cc: netdev, Hayes Wang, Fedora Kernel Team
Dave Jones <davej@redhat.com> :
[...]
> We occasionally see reports from r8169 where it seems to hang
> reading vpd data from the NIC. The printk in drivers/pci/
> suggests it's likely a firmware bug on the device, and recommends the user
> contact the vendor for an update (does Realtek even do firmware updates?)
>
> Is this as the message suggests a firmware bug, or should r8169 be
> avoiding trying to read vpd ?
I have not practiced vpd with the 816x a lot but I have experienced an
unlimited read behavior with the 8168 while trying to access the vpd back
in march. The output exhibited a periodic pattern, so I got rid of
it with something similar to drivers/pci/quirks.c::quirk_brcm_570x_limit_vpd.
I can resurrect it but I'd rather give the pending softirq stuff a try
first and I must test davandra netif_napi_del patch as well. Btw I have
just upgraded my workstation to F17 and it's time for some sleep.
> https://bugzilla.redhat.com/show_bug.cgi?id=827137 is one example.
(990FX)
Adding a RTL_GIGA_MAC_VER_34 case similar to RTL_GIGA_MAC_VER_24 in
rtl_init_rxcfg may temporarily help if netdev watchdog triggers (see
the mess known as https://bugzilla.kernel.org/show_bug.cgi?id=42899).
--
Ueimor
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-31 23:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31 17:41 r8169 vpd r/w failed Dave Jones
2012-05-31 23:49 ` 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).