From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759731AbeD1Idx (ORCPT ); Sat, 28 Apr 2018 04:33:53 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:42980 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759692AbeD1Idu (ORCPT ); Sat, 28 Apr 2018 04:33:50 -0400 Date: Sat, 28 Apr 2018 01:33:47 -0700 From: Christoph Hellwig To: Christopher Lameter Cc: Matthew Wilcox , Michal Hocko , Christoph Hellwig , "Luis R. Rodriguez" , linux-mm@kvack.org, Jan Kara , matthew@wil.cx, x86@kernel.org, luto@amacapital.net, martin.petersen@oracle.com, jthumshirn@suse.de, broonie@kernel.org, linux-spi@vger.kernel.org, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, "lsf-pc@lists.linux-foundation.org" Subject: Re: [LSF/MM TOPIC NOTES] x86 ZONE_DMA love Message-ID: <20180428083347.GC31684@infradead.org> References: <20180426215406.GB27853@wotan.suse.de> <20180427053556.GB11339@infradead.org> <20180427071843.GB17484@dhcp22.suse.cz> <20180427161813.GD8161@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 27, 2018 at 11:36:23AM -0500, Christopher Lameter wrote: > On Fri, 27 Apr 2018, Matthew Wilcox wrote: > > > Some devices have incredibly bogus hardware like 28 bit addressing > > or 39 bit addressing. We don't have a good way to allocate memory by > > physical address other than than saying "GFP_DMA for anything less than > > 32, GFP_DMA32 (or GFP_KERNEL on 32-bit) for anything less than 64 bit". > > > > Even CMA doesn't have a "cma_alloc_phys()". Maybe that's the right place > > to put such an allocation API. > > The other way out of this would be to require a IOMMU? Which on many systems doesn't exist. And even if it exists might not be usable.