From patchwork Thu Apr 9 06:11:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve French X-Patchwork-Id: 1268509 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-cifs-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20161025 header.b=K32A9U7m; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48yW4B1kK2z9sSj for ; Thu, 9 Apr 2020 16:11:22 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725970AbgDIGLV (ORCPT ); Thu, 9 Apr 2020 02:11:21 -0400 Received: from mail-yb1-f181.google.com ([209.85.219.181]:40688 "EHLO mail-yb1-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725825AbgDIGLU (ORCPT ); Thu, 9 Apr 2020 02:11:20 -0400 Received: by mail-yb1-f181.google.com with SMTP id a5so5108807ybo.7 for ; Wed, 08 Apr 2020 23:11:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=7eUBE6HZYSyced90hhtsGZtLJfuVXjSRNKfoCcLjNYw=; b=K32A9U7mn98dafNO6kC4gfgtfa7evNHtkamEOfallKMphUFeeQaJzzLxgUyJLV6//Q gqUuDa8CHLSJ2d6wENOH4Vei4IsVwLeITob8nY1IzbwyrW8DD+4eiUNfr1Qq2+Skof0r gxMnoEf1L19mAUUKxFD4yi/Kc0tRfZy1rfvwvCdX14UTiG6oFexwogVB7MJJpSyz3RSE IbnQL45jz9T2kkVRIE5zGNeVGpdB8WLarwwela293+lCEJ7fW2jqi6JcepZc0Cqv8+Eq /KBFhXm+Wr3FXIckCXHw51wgB7PxAzWrmPKKGXcHByI92uhwPFLae6ZtYbz2dowe28Bg BkAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=7eUBE6HZYSyced90hhtsGZtLJfuVXjSRNKfoCcLjNYw=; b=Sn6hazo4MKH+SOkxwFOdskEH6DJrkZU6W9zFeC8h9yMQWYKv5Rjl+SSTN0q9JK+im0 0qyCAzcySshharEkRLnvMLryRK2FU1Biid/4by10Nr2OyB9vd2sMjfsvZn+XwtDCW05m S+maZSLDO3H519uSlPJJu6NjkmDpIUeh1XTOG4GuLrIDNKtzhGdcnppebBfaj7soOR45 GJZN3EkCT8DV4NevwoYfttS2QdAggr9awNaqvN216nAr3fJeO07bWzZ+4G8EXDaxT838 nHyflYFcdylGfxTe3JmbZF/ezVs6e9JxBw2iU8a2U1jtjE7RtwgGsCQdGLzmJs5/gOW1 Jgmg== X-Gm-Message-State: AGi0PuY2Eojk+/i9dBnKa/40Dy8mwoFjQOFSS8HCmldmBdX1ItGsU+1F YAIUxTqX4DRxCaGoQQcvjBpSDOa8Si+3PW6ZC9eZs6uSjow= X-Google-Smtp-Source: APiQypI/uvfERA5mk2DoJ/X2xzPF92ge+xCGYFEXZ13kuaV6OvuELlbQ4Ir1xX1Kp3T7p6+CVM9nNvqOyWQDPwMIP+U= X-Received: by 2002:a25:cd04:: with SMTP id d4mr17398336ybf.375.1586412678773; Wed, 08 Apr 2020 23:11:18 -0700 (PDT) MIME-Version: 1.0 From: Steve French Date: Thu, 9 Apr 2020 01:11:08 -0500 Message-ID: Subject: [PATCH][smb3] smbdirect support can be configured by default To: CIFS Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Author: Steve French Date: Tue Apr 7 10:23:27 2020 -0500 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 Reviewed-by: Long Li Signed-off-by: Steve French diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 22cf04fb32d3..604f65f4b6c5 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig @@ -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"