commit | 0a2efafbb1c752a7041652445bc1232114409633 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Sat Jan 23 21:10:26 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Feb 12 08:28:02 2021 -0700 |
tree | 1c974ca682d57393222530d26d0a7094da8725a3 | |
parent | 93e4f73a93717993bd239e6606689e9ae01c6926 [diff] |
blk-mq: Always complete remote completions requests in softirq Controllers with multiple queues have their IRQ-handelers pinned to a CPU. The core shouldn't need to complete the request on a remote CPU. Remove this case and always raise the softirq to complete the request. Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Daniel Wagner <dwagner@suse.de> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>