[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1399889742-26165-1-git-send-email-david.vrabel@citrix.com>
Date: Mon, 12 May 2014 11:15:40 +0100
From: David Vrabel <david.vrabel@...rix.com>
To: <linux-kernel@...r.kernel.org>
CC: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>, <x86@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
<xen-devel@...ts.xenproject.org>,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
Boris Ostrovsky <boris.ostrovsky@...cle.com>,
David Vrabel <david.vrabel@...rix.com>
Subject: [PATCH 0/2] dma,x86,xen: fix dma_get_required_mask() when dma != phys address
x86 uses the generic dma_get_required_mask() which assumes that DMA
address == physical address. For Xen PV guests this is not the case
and certain drivers will cause excessive use of the SWIOTLB.
Patch #1 is a straight forward refactoring of a common function.
Patch #2 addes the required arch-specific implementation of
dma_get_required_mask() to x86.
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists