Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755384Ab3JYUsM (ORCPT ); Fri, 25 Oct 2013 16:48:12 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:51317 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753020Ab3JYUsL (ORCPT ); Fri, 25 Oct 2013 16:48:11 -0400 Date: Fri, 25 Oct 2013 16:46:42 -0400 From: Konrad Rzeszutek Wilk To: Stefano Stabellini Cc: xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Ian.Campbell@citrix.com Subject: Re: [PATCH v8 13/19] swiotlb-xen: use xen_dma_map/unmap_page, xen_dma_sync_single_for_cpu/device Message-ID: <20131025204642.GB7543@phenom.dumpdata.com> References: <1382031814-8782-13-git-send-email-stefano.stabellini@eu.citrix.com> <20131023140927.GD27771@phenom.dumpdata.com> <20131023195154.GB28963@phenom.dumpdata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet21.oracle.com [156.151.31.93] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1932 Lines: 41 On Thu, Oct 24, 2013 at 02:11:48PM +0100, Stefano Stabellini wrote: > On Thu, 24 Oct 2013, Stefano Stabellini wrote: > > On Wed, 23 Oct 2013, Konrad Rzeszutek Wilk wrote: > > > On Wed, Oct 23, 2013 at 06:20:25PM +0100, Stefano Stabellini wrote: > > > > On Wed, 23 Oct 2013, Konrad Rzeszutek Wilk wrote: > > > > > On Thu, Oct 17, 2013 at 06:43:28PM +0100, Stefano Stabellini wrote: > > > > > > Call xen_dma_map_page, xen_dma_unmap_page, xen_dma_sync_single_for_cpu, > > > > > > xen_dma_sync_single_for_device from swiotlb-xen to ensure cpu/device > > > > > > coherency of the pages used for DMA, including the ones belonging to the > > > > > > swiotlb buffer. > > > > > > > > > > You lost me. > > > > > > > > > > Isn't it the driver's responsibility to do this? > > > > > > > > > > Looking at what 'xen_dma_map_page()' does for x86 it looks to add an extra > > > > > call - page_to_phys - and we ignore it here. > > > > > > > > map_page on arm calls the right cache flushes needed to communicate with > > > > the device. Same with unmap_page. > > > > > > If this is flushing the cache then I think it makes more sense to do > > > that without this fancy 'dma_map_page'. > > > > > > Just call it 'xen_flush_dma_page' and make it a nop on all platforms > > > except ARM. > > > > I am OK with making it a nop on x86, it makes sense. > > However I would like to keep it called xen_dma_map_page: after all it > > corresponds exactly to the native map_page dma_op. It is part of the same > > "contract". > > for example we can turn xen_dma_map_page into a function that returns > void, this way we can remove the page_to_phys on x86 Right, the v9 patchset you posted fixes my concern. -- 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/