From: Ron Mercer Date: Mon, 26 Feb 2007 19:06:41 +0000 (-0800) Subject: qla3xxx: bugfix tx reset after stress conditions. X-Git-Tag: v2.6.21-rc2~3^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b66d12de57d8455615d9f619e18824137ed547;p=pandora-kernel.git qla3xxx: bugfix tx reset after stress conditions. To Reproduce the Problem: To reproduce this panic consistently, we run an intensive network application like 'netperf' and then switch to a different console. After waiting for a couple of seconds, you will see a tx reset has occured. Reason: We enable interrupts even if we were not running. Solution: Now we will enable interrupts only after we are ready to give up the poll routine. Signed-off-by: Ron Mercer Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed