| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAMGsXDSsSMWfrV1vjnqkWH45ypZw+ZtYF7=ytc79MWRJ5RF5jQ@mail.gmail.com> Date: Tue, 12 Jun 2012 08:51:22 +0200 From: Tomas Papan <tomas.papan@...il.com> To: Francois Romieu <romieu@...zoreil.com> Cc: netdev@...r.kernel.org Subject: Re: 3.4-rc: NETDEV WATCHDOG: eth0 (r8169): transmit queue 0 timed out Hi Francois, I tried your patch, so far no exception has been generated (uptime 1 hour) . I'll keep it running for 1 day and then I'll come back to you. Anyway thanks for the patch. Regards Tomas On Tue, Jun 12, 2012 at 7:26 AM, Francois Romieu <romieu@...zoreil.com> wrote: > Tomas Papan <tomas.papan@...il.com> : > [...] >> [ 2.780758] r8169 0000:03:00.0: eth1: RTL8168e/8111e at >> 0xffffc9000001c000, 80:ee:73:10:ad:44, XID 0c200000 IRQ 46 > > Let's see if it behaves like RTL_GIGA_MAC_VER_34. > > Can you try the patch below ? > > diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c > index bbacb37..da46588 100644 > --- a/drivers/net/ethernet/realtek/r8169.c > +++ b/drivers/net/ethernet/realtek/r8169.c > @@ -3766,6 +3766,7 @@ static void rtl_init_rxcfg(struct rtl8169_private *tp) > case RTL_GIGA_MAC_VER_22: > case RTL_GIGA_MAC_VER_23: > case RTL_GIGA_MAC_VER_24: > + case RTL_GIGA_MAC_VER_33: > RTL_W32(RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST); > break; > default: > > -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists