Date: Wed, 17 Nov 2004 02:50:52 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: John Baldwin <jhb@FreeBSD.org> Cc: Robert Watson <rwatson@FreeBSD.org> Subject: Re: 6-CURRENT unbelievably slow? Message-ID: <419B02DC.3060508@marcuscom.com> In-Reply-To: <200411161105.43475.jhb@FreeBSD.org> References: <Pine.NEB.3.96L.1041110212739.85487A-100000@fledge.watson.org> <200411151424.49790.jhb@FreeBSD.org> <4199AEC8.1070608@marcuscom.com> <200411161105.43475.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
John Baldwin wrote:
|>Yes, this patch makes a world of difference. The interrupt storm is
|>still there, but the ata0 (irq 14) rate is down to 1480 per second, and
|>the interrupt load is only ~2%. Thanks.
|
|
| Can you tweak it a bit and see if it works even better if you put an
#if 0
| around the lines that read:
|
| + if (count > hz) {
| + storming = 0;
| + count = 0;
| + } else
| + count++;
Removing these lines brings the storm down to ~978 per second, so yes,
this is better. Thanks.
Joe
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBmwLbb2iPiv4Uz4cRAr7TAKCEc30+Vw3yDvQl0/mNzNyA92PeHgCgk3Je
DSBCE3CQn33rnwxFh5oupp4=
=+7Og
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?419B02DC.3060508>
