From owner-freebsd-current@FreeBSD.ORG Tue Mar 29 18:35:37 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E595A16A4CE for ; Tue, 29 Mar 2005 18:35:37 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4235F43D31 for ; Tue, 29 Mar 2005 18:35:37 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id j2TIZZZF030291; Tue, 29 Mar 2005 13:35:36 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-current@freebsd.org, Dan Cojocar Date: Tue, 29 Mar 2005 13:35:33 -0500 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503291335.33385.jkim@niksun.com> X-Virus-Scanned: ClamAV 0.83/792/Mon Mar 28 17:10:20 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Subject: Re: Interrupt storm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 29 Mar 2005 18:35:38 -0000 On Tuesday 29 March 2005 01:22 pm, Dan Cojocar wrote: > Hello all, > > I noticed the following interrupt storm in my dmesg: > > Interrupt storm detected on "irq11: rl1"; throttling interrupt > source Interrupt storm detected on "irq5: rl0"; throttling > interrupt source > > Here is my vmstat -i: > interrupt total rate > irq0: clk 128600 199 > irq1: atkbd0 2499 3 > irq4: sio0 2 0 > irq5: rl0 128901 200 > irq8: rtc 82294 127 > irq11: rl1 128902 200 > irq12: psm0 16152 25 > irq14: ata0 12600 19 > irq15: ata1 71 0 > Total 500021 776 > > and here is my dmesg: > http://cs.ubbcluj.ro/~dan/dmesg.txt > > I have options DEVICE_POLLING and options HZ=200, i have tested > with greater HZ values like 1000, and without DEVICE_POLLING but i > have the same storm. Try this: http://docs.freebsd.org/cgi/mid.cgi?200503161154.04555.jkim Jung-uk Kim > If you need more info please ask. > Thanks, > Dan