From owner-freebsd-current@FreeBSD.ORG Fri Jul 27 19:15:36 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E15AC16A418; Fri, 27 Jul 2007 19:15:36 +0000 (UTC) (envelope-from rink@thunderstone.rink.nu) Received: from mx1.rink.nu (thunderstone.rink.nu [80.112.228.34]) by mx1.freebsd.org (Postfix) with ESMTP id 943C213C467; Fri, 27 Jul 2007 19:15:36 +0000 (UTC) (envelope-from rink@thunderstone.rink.nu) Received: from localhost (localhost [127.0.0.1]) by mx1.rink.nu (Postfix) with ESMTP id D8B426D458; Fri, 27 Jul 2007 21:15:34 +0200 (CEST) X-Virus-Scanned: amavisd-new at rink.nu Received: from mx1.rink.nu ([127.0.0.1]) by localhost (thunderstone.rink.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LQZ3ZvBxCZhl; Fri, 27 Jul 2007 21:15:30 +0200 (CEST) Received: from thunderstone.rink.nu (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.rink.nu (Postfix) with ESMTP id 16F3E6D457; Fri, 27 Jul 2007 21:15:30 +0200 (CEST) Received: (from rink@localhost) by thunderstone.rink.nu (8.13.8/8.13.8/Submit) id l6RJFTZr019562; Fri, 27 Jul 2007 21:15:29 +0200 (CEST) (envelope-from rink) Date: Fri, 27 Jul 2007 21:15:29 +0200 From: Rink Springer To: Scott Long Message-ID: <20070727191529.GB3093@rink.nu> References: <20070727154128.GA3093@rink.nu> <46AA4138.6090509@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46AA4138.6090509@samsco.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Rink Springer , current@freebsd.org Subject: Re: Extremely high interrupt count / load on recent CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2007 19:15:37 -0000 On Fri, Jul 27, 2007 at 01:02:16PM -0600, Scott Long wrote: > Can you try removing drivers one at time until it goes away? Also, I'll give this a try later. It's faily easy to reproduce - just use the machine for longer than 1 hour and it'll waste 50% time on interrupts... > what kind of machine is this? This is a 2x Opteron 846 on a Tyan K8SE motherboard, running i386. 2GB RAM. Anything else you need to know? FWIW, the dmesg is available at http://rink.nu/tmp/dmesg-pitchfork.txt Regards, -- Rink P.W. Springer - http://rink.nu "root is always right" -- the kernel > > Scott > > > Rink Springer wrote: > > Hi everyone, > > > > Since my last csup, I'm encountering very high interrupt counts (and > > thus, a high associated interrupt load) on my workstation. > > > > vmstat -i reports: > > > > interrupt total rate > > irq1: atkbd0 26087 1 > > irq14: ata0 58 0 > > irq16: emu10kx0 1051388503 78968 > > irq17: nvidia0+ 1189799 89 > > irq20: ohci0 16596 1 > > irq21: ehci0 1 0 > > irq22: atapci1 1387849 104 > > irq23: atapci2 905538 68 > > irq24: arcmsr0 176404 13 > > irq27: isp0 85 0 > > irq28: bge0 37642180 2827 > > cpu0: timer 26627670 1999 > > cpu1: timer 26595670 1997 > > Total 1145956440 86071 > > > > The problem is, when I remove the snd_emu10kx driver (I load it as a > > module in loader(8)), then irq28: bge0 starts to exhibit the same > > pattern, generating thousands of interrupts. > > > > My kernel is GENERIC + ULE - WITNESS, but the problem also > > occured using plain GENERIC. dmesg is available at > > http://rink.nu/tmp/dmesg-pitchfork.txt > > > > Can anyone help me track this down? > > > > Regards, > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"