mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-02 21:55:26 +00:00
pcie-passthrough: add short note about iommu passthrough mode
that explains in one sentence what it does, that it can increase performance and how to activate it. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
e51a78cdbc
commit
a4c6084830
@ -62,6 +62,24 @@ The command line parameters are:
|
||||
----
|
||||
* for AMD CPUs it should be enabled automatically.
|
||||
|
||||
|
||||
If your hardware supports it, enabling IOMMU passthrough mode might increase
|
||||
performance, because then the VMs bypass the (default) DMA translation
|
||||
which is normally done by the hypervisor, before handing DMA requests off to
|
||||
the hardware IOMMU. You can enable it with adding
|
||||
|
||||
----
|
||||
iommu.passthrough=1
|
||||
----
|
||||
|
||||
or
|
||||
|
||||
----
|
||||
iommu=pt
|
||||
----
|
||||
|
||||
to the kernel commandline.
|
||||
|
||||
.Kernel Modules
|
||||
|
||||
You have to make sure the following modules are loaded. This can be achieved by
|
||||
|
Loading…
Reference in New Issue
Block a user