Date: Tue, 24 Dec 2002 11:07:39 -0800 From: Marcel Moolenaar <marcel@xcllnt.net> To: Yu-Shun Wang <yushunwa@ISI.EDU> Cc: current@FreeBSD.org Subject: Re: mpt(4): berserk interrupt frequency Message-ID: <20021224190739.GA782@dhcp01.pn.xcllnt.net> In-Reply-To: <3E08A798.6080400@isi.edu> References: <20021224004748.GA1134@athlon.pn.xcllnt.net> <3E08A798.6080400@isi.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 24, 2002 at 10:29:44AM -0800, Yu-Shun Wang wrote: > Hi, > > Can't comment on the reasons for your case, but that number was > definitely strange. Here's ours: I figured out what was the problem. On the ia64 box this was happening we had sio2 interrupting at irq 82, while there was only room to keep counters for 64 interrupt sources. We over- flowed the interrupt name table and wrote into the interrupt counter table and happened to globber the counters for mpt0, mpt1 and bge0. I increased the table size for 128 interrupt sources and all looks normal again. If it wasn't for vmstat I'd nuke the whole table and have a more dynamic approach... Ah well.. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021224190739.GA782>