Re: [PATCH 14/14] nvme: add separate poll queue map
From: Hannes Reinecke <hare@suse.de>
Date: 2018-10-29 07:48:21
Also in:
linux-nvme
From: Hannes Reinecke <hare@suse.de>
Date: 2018-10-29 07:48:21
Also in:
linux-nvme
On 10/25/18 11:16 PM, Jens Axboe wrote:
Adds support for defining a variable number of poll queues, currently configurable with the 'poll_queues' module parameter. Defaults to a single poll queue. And now we finally have poll support without triggering interrupts! Signed-off-by: Jens Axboe <axboe@kernel.dk> --- drivers/nvme/host/pci.c | 103 +++++++++++++++++++++++++++++++++------- include/linux/blk-mq.h | 2 +- 2 files changed, 88 insertions(+), 17 deletions(-)
Reviewed-by: Hannes Reinecke <hare@suse.com> Cheers, Hannes