When executing blktest nvme tests with tcp and rdma, and with CONFIG_NVME_TARGET_PASSTHRU enabled, tests nvme/034-037 did not complete. This was because the nvme/rc helper for setting up passthru targets hardcoded trtype to "loop" which resulted in the nvme connect to fail. The following patch resolves this. Alan