commit | c6d962aebaf8ec5d867aac09ee33e3f528c2539d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Dec 02 17:46:19 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 04 11:38:18 2018 -0700 |
tree | 2d05eedc4d63a160860f759cc0d97b6f6b52b7b5 | |
parent | 6322307809649cba6f545640563f95d686ecf404 [diff] |
nvme-pci: only allow polling with separate poll queues This will allow us to simplify both the regular NVMe interrupt handler and the upcoming aio poll code. In addition to that the separate queues are generally a good idea for performance reasons. Reviewed-by: Keith Busch <keith.busch@intel.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>