]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-fabrics: allow nvmf_connect_io_queue to poll
authorSagi Grimberg <sagi@grimberg.me>
Fri, 14 Dec 2018 19:06:08 +0000 (11:06 -0800)
committerChristoph Hellwig <hch@lst.de>
Tue, 18 Dec 2018 16:50:48 +0000 (17:50 +0100)
commitb41331df23fae81c0ab165d29a07fdcf5b3e464b
tree34ccbf551b6a43e559af5dec2c220522af606ed5
parent18257a318d62cf7c1d24df9fa4e9999c3383a2a2
nvme-fabrics: allow nvmf_connect_io_queue to poll

Preparation for polling support for fabrics. Polling support
means that our completion queues are not generating any interrupts
which means we need to poll for the nvmf io queue connect as well.

Reviewed by Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fabrics.c
drivers/nvme/host/fabrics.h
drivers/nvme/host/fc.c
drivers/nvme/host/rdma.c
drivers/nvme/host/tcp.c
drivers/nvme/target/loop.c