nvme: take node locality into account when selecting a path
authorChristoph Hellwig <hch@lst.de>
Tue, 11 Sep 2018 07:51:29 +0000 (09:51 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 1 Oct 2018 21:16:14 +0000 (14:16 -0700)
commitf333444708f82c4a4d3ccac004da0bfd9cfdfa42
treea1aace9b855c7d01119f521179babf11eb941f2d
parent73383adfad245bb84e6d6ef7830f01048fcfc217
nvme: take node locality into account when selecting a path

Make current_path an array with an entry for every possible node, and
cache the best path on a per-node basis.  Take the node distance into
account when selecting it.  This is primarily useful for dual-ported PCIe
devices which are connected to PCIe root ports on different sockets.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
drivers/nvme/host/core.c
drivers/nvme/host/multipath.c
drivers/nvme/host/nvme.h