linux/drivers/nvme/host
Keith Busch 7a6cec43ba nvme/pci: Fix read queue count
[ Upstream commit 7e4c6b9a5d ]

If nvme.write_queues equals the number of CPUs, the driver had decreased
the number of interrupts available such that there could only be one read
queue even if the controller could support more. Remove the interrupt
count reduction in this case. The driver wouldn't request more IRQs than
it wants queues anyway.

Reviewed-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-01-09 10:19:43 +01:00
..
Kconfig
Makefile
core.c nvme: Discard workaround for non-conformant devices 2019-12-31 16:45:24 +01:00
fabrics.c
fabrics.h
fault_inject.c
fc.c nvme-fc: fix double-free scenarios on hw queues 2020-01-09 10:19:41 +01:00
lightnvm.c
multipath.c
nvme.h
pci.c nvme/pci: Fix read queue count 2020-01-09 10:19:43 +01:00
rdma.c
tcp.c
trace.c
trace.h