Re: [PATCH v3 2/3] uio_pci_generic: add MSI/MSI-X support

From: Vlad Zolotarov
Date: Tue Oct 06 2015 - 11:28:25 EST




On 10/06/15 17:56, Michael S. Tsirkin wrote:
On Tue, Oct 06, 2015 at 05:43:50PM +0300, Vlad Zolotarov wrote:
The only "like VFIO" behavior we implement here is binding the MSI-X
interrupt notification to eventfd descriptor.
There will be more if you add some basic memory protections.

I've already explained that there is no need for any additional memory protections since it won't be able to protect anything.


Besides, that's not true.
Your patch queries MSI capability, sets # of vectors.

My patch doesn't set # of vectors.

You even hinted you want to add BAR mapping down the road.

VFIO does all of that.

This doesn't justifies the
hassle of implementing IOMMU-less VFIO mode.
This applies to both VFIO and UIO really. I'm not sure the hassle of
maintaining this functionality in tree is justified. It remains to be
seen whether there are any users that won't taint the kernel.
Apparently not in the current form of the patch, but who knows.

Again, uio_pci_generic with my patch simply follows the UIO design and in addition allows mapping MSI-X interrupts to eventfd's and it does it much more laconically compared to VFIO. Therefore these two modules won't be more related than they are today.

thanks,
vlad



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/