Sciweavers

SYSTOR
2010
ACM

On the DMA mapping problem in direct device assignment

13 years 9 months ago
On the DMA mapping problem in direct device assignment
I/O intensive workloads running in virtual machines can suffer massive performance degradation. Direct assignment of I/O devices to virtual machines is the best performing I/O virtualization mechanism, but its performance still remains far from the bare-metal (non-virtualized) case. The primary gap between direct assignment I/O performance and baremetal I/O performance is the overhead of mapping the VM’s memory pages for DMA in IOMMU translation tables. One could avoid this overhead by mapping all of the VM’s pages for the lifetime of the VM, but this leads to memory consumption which is unacceptable in many scenarios. The DMA mapping problem can be stated briefly as“when should a memory page be mapped or unmapped for DMA?” We begin by presenting a theoretical framework for reasoning about the DMA mapping problem. Then, using a quotabased approach, we propose the on-demand DMA mapping strategy, which provides the best DMA mapping performance for a given amount of memory consu...
Ben-Ami Yassour, Muli Ben-Yehuda, Orit Wasserman
Added 18 Jul 2010
Updated 18 Jul 2010
Type Conference
Year 2010
Where SYSTOR
Authors Ben-Ami Yassour, Muli Ben-Yehuda, Orit Wasserman
Comments (0)