From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sagi Grimberg Subject: Re: [PATCH V3 1/5] RDMA/core: Transport-independent access flags Date: Sun, 12 Jul 2015 10:49:08 +0300 Message-ID: <55A21BF4.7090601@dev.mellanox.co.il> References: <559BFE03.4020709@dev.mellanox.co.il> <20150707213628.GA5661@obsidianresearch.com> <559CD174.4040901@dev.mellanox.co.il> <20150708081320.GB24203@infradead.org> <559CF5E8.6080000@dev.mellanox.co.il> <20150708102035.GA28421@infradead.org> <559D0498.9050809@dev.mellanox.co.il> <1828884A29C6694DAF28B7E6B8A82373A8FFD4C0@ORSMSX109.amr.corp.intel.com> <559E34F8.4080507@dev.mellanox.co.il> <2189DB0A-DD00-4818-AC17-020FCE42D39B@oracle.com> <20150710193409.GA9815@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150710193409.GA9815@infradead.org> Sender: target-devel-owner@vger.kernel.org To: Christoph Hellwig , Chuck Lever Cc: "Hefty, Sean" , Jason Gunthorpe , Steve Wise , "dledford@redhat.com" , "sagig@mellanox.com" , "ogerlitz@mellanox.com" , "roid@mellanox.com" , "linux-rdma@vger.kernel.org" , "eli@mellanox.com" , "target-devel@vger.kernel.org" , Linux NFS Mailing List , Trond Myklebust , "J. Bruce Fields" , Oren Duer List-Id: linux-rdma@vger.kernel.org On 7/10/2015 10:34 PM, Christoph Hellwig wrote: > On Thu, Jul 09, 2015 at 09:52:59AM -0400, Chuck Lever wrote: >> There is one remaining kernel user of ib_reg_phys_mr() in 4.2: Lustre. > > It's in the staging tree, which proper in-tree code doesn't have to > cater for. So as soon as sunrpc is done using the interface we can and > should kill it off. > I think we should probably ask the Lustre folks if they have a real use case for it before we remove it completely. It seems that Lustre strives to FMRs and if it is not supported it uses a PHYS_MR. Given FMRs has an expiration date and PHYS_MR is basically alloc/free of MRs in the data path (which is obviously not desirable in any form). Lustre will need to refresh their code to use the standard FRWR. Do we have Lustre folks listening on the mailing list?