Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753028Ab3IFPEr (ORCPT ); Fri, 6 Sep 2013 11:04:47 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:12085 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751764Ab3IFPEq (ORCPT ); Fri, 6 Sep 2013 11:04:46 -0400 X-IronPort-AV: E=Sophos;i="4.90,854,1371081600"; d="scan'208";a="48922643" Date: Fri, 6 Sep 2013 16:04:22 +0100 From: Stefano Stabellini X-X-Sender: sstabellini@kaball.uk.xensource.com To: Konrad Rzeszutek Wilk CC: Stefano Stabellini , , , , Subject: Re: [PATCH v5 12/13] swiotlb-xen: use xen_alloc/free_coherent_pages In-Reply-To: <20130906141754.GT2590@phenom.dumpdata.com> Message-ID: References: <1377801154-29215-12-git-send-email-stefano.stabellini@eu.citrix.com> <20130830135333.GL21239@phenom.dumpdata.com> <20130906141754.GT2590@phenom.dumpdata.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1361 Lines: 28 On Fri, 6 Sep 2013, Konrad Rzeszutek Wilk wrote: > On Thu, Sep 05, 2013 at 05:50:45PM +0100, Stefano Stabellini wrote: > > On Fri, 30 Aug 2013, Konrad Rzeszutek Wilk wrote: > > > On Thu, Aug 29, 2013 at 07:32:33PM +0100, Stefano Stabellini wrote: > > > > Use xen_alloc_coherent_pages and xen_free_coherent_pages to allocate or > > > > free coherent pages. > > > > > > > > We need to be careful handling the pointer returned by > > > > xen_alloc_coherent_pages, because on ARM the pointer is not equal to > > > > phys_to_virt(*dma_handle). In fact virt_to_phys on the returned pointer > > > > doesn't return a valid physical address. > > > > > > Why is it called 'virt_to_phys'? What does it return then? > > > > virt_to_phys only works for kernel direct mapped RAM memory. > > In this case the virtual address could be an ioremap address, therefore > > passing it to virt_to_phys would give you another physical address that > > doesn't correspond to it. > > Ah, so very much ARM (and in some way SPARC) specific. I think you need add some comments > in the code (And git commit) to explain this. Thank you. OK -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/