Date: Tue, 16 Nov 2004 16:09:46 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c Message-ID: <200411161609.iAGG9kEH079133@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004-11-16 16:09:46 UTC
FreeBSD src repository
Modified files:
sys/kern kern_intr.c
Log:
Adjust the interrupt storm handling code to better handle a storm. When
a storm is detected, enter "storming" mode which throttles the interrupt
source such that the handlers are run once every clock tick. Previously
we allowed a full set of storm_threshold interations through the handler
before going back to sleep. Also, this currently will intentionally exit
storming mode once a second to see if the storm has passed.
Tested by: marcus
Discussed with: bde
Revision Changes Path
1.119 +23 -5 src/sys/kern/kern_intr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411161609.iAGG9kEH079133>
