Open iaGuoZhi opened 2 years ago
IOMMU成为IO的bottleneck,这篇文章找到了两个当前IOMMU使用上的两个bottlenecks: IOVA分配与IOMMU 的iotlb。
This paper explores scalable IOMMU management designs and addresses the two main bottlenecks we find in current OSes: (1) assignment of I/O virtual addresses (IOVAs), and (2) management of the IOMMU’s TLB.
Main idea
IOMMU成为IO的bottleneck,这篇文章找到了两个当前IOMMU使用上的两个bottlenecks: IOVA分配与IOMMU 的iotlb。
Key insight
My comments