summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorMike Miller2010-06-02 21:58:06 +0200
committerJens Axboe2010-08-07 18:12:51 +0200
commit5e216153c34ac21781110795284a784037f808e3 (patch)
treeb42ceb1e884bdb397283ddb01562fe03d1f95cad /block
parentcciss: make interrupt access methods return type bool (diff)
downloadkernel-qcow2-linux-5e216153c34ac21781110795284a784037f808e3.tar.gz
kernel-qcow2-linux-5e216153c34ac21781110795284a784037f808e3.tar.xz
kernel-qcow2-linux-5e216153c34ac21781110795284a784037f808e3.zip
cciss: add performant mode support for Stars/Sirius
Add a mode of controller operation called Performant Mode. Even though cciss has been deprecated in favor of hpsa there are new controllers due out next year that HP must support in older vendor distros. Vendors require all fixes/features be upstream. These new controllers support only 16 commands in simple mode but support up to 1024 in performant mode. This requires us to add this support at this late date. The performant mode transport minimizes host PCI accesses by performinf many completions per read. PCI writes are posted so the host can write then immediately get off the bus not waiting for the writwe to complete to the target. In the context of performant mode the host read out to a controller pulls all posted writes into host memory ensuring the reply queue is coherent. Signed-off-by: Mike Miller <mike.miller@hp.com> Cc: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions