From patchwork Fri Mar 16 21:19:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kenneth Dsouza X-Patchwork-Id: 887160 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) 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=fail (p=none dis=none) header.from=redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 402yyr3Lf3z9sSN for ; Sat, 17 Mar 2018 08:19:48 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750915AbeCPVTr (ORCPT ); Fri, 16 Mar 2018 17:19:47 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:38600 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750806AbeCPVTr (ORCPT ); Fri, 16 Mar 2018 17:19:47 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A79AB80AD238; Fri, 16 Mar 2018 21:19:46 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.76.1.61]) by smtp.corp.redhat.com (Postfix) with ESMTP id B109EDEECE; Fri, 16 Mar 2018 21:19:45 +0000 (UTC) From: Kenneth Dsouza To: linux-cifs@vger.kernel.org Cc: pshilov@microsoft.com Subject: [PATCH] update mount.cifs manpage with info about rdma option. Date: Sat, 17 Mar 2018 02:49:43 +0530 Message-Id: <20180316211943.16120-1-kdsouza@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Fri, 16 Mar 2018 21:19:46 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Fri, 16 Mar 2018 21:19:46 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'kdsouza@redhat.com' RCPT:'' Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Signed-off-by: Kenneth D'souza --- mount.cifs.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mount.cifs.rst b/mount.cifs.rst index a81c6c4..afa33b5 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -394,6 +394,10 @@ echo_interval=n If this option is not given then the default value of 60 seconds is used. The minimum tunable value is 1 second and maximum can go up to 600 seconds. +rdma + Use to connect to SMB Direct, only applicable when specified with vers=3.x. + Here 3.x can be 3.0, 3.02 or 3.1.1. + serverino Use inode numbers (unique persistent file identifiers) returned by the server instead of automatically generating temporary inode numbers on