|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH 1/9] xen: make sure swiotlb allocation is physica
On Thu, 7 May 2009 17:17:14 -0700
Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
> Impact: make swiotlb allocation suitable for Xen
>
> When allocating the swiotlb buffer under Xen, make sure the memory is
> physically contiguous so that its really suitable for DMA.
>
> Do this by allocating the memory as usual, but then call a Xen
> function to rearrange the underlying pages to be physically
> contiguous.
>
> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>
> Reviewed-by: "H. Peter Anvin" <hpa@xxxxxxxxx>
> Cc: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx>
> ---
> arch/x86/kernel/pci-swiotlb.c | 10 ----------
> arch/x86/xen/Makefile | 1 +
> arch/x86/xen/pci-swiotlb.c | 27 +++++++++++++++++++++++++++
> drivers/pci/xen-iommu.c | 16 ++++++++++++++++
> include/xen/swiotlb.h | 6 ++++++
> 5 files changed, 50 insertions(+), 10 deletions(-)
> create mode 100644 arch/x86/xen/pci-swiotlb.c
> create mode 100644 include/xen/swiotlb.h
Acked-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Re: [PATCH 4/9] xen/swiotlb: add swiotlb_arch_range_needs_mapping hook for xen, (continued)
- [Xen-devel] [PATCH 3/9] xen: add hooks for mapping phys<->bus addresses in swiotlb, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 5/9] xen: enable swiotlb for xen domain 0., Jeremy Fitzhardinge
- [Xen-devel] [PATCH 1/9] xen: make sure swiotlb allocation is physically contigious, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 6/9] swiotlb: use swiotlb_alloc_boot to allocate emergency pool, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 9/9] xen/swiotlb: update to new new dma_ops, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 8/9] xen/swiotlb: add sync functions, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 7/9] xen/swiotlb: improve comment on gfp flags in xen_alloc_coherent(), Jeremy Fitzhardinge
- [Xen-devel] Re: [GIT PULL] xen: swiotlb support for Xen dom0, Ingo Molnar
- [Xen-devel] Re: [GIT PULL] xen: swiotlb support for Xen dom0, Ingo Molnar
- [Xen-devel] Re: [GIT PULL] xen: swiotlb support for Xen dom0, FUJITA Tomonori
|
|
|
|
|