]> asedeno.scripts.mit.edu Git - linux.git/commit
skd: Change default interrupt mode to MSI-X
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 23 Aug 2017 17:56:33 +0000 (10:56 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Aug 2017 18:02:37 +0000 (12:02 -0600)
commit744353b6951c3b7adbb9e4a1b2a529eabde61970
tree7589c9c3d59a2279a1c7d3d6ad4eebab8cc011c1
parentf2fe445986c8c53d2c324062f2e2c34263cd79a1
skd: Change default interrupt mode to MSI-X

Since MSI support on some motherboards is unreliable, change the
default interrupt mode from MSI to MSI-X. This patch avoids that
the following message appears sporadially in the kernel logs of
my test setup:

do_IRQ: 3.193 No irq handler for vector

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/skd_main.c