lkml.org 
[lkml]   [2011]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [bug?] r8169: hangs under heavy load
Eric Dumazet <eric.dumazet@gmail.com> :
[...]
> rtl8169_rx_interrupt(..., budget) can return budget + 1 sometimes
> because of :
>
> /* Work around for AMD plateform. */
> if ((desc->opts2 & cpu_to_le32(0xfffe000)) &&
> (tp->mac_version == RTL_GIGA_MAC_VER_05)) {
> desc->opts2 = 0;
> cur_rx++;
> }

It needs fixing but RTL_GIGA_MAC_VER_05 is an old PCI 8169sc while
debian's bug #642911 is about a 8168c (aka RTL_GIGA_MAC_VER_{19 .. 22}).

This path is not used.

--
Ueimor


\
 
 \ /
  Last update: 2011-11-25 23:31    [W:0.057 / U:25.740 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site