From owner-freebsd-net@FreeBSD.ORG Mon Feb 7 07:14:32 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E254106564A; Mon, 7 Feb 2011 07:14:32 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [62.231.161.221]) by mx1.freebsd.org (Postfix) with ESMTP id 8081A8FC15; Mon, 7 Feb 2011 07:14:30 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.4/8.14.4) with ESMTP id p177ERFr031499; Mon, 7 Feb 2011 13:14:28 +0600 (NOVT) (envelope-from egrosbein@rdtc.ru) Message-ID: <4D4F9BCE.2070309@rdtc.ru> Date: Mon, 07 Feb 2011 13:14:22 +0600 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: lev@freebsd.org References: <787079038.20110207004023@serebryakov.spb.ru> In-Reply-To: <787079038.20110207004023@serebryakov.spb.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: em0 hangs without any messages like "Watchdog timeout", only down/up reset it. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2011 07:14:32 -0000 On 07.02.2011 03:40, Lev Serebryakov wrote: > Hello, Freebsd-stable. > > > My em0 (the same, copy'n'paste hardware info from previous > mnessage): > > em0@pci0:0:25:0: class=0x020000 card=0x82681043 chip=0x10bd8086 rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = 'Intel 82566DM Gigabit Ethernet Adapter (82566DM)' > class = network > subclass = ethernet > bar [10] = type Memory, range 32, base 0xfea40000, size 131072, enabled > bar [14] = type Memory, range 32, base 0xfea79000, size 4096, enabled > bar [18] = type I/O Port, range 32, base 0xdc00, size 32, enabled > cap 01[c8] = powerspec 2 supports D0 D3 current D0 > cap 05[d0] = MSI supports 1 message, 64 bit > cap 09[e0] = vendor (length 6) Intel cap 2 version 0 > > It is on-board LAN on Q35-based MoBo (ASUS P5E-VM DO) > > It hangs under load without any output. When it works with POLLING, it > prints "Watchdog timeout" and reset automatically several times a day, > but without POLLING it simply hangs with same frequency. It is > 8.2-PRERELEASE (from RELENG_8), cvsupped AFTER 22 Jan (last commit to > e1000 drivers family). > > Locally system works, but mbufs are overfilled. "ifconfig em0 down > && ifconfig em0 up" solves problem. > > Output of different diagnostic tools (vmstat, netstat, ifconfig, > sysctl of dev.em.0 tree, top -S) are attached in one file. > > Early (about half year ago) this sytem works without any problems > with net. Have you read thread "em driver, 82574L chip, and possibly ASPM" in net@ ?