1
0
Fork 0

nvme-pci: override the value of the controller's numa node

Set the node value according to the PCI device numa node.

Signed-off-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
alistair/sunxi64-5.8
Max Gurtovoy 2020-06-16 12:34:22 +03:00 committed by Christoph Hellwig
parent 4fea243ebc
commit 635333e400
1 changed files with 2 additions and 0 deletions

View File

@ -1669,6 +1669,8 @@ static int nvme_pci_configure_admin_queue(struct nvme_dev *dev)
if (result)
return result;
dev->ctrl.numa_node = dev_to_node(dev->dev);
nvmeq = &dev->queues[0];
aqa = nvmeq->q_depth - 1;
aqa |= aqa << 16;