On Wed, 04 Jun 2008 18:56:35 +0200
Andi Kleen <andi@firstfloor.org> wrote:
If we use 4GB virtual DMA address space (as the patch does), we need
128 KB for the bitmap for one domain.
With the RB tree, the memory consumption depends on how many addresses
are mapped (it needs one entry for one address though we could merge
multiple addresses).
--