From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [LINUX] dma: Use swiotlb mask for coherent mappings too Date: Wed, 20 Dec 2006 12:38:00 +0000 Message-ID: <45893CB8.76E4.0078.0@novell.com> References: <4589319B.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Xen Development Mailing List , Herbert Xu , Calvin Webster List-Id: xen-devel@lists.xenproject.org >>> Keir Fraser 20.12.06 12:55 >>> >We could fall back to swiotlb_alloc/free_coherent? Hmm, that would mean extra tracking, as dma_free_coherent must have a way to tell whether to call xen_destroy_contiguous_region directly or invoke swiotlb_free_coherent (and I wouldn't want to make io_tlb_{start,end} global). Jan