On 03/30/2010 05:52 PM, Cam Macdonell wrote:
Ah, the usual "ioctls are ugly, go away".
It could be done via sysfs:
$ cat /sys/.../msix/max-interrupts
256
$ echo 4> /sys/.../msix/allocate
$ # subdirectories 0 1 2 3 magically appear
$ # bind fd 13 to msix
$ echo 13> /sys/.../msix/2/bind-fd
$ # from now on, msix interrupt 2 will call eventfd_signal() on fd 13
Call me old fashioned, but I prefer ioctls.
Good point. iiuc, the goal relative to ioctls in UIO was to not have
device drivers creating their own device-specific ABIs and drivers
that are just massive switch statements. Having ioctls that support
functions for UIO in general, such as pairing msi vectors to eventfds,
does not go against that goal.
Device specific ioctls are clearly a bad idea for uio.
--
error compiling committee.c: too many arguments to function
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html