Skip to content

Commit ad4f530

Browse files
Sagi GrimbergChristoph Hellwig
authored andcommitted
nvmet: allow configfs tcp trtype configuration
Reviewed-by: Max Gurtovoy <[email protected]> Signed-off-by: Sagi Grimberg <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 872d26a commit ad4f530

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/nvme/target/configfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ static const struct nvmet_transport_name {
3434
} nvmet_transport_names[] = {
3535
{ NVMF_TRTYPE_RDMA, "rdma" },
3636
{ NVMF_TRTYPE_FC, "fc" },
37+
{ NVMF_TRTYPE_TCP, "tcp" },
3738
{ NVMF_TRTYPE_LOOP, "loop" },
3839
};
3940

0 commit comments

Comments
 (0)