Skip to content

Commit 2bcb4fd

Browse files
committed
smb3: smbdirect support can be configured by default
smbdirect support (SMB3 over RDMA) should be enabled by default in many configurations. It is not experimental and is stable enough and has enough performance benefits to recommend that it be configured by default. Change the "If unsure N" to "If unsure Y" in the description of the configuration parameter. Acked-by: Aurelien Aptel <[email protected]> Reviewed-by: Long Li <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 044b541 commit 2bcb4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/cifs/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ config CIFS_SMB_DIRECT
202202
help
203203
Enables SMB Direct support for SMB 3.0, 3.02 and 3.1.1.
204204
SMB Direct allows transferring SMB packets over RDMA. If unsure,
205-
say N.
205+
say Y.
206206

207207
config CIFS_FSCACHE
208208
bool "Provide CIFS client caching support"

0 commit comments

Comments
 (0)