]> 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)
commitab770c3b87b4294cd61011bdeb4d8cd5aa9b36bf
tree34ccbf551b6a43e559af5dec2c220522af606ed5
parent03b0534845aeb0235cc281e22c0b197d4d73e61f
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