]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/nvme/host/rdma.c
nvme-rdma: introduce nvme_rdma_start_queue
authorSagi Grimberg <sagi@grimberg.me>
Mon, 10 Jul 2017 06:22:37 +0000 (09:22 +0300)
committerSagi Grimberg <sagi@grimberg.me>
Mon, 28 Aug 2017 20:00:35 +0000 (23:00 +0300)
commit68e16fcfaf9bbde573e89f783cf1ca60acb49cf5
treee1834014c7e4ee5348b98eb7465826ea6e3973ec
parent41e8cfa117cee46a732436dd303de4772c60965c
nvme-rdma: introduce nvme_rdma_start_queue

This should pair with nvme_rdma_stop_queue.  While this is not a complete
inverse, it still pairs up pretty well because in fabrics we don't have a
disconnect capsule (yet) but we simply teardown the transport association.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/rdma.c