From: bo yang Date: Fri, 9 Nov 2007 09:40:16 +0000 (-0500) Subject: [SCSI] megaraid_sas: support for poll_mode_io (reduced interrupt) X-Git-Tag: v2.6.25-rc1~1230^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad84db2e2e1817bb8a29e7c9108eb66bf023d99f;p=pandora-kernel.git [SCSI] megaraid_sas: support for poll_mode_io (reduced interrupt) Added module parameter "poll_mode_io" to support for "polling" (reduced interrupt operation). In this mode, IO completion interrupts are delayed. At the end of initiating IOs, the driver schedules for cmd completion if there are pending cmds. A timer-based interrupt has also been added to prevent IO completion from being delayed indefinitely in the case that no new IOs are initiated. Some formatting issues in resume, suspend comment block also corrected Signed-off-by: Bo Yang Signed-off-by: James Bottomley --- Reading git-diff-tree failed