Skip to content

Commit

Permalink
feat: enable NVME-over-TCP
Browse files Browse the repository at this point in the history
Enable NVME-over-TCP kernel support in order to support OpenEBS
MayaStor.

Signed-off-by: Seán C McCord <ulexus@gmail.com>
  • Loading branch information
Ulexus authored and talos-bot committed Jan 27, 2021
1 parent 1380273 commit 3c35918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/kernel/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,7 @@ CONFIG_BLK_DEV_NVME=y
CONFIG_NVME_FABRICS=y
# CONFIG_NVME_RDMA is not set
CONFIG_NVME_FC=y
# CONFIG_NVME_TCP is not set
CONFIG_NVME_TCP=y
# end of NVME Support

#
Expand Down
2 changes: 1 addition & 1 deletion kernel/kernel/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -2143,7 +2143,7 @@ CONFIG_BLK_DEV_NVME=y
CONFIG_NVME_FABRICS=y
# CONFIG_NVME_RDMA is not set
CONFIG_NVME_FC=y
# CONFIG_NVME_TCP is not set
CONFIG_NVME_TCP=y
# CONFIG_NVME_TARGET is not set
# end of NVME Support

Expand Down

0 comments on commit 3c35918

Please sign in to comment.