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: 10290301 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A4AD560291 for ; Fri, 16 Mar 2018 21:19:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 94DE6290C3 for ; Fri, 16 Mar 2018 21:19:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 89951290C5; Fri, 16 Mar 2018 21:19:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 343BA290C3 for ; Fri, 16 Mar 2018 21:19:48 +0000 (UTC) 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 X-Virus-Scanned: ClamAV using ClamSMTP 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