New ask Hacker News story: Ask HN: Anybody enabled IOMMU on AWS metal servers?

Ask HN: Anybody enabled IOMMU on AWS metal servers?
2 by scrubs | 0 comments on Hacker News.
As per: Section 17.9: https://ift.tt/3BoMlZe and https://ift.tt/3Civys1 Enabling IOMMU on i3 or c5 metal instances is as easy as adding "iommu=1 intel_iommu=on" to /etc/default/grub followed by update-grub, reboot. I can't get this to work. Every time I update grub and reboot I cannot reconnect via ssh. Also EC2 console fails to get good status. My config: * Ubuntu 20.04 stock AWS AMI x86 64-bit * i3.metal (spot) Less importantly but also of interest on IOMMU: If one is on bare metal is IOMMU really needed? Seems like no if one is not using HVM. Unsafe IOMMU mode could work. Are there any performance advantages to IOMMU? Again as far as I can see, no. Thank you

Comments