Re: [RFC] block layer support for DMA IOMMU bypass mode II

David S. Miller (davem@redhat.com)
Tue, 01 Jul 2003 17:03:23 -0700 (PDT)


From: Andi Kleen <ak@suse.de>
Date: Wed, 2 Jul 2003 01:57:01 +0200

The K8 IOMMU cannot support this virtually contiguous thing. The reason
is that there is no guarantee that an entry in a sglist is a multiple
of page size. And the aperture can only map 4K sized chunks, like
a CPU MMU. So e.g. when you have an sglist with multiple 1K entries there is
What do you mean? You map only one 4K chunk, and this is used
for all the sub-1K mappings.

I can only map 8K sized chunks on the sparc64 IOMMU and this
works perfectly fine.
-
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/