Return-Path: Received: from quartz.orcorp.ca ([184.70.90.242]:49985 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751246AbdBXSXh (ORCPT ); Fri, 24 Feb 2017 13:23:37 -0500 Date: Fri, 24 Feb 2017 11:03:23 -0700 From: Jason Gunthorpe To: Jeff Layton Cc: Tom Talpey , "J. Bruce Fields" , trond.myklebust@primarydata.com, schumaker.anna@gmail.com, linux-nfs@vger.kernel.org, Chuck Lever , linux-rdma@vger.kernel.org Subject: Re: [PATCH 1/4] sunrpc: flag transports as using IETF approved congestion control protocols Message-ID: <20170224180323.GA22491@obsidianresearch.com> References: <20170223170337.10686-2-jlayton@redhat.com> <2152dfdf-f847-2511-1600-6499b6ea9708@talpey.com> <1487880034.3448.8.camel@redhat.com> <65056db6-f30a-c44d-b01c-b549887c4895@talpey.com> <20170223201109.GC11882@fieldses.org> <20170223202609.GC26301@obsidianresearch.com> <18ef37c3-95db-9a2c-dbcb-f579672065d6@talpey.com> <20170223205502.GA29673@obsidianresearch.com> <4eb1da3d-2690-7647-2d85-cc574bc1d564@talpey.com> <1487956644.3314.4.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1487956644.3314.4.camel@redhat.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: > I'd rather rely on those attributes instead of any sort of IETF > approval anyway. Do all RDMA transports (RoCEv2, in particular) have > those characteristics? The NFS-RDMA driver only works with RDMA RC transports which are defined to provide all those characteristics. > In any case, for now I think we should just give all RDMA transports a > pass, and clean that up later. I'm mostly interested in excluding UDP > over IP for now -- being more strict with RDMA can come later. Makes sense to me. At the end of the day I think everything supported by NFS-RDMA should be permitted to use NFSv4, and we should ignore sketchy spec language that suggests otherwise. Jason