Skip to content
Commit b1516a14 authored by Joerg Roedel's avatar Joerg Roedel
Browse files

iommu/amd: Implement flush queue



With the flush queue the IOMMU TLBs will not be flushed at
every dma-ops unmap operation. The unmapped ranges will be
queued and flushed at once, when the queue is full. This
makes unmapping operations a lot faster (on average) and
restores the performance of the old address allocator.

Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent f1eae7c5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment