We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872d26a commit ad4f530Copy full SHA for ad4f530
drivers/nvme/target/configfs.c
@@ -34,6 +34,7 @@ static const struct nvmet_transport_name {
34
} nvmet_transport_names[] = {
35
{ NVMF_TRTYPE_RDMA, "rdma" },
36
{ NVMF_TRTYPE_FC, "fc" },
37
+ { NVMF_TRTYPE_TCP, "tcp" },
38
{ NVMF_TRTYPE_LOOP, "loop" },
39
};
40
0 commit comments