Date: Mon, 17 Jul 2006 13:26:16 -0400 From: John Baldwin <jhb@freebsd.org> To: Alex Zbyslaw <xfb52@dial.pipex.com> Cc: freebsd-hackers@freebsd.org Subject: Re: [Fwd: Interrupts question] Message-ID: <200607171326.17133.jhb@freebsd.org> In-Reply-To: <44BBBDA6.4010209@dial.pipex.com> References: <44BB9D21.3010400@dial.pipex.com> <200607171128.00303.jhb@freebsd.org> <44BBBDA6.4010209@dial.pipex.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 17 July 2006 12:41, Alex Zbyslaw wrote: > John Baldwin wrote: > > >On Monday 17 July 2006 10:22, Alex Zbyslaw wrote: > > > > > >>No responses from questions@. Anyone here understand what's going on? > >>Thanks]. > >>__ > >>I was monitoring a machine with "systat -vmstat" and noticed something > >>about the interrupts and I don't know if it's a problem or not. If it > >>is a problem, is there anything I can do about it? > >> > >>The interrupts for the network interface (em0) on irq 64 exactly match > >>those for a uhc device on irq 16. > >> > >>And the interrupts for the hardware raid (amr) on irq 46 exactly match > >>those for a uhc device on irq 18. > >> > >>The machine is a Dell 2850 running 5.4. Relevant bits from the dmesg are: > >> > >> > > > >FAQ. It's due to brain damage in the Intel PCIX hubs and can't be fixed > >directly. > > > > > > > Thanks. I did search and couldn't find anything; guess I didn't search > for the right thing :-( > > Any idea how much this might impact performance, especially of the disk? > > One thing I realised I missed from original dmesg was > > > Interrupt storm detected on "irq18: uhci2"; throttling interrupt source > > which ties to the disk interrupt. Will that be slowing things down? > Would increasing the storm threshold help (especially disk > performance)? Guess I'm looking for any mitigation that might be possible. > > Thanks again, There's no easy answer on this. You'll have to run your own benchmarks. If you don't need USB, then you may just want to leave it out of your kernel which might help some. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607171326.17133.jhb>