I am trying to passthrough my graphics card to a virtual machine using kvm and libvirt. I get an error message when I try to passthrough the card without binding an ethernet card which seems to be in the same IOMMU group to the vfio-pci driver.
I'd like to use that ethernet port on the host so I am wondering if I can split the IOMMU group. The reference on these things seems to be this blog post which mentions near the bottom that
Newer kernels than used for this example will split this IOMMU group as support has been added to expose the isolation capabilities of this chipset, even though it does not support PCIe ACS directly.
But I am on kernel 4.10, and this blog post is from 2014, so I am wondering if there were any new developments in the space.
My basic question is can I find out of the IOMMU group is splitable and if so how can I split it?