Re: [PATCH V2 3/3] nvme: allocate nvme_queue in correct node
Looks fine, Reviewed-by: Christoph Hellwig
[PATCH V2 3/3] nvme: allocate nvme_queue in correct node
nvme_queue is per-cpu queue (mostly). Allocating it in node where blk-mq will use it. Signed-off-by: Shaohua Li --- drivers/nvme/host/pci.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index 032237c..9733008 10