From owner-freebsd-stable@FreeBSD.ORG Sun Oct 8 04:32:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA3C716A403 for ; Sun, 8 Oct 2006 04:32:05 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from omta01sl.mx.bigpond.com (omta01sl.mx.bigpond.com [144.140.92.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F53943D49 for ; Sun, 8 Oct 2006 04:32:04 +0000 (GMT) (envelope-from andrew@areilly.bpa.nu) Received: from omtas01sl.mx.bigpond.com ([141.168.2.3]) by omta01sl.mx.bigpond.com with ESMTP id <20061008043202.ZUAQ221.omta01sl.mx.bigpond.com@omtas01sl.mx.bigpond.com> for ; Sun, 8 Oct 2006 04:32:02 +0000 Received: from areilly.bpa.nu ([141.168.2.3]) by omtas01sl.mx.bigpond.com with ESMTP id <20061008042418.JCBQ28486.omtas01sl.mx.bigpond.com@areilly.bpa.nu> for ; Sun, 8 Oct 2006 04:24:18 +0000 Received: (qmail 67663 invoked by uid 501); 8 Oct 2006 04:30:06 -0000 Date: Sun, 8 Oct 2006 14:30:06 +1000 From: Andrew Reilly To: Kris Kennaway Message-ID: <20061008043006.GA67655@duncan.reilly.home> References: <45244053.6030706@samsco.org> <20061005200552.GA80162@xor.obsecurity.org> <4525766D.5060004@mail.uni-mainz.de> <20061005214505.GA81829@xor.obsecurity.org> <4526201C.7060304@uni-mainz.de> <20061006172642.GA15047@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061006172642.GA15047@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: "O. Hartmann" , "O. Hartmann" , freebsd-stable@freebsd.org Subject: Re: em, bge, network problems survey. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Oct 2006 04:32:06 -0000 On Fri, Oct 06, 2006 at 01:26:42PM -0400, Kris Kennaway wrote: > On Fri, Oct 06, 2006 at 11:21:32AM +0200, O. Hartmann wrote: > > > >>And so looks mine, FreeBSD 6.2-PRE/AMD64, > > >>high I/O on disks and I/O on net renders this box unusuable ... > > >> > > >> > > >>thor# vmstat -i > > >>interrupt total rate > > >>irq1: atkbd0 12437 1 > > >>irq6: fdc0 27 0 > > >>irq12: psm0 335285 42 > > >>irq14: ata0 215 0 > > >>irq17: fwohci0 1 0 > > >>irq20: atapci1 102616 12 > > >>irq21: ohci0+ 2 0 > > >>irq22: nve0 ehci0 7594338 956 > > >>irq23: pcm0 41007 5 > > >>cpu0: timer 31752206 3999 > > >>Total 39838134 5018 > > > > > >You don't appear to be using the em driver. Can you confirm? > > > > > >Kris > > > > positive. > > It's probably a nve driver bug then, you should talk to the driver > author. This may not be fixable in FreeBSD since it's a binary > driver, so bug fixes mostly need to be done by the vendor. The OP may want to try the nfe driver, which I've been using very happily on my amd64/nforce4 system for several months. -- Andrew