commit | a4668d9ba4be1ca9f4a39798ba3419fdfef0750d | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Nov 19 08:18:24 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 19 08:18:24 2018 -0700 |
tree | 27367fe2b02029157c7c9e0c6a0f063e641576a2 | |
parent | a78b03bc7300e4f17b1e510884bea1095d92b17b [diff] |
nvme: default to 0 poll queues We need a better way of configuring this, and given that polling is (still) a bit niche, let's default to using 0 poll queues. That way we'll have the same read/write/poll behavior as 4.20, and users that want to test/use polling are required to do manual configuration of the number of poll queues. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>