cciss: Fallback to MSI rather than to INTx if MSI-X failed
authorAlexander Gordeev <agordeev@redhat.com>
Wed, 26 Feb 2014 09:02:41 +0000 (10:02 +0100)
committerJens Axboe <axboe@fb.com>
Thu, 13 Mar 2014 20:56:39 +0000 (14:56 -0600)
commit371ff93a72a1aa14773e2e17548796db8c004a6c
tree4e0ef1d797bad1cad9d43bc90e69dfa2ad75cc8d
parent106fd892bc714a9b7c28daba98a3623a41c32f1a
cciss: Fallback to MSI rather than to INTx if MSI-X failed

Currently the driver falls back to INTx mode when MSI-X
initialization failed. This is a suboptimal behaviour
for chips that also support MSI. This update changes that
behaviour and falls back to MSI mode in case MSI-X mode
initialization failed.

Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Cc: Mike Miller <mike.miller@hp.com>
Cc: iss_storagedev@hp.com
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-pci@vger.kernel.org
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/cciss.c
This page took 0.02673 seconds and 5 git commands to generate.