nvme-rdma: split nvme_rdma_alloc_tagset
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Jul 2022 06:19:02 +0000 (08:19 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 26 Jul 2022 20:04:21 +0000 (16:04 -0400)
commita01e39a5815b6f06a049dc6ea83110530e0aa4cf
treedb317a47d96607c13c8921fe20ed4565d9e675fd
parent8f34758743bc3812dc9dc803999a2b605bef0b65
nvme-rdma: split nvme_rdma_alloc_tagset

Split nvme_rdma_alloc_tagset into one helper for the admin tag_set and
one for the I/O tag set.

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