smb3: smbdirect support can be configured by default
authorSteve French <stfrench@microsoft.com>
Tue, 7 Apr 2020 15:23:27 +0000 (10:23 -0500)
committerSteve French <stfrench@microsoft.com>
Tue, 7 Apr 2020 18:39:00 +0000 (13:39 -0500)
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 <aaptel@suse.com>
Reviewed-by: Long Li <longli@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/Kconfig

index 22cf04fb32d359dbfa3fe197579db4cfe0ae9313..604f65f4b6c5717c5d3a08cd13e1dc84fc836be0 100644 (file)
@@ -202,7 +202,7 @@ config CIFS_SMB_DIRECT
        help
          Enables SMB Direct support for SMB 3.0, 3.02 and 3.1.1.
          SMB Direct allows transferring SMB packets over RDMA. If unsure,
-         say N.
+         say Y.
 
 config CIFS_FSCACHE
        bool "Provide CIFS client caching support"