Re: [nfsv4] pNFS file and use of RPC-over-RDMA to access an NFSv4.1 data server

Tom Talpey <tom@talpey.com> Thu, 26 April 2018 12:23 UTC

Return-Path: <tom@talpey.com>
X-Original-To: nfsv4@ietfa.amsl.com
Delivered-To: nfsv4@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0A2B012D7F3 for <nfsv4@ietfa.amsl.com>; Thu, 26 Apr 2018 05:23:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NmrzrdkizoN7 for <nfsv4@ietfa.amsl.com>; Thu, 26 Apr 2018 05:23:34 -0700 (PDT)
Received: from p3plsmtpa11-05.prod.phx3.secureserver.net (p3plsmtpa11-05.prod.phx3.secureserver.net [68.178.252.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A90441275FD for <nfsv4@ietf.org>; Thu, 26 Apr 2018 05:23:34 -0700 (PDT)
Received: from [192.168.0.55] ([24.218.182.144]) by :SMTPAUTH: with SMTP id BfvwfuI0cSKwhBfvxff4on; Thu, 26 Apr 2018 05:23:34 -0700
To: nfsv4@ietf.org
References: <CADaq8jfcEa3xz1UNwrWkcvLZAr=eHKzQKppR+Kuqbzyq8H2ueQ@mail.gmail.com> <57F19FA8-2491-4CAB-B3B0-09A194BF09F9@oracle.com> <MWHPR2101MB0809103188F9DDFECCCB7A3CA0B60@MWHPR2101MB0809.namprd21.prod.outlook.com> <CADaq8jdqitBPXond=K3kZu7mzc0+uWuZ1BTn7pxN9TBsUgR9LA@mail.gmail.com> <22B3EA02-3085-41FF-9393-EB827235CB1A@oracle.com>
From: Tom Talpey <tom@talpey.com>
Message-ID: <094be1f2-cdd7-4b1f-d059-a4017ccfa9d3@talpey.com>
Date: Thu, 26 Apr 2018 08:23:31 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0
MIME-Version: 1.0
In-Reply-To: <22B3EA02-3085-41FF-9393-EB827235CB1A@oracle.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 7bit
X-CMAE-Envelope: MS4wfNB/YGKJm0bF+fn6105sev+AgClpdunNv8rzh/fLv4i56Pu/2Ujur3uViid1uRzC1hV68zFeUFy9ArE0iES+7th2tIgNAOsUj2OA8eSusPNIr4XB71/0 mc44xFDweXX6oR0Im8F2BGORX0K81WNF5hLAydX+Ht0mb23DoMZCf3wx
Archived-At: <https://mailarchive.ietf.org/arch/msg/nfsv4/mMPUpxvWU49EGuhL5ISITdwtWfg>
Subject: Re: [nfsv4] pNFS file and use of RPC-over-RDMA to access an NFSv4.1 data server
X-BeenThere: nfsv4@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: NFSv4 Working Group <nfsv4.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/nfsv4>, <mailto:nfsv4-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/nfsv4/>
List-Post: <mailto:nfsv4@ietf.org>
List-Help: <mailto:nfsv4-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/nfsv4>, <mailto:nfsv4-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Apr 2018 12:23:37 -0000

On 4/25/2018 3:30 PM, Chuck Lever wrote:
> NFSv4.1 has a "gear shift" capability where, after establishment
> of a TCP connection, the client and server detect that an RDMA
> connection is possible. At this point, I'm not aware of any
> implementation of this capability. Are we as a community deciding
> to abandon this approach for NFS?

I hope not! Note, the iSCSI/RDMA mapping, iSER, has a similar
capability in its "RDMAExtensions" key at logon.

But there are some challenges. RoCE and InfiniBand only support an
RDMA connection, and can't perform the step-up. And while the iWARP
(specifically, MPAv2) protocol does, the local APIs to drive the shift
are immature.

I believe the iSER and NFS/RDMA communities could work together to
enable this type of interaction. But as you point out, these are
implementation questions. The protocols are in place.

Tom.