From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932231AbdDPWdz (ORCPT ); Sun, 16 Apr 2017 18:33:55 -0400 Received: from gate.crashing.org ([63.228.1.57]:33556 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756772AbdDPWdx (ORCPT ); Sun, 16 Apr 2017 18:33:53 -0400 Message-ID: <1492381958.25766.50.camel@kernel.crashing.org> Subject: Re: [RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory From: Benjamin Herrenschmidt To: Logan Gunthorpe , Dan Williams Cc: Bjorn Helgaas , Jason Gunthorpe , Christoph Hellwig , Sagi Grimberg , "James E.J. Bottomley" , "Martin K. Petersen" , Jens Axboe , Steve Wise , Stephen Bates , Max Gurtovoy , Keith Busch , linux-pci@vger.kernel.org, linux-scsi , linux-nvme@lists.infradead.org, linux-rdma@vger.kernel.org, linux-nvdimm , "linux-kernel@vger.kernel.org" , Jerome Glisse Date: Mon, 17 Apr 2017 08:32:38 +1000 In-Reply-To: <6e732d6a-9baf-1768-3e9c-f6c887a836b2@deltatee.com> References: <6e732d6a-9baf-1768-3e9c-f6c887a836b2@deltatee.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 (3.22.6-1.fc25) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2017-04-16 at 10:47 -0600, Logan Gunthorpe wrote: > > I think you need to give other archs a chance to support this with a > > design that considers the offset case as a first class citizen rather > > than an afterthought. > > I'll consider this. Given the fact I can use your existing > get_dev_pagemap infrastructure to look up the p2pmem device this > probably isn't as hard as I thought it would be anyway (we probably > don't even need a page flag). We'd just have lookup the dev_pagemap, > test if it's a p2pmem device, and if so, call a p2pmem_dma_map function > which could apply the offset or do any other arch specific logic (if > necessary). I'm still not 100% why do you need a "p2mem device" mind you ... Cheers, Ben.