<div dir="ltr">I'm attempting PCI-passthrough from host to guest on an HP ProLiant 380P, which has an updated, yet rather old BIOS (2015), but it does support VT-d. I'm running CentOS 7, kernel 3.10.0-862.9.1.el7.x86_64.<br><br>I have an Intel 82580 NIC installed with 4 ports. Each of these ports is in its own IOMMU group (I enabled SR-IOV at the BIOS, which might be the reason they show up separately)<br><br> After detaching and adding a 'hostdev' device with the appropriate pci address, I attempt to start my VM. I get " failed to set iommu for container: Operation not permitted". As recommended here (<a href="http://vfio.blogspot.com/2014/08/vfiovga-faq.html">http://vfio.blogspot.com/2014/08/vfiovga-faq.html</a>) I parsed dmesg in an attempt to find:<br><br>-------------------<br>No interrupt remapping support. Use the module param "allow_unsafe_interrupts" to enable VFIO IOMMU support on this platform<br>-------------------<br>...but nothing similar exists in my logs.<br><br>Since this device is showing up in its own IOMMU group, I assume ACS override won't get me any further. In any case, it is not an option for me to leave ACS override on. I can turn it on for testing, the server is not currently in production.<br><br><div>Below you will find links to relevant configs:</div><div><br></div><div>virsh edit monitor: <a href="https://pastebin.com/kzCR0E5t">https://pastebin.com/kzCR0E5t</a></div><div>nodedev-list --tree: <a href="https://pastebin.com/AfYJKZX9">https://pastebin.com/AfYJKZX9</a></div><div>nodedev-dumpxml pci_0000_04_00_1: <a href="https://pastebin.com/VUurQ05Y">https://pastebin.com/VUurQ05Y</a></div><div>virsh start monitor: <a href="https://pastebin.com/6ANCL5pJ">https://pastebin.com/6ANCL5pJ</a><br></div><div><br></div></div>