01 Jun, 2019

1 commit

  • This patch avoids that the kernel-doc script complains about these
    function headers when building with W=1.

    Cc: Hannes Reinecke
    Cc: Keith Busch
    Fixes: ed76e329d74a ("blk-mq: abstract out queue map") # v5.0.
    Fixes: e42b3867de4b ("blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues") # v5.0.
    Reviewed-by: Chaitanya Kulkarni
    Signed-off-by: Bart Van Assche
    Signed-off-by: Jens Axboe

    Bart Van Assche
     

01 May, 2019

1 commit


13 Dec, 2018

1 commit


08 Nov, 2018

1 commit


09 Aug, 2017

1 commit

  • 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
    Reviewed-by: Christoph Hellwig
    Reviewed-by: Max Gurtovoy
    Signed-off-by: Sagi Grimberg
    Signed-off-by: Doug Ledford

    Sagi Grimberg