]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: set initial value for controller's numa node
authorMax Gurtovoy <maxg@mellanox.com>
Tue, 16 Jun 2020 09:34:21 +0000 (12:34 +0300)
committerChristoph Hellwig <hch@lst.de>
Wed, 24 Jun 2020 16:37:08 +0000 (18:37 +0200)
commit305f83e47d46870594008c78879dbfd48621866e
tree3fae95888b7402234c6f4b326bc5cd3c967a53f1
parentdbb388e6963cf4b4b051d9d1ef5a880600d31e77
nvme: set initial value for controller's numa node

Initialize the node to NUMA_NO_NODE value. Transports that are aware of
numa node affinity can override it (e.g. RDMA transport set the affinity
according to the RDMA HCA).

Signed-off-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c