[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080605231914Z.fujita.tomonori@lab.ntt.co.jp>
Date: Thu, 5 Jun 2008 23:49:11 +0900
From: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
To: andi@...stfloor.org
Cc: fujita.tomonori@....ntt.co.jp, linux-kernel@...r.kernel.org,
mgross@...ux.intel.com, linux-scsi@...r.kernel.org
Subject: Re: Intel IOMMU (and IOMMU for Virtualization) performances
On Wed, 04 Jun 2008 18:56:35 +0200
Andi Kleen <andi@...stfloor.org> wrote:
> FUJITA Tomonori <fujita.tomonori@....ntt.co.jp> writes:
> >
> > I'm just interested in other people's opinions on IOMMU
> > implementations, performances, possible future changes for performance
> > improvement, etc.
>
> I think using the bitmap is an excellent idea and your numbers look good.
> Do you have numbers on the memory consumption too?
> Trading some memory for performance is ok for something as performance critical
> as the IOMMU.
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).
--
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