]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nvme: Allocate queues for all possible CPUs
authorChristoph Hellwig <hch@lst.de>
Mon, 26 Jun 2017 10:20:58 +0000 (12:20 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Jun 2017 21:00:07 +0000 (23:00 +0200)
commit425a17cbfff933c4cca4eeef5caa5926d198dd85
tree826b947c66bdda4bb0167eacd7751b6b593545b8
parent4b855ad37194f7bdbb200ce7a1c7051fecb56a08
nvme: Allocate queues for all possible CPUs

Unlike most drŅ–vers that simply pass the maximum possible vectors to
pci_alloc_irq_vectors NVMe needs to configure the device before allocting
the vectors, so it needs a manual update for the new scheme of using
all present CPUs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Cc: Keith Busch <keith.busch@intel.com>
Cc: linux-block@vger.kernel.org
Cc: linux-nvme@lists.infradead.org
Link: http://lkml.kernel.org/r/20170626102058.10200-4-hch@lst.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/nvme/host/pci.c