]> git.baikalelectronics.ru Git - kernel.git/commit
block: Add rdma affinity based queue mapping helper
authorSagi Grimberg <sagi@grimberg.me>
Thu, 13 Jul 2017 08:09:43 +0000 (11:09 +0300)
committerDoug Ledford <dledford@redhat.com>
Tue, 8 Aug 2017 18:58:03 +0000 (14:58 -0400)
commitc72b37a5d109b9e163684864a4b10082420aaf20
tree4e63a3a4d5cff3d270598feb0d617c146ae20a41
parent46d5141444b35b30f1c407474d7512b7c88be7f8
block: Add rdma affinity based queue mapping helper

Like pci and virtio, we add a rdma helper for affinity
spreading. This achieves optimal mq affinity assignments
according to the underlying rdma device affinity maps.

Reviewed-by: Jens Axboe <axboe@fb.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Doug Ledford <dledford@redhat.com>
block/Kconfig
block/Makefile
block/blk-mq-rdma.c [new file with mode: 0644]
include/linux/blk-mq-rdma.h [new file with mode: 0644]