aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-mod.c
diff options
context:
space:
mode:
authorWeiping Zhang <[email protected]>2020-05-02 15:29:41 +0800
committerJens Axboe <[email protected]>2020-05-09 16:18:36 -0600
commit2a5bcfdd41d68559567cec3c124a75e093506cc1 (patch)
tree35cf53078fc013e32ed3defa0cfd939ea9f8f799 /lib/mpi/mpi-mod.c
parent54b2fcee1db041a83b52b51752dade6090cf952f (diff)
nvme-pci: align io queue count with allocted nvme_queue in nvme_probe
Since commit 147b27e4bd08 ("nvme-pci: allocate device queues storage space at probe"), nvme_alloc_queue does not alloc the nvme queues itself anymore. If the write/poll_queues module parameters are changed at runtime to values larger than the number of allocated queues in nvme_probe, nvme_alloc_queue will access unallocated memory. Add a new nr_allocated_queues member to struct nvme_dev to record how many queues were alloctated in nvme_probe to avoid using more than the allocated queues after a reset following a change to the write/poll_queues module parameters. Also add nr_write_queues and nr_poll_queues members to allow refreshing the number of write and poll queues based on a change to the module parameters when resetting the controller. Fixes: 147b27e4bd08 ("nvme-pci: allocate device queues storage space at probe") Signed-off-by: Weiping Zhang <[email protected]> Reviewed-by: Keith Busch <[email protected]> Reviewed-by: Max Gurtovoy <[email protected]> [hch: add nvme_max_io_queues, update the commit message] Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions