Posted Jul 8, 2005 4:08 UTC (Fri) by balbir (guest, #19399)
[Link]
I was under the impression that the X11 folks wanted IRQ notifications for writing good X screen drivers. In addition, it would make it easier to move some drivers to user space with the capability to receive user level IRQ notifications and implement user level IRQ handlers.
Good point about the patch, assuming that people hardly disable networking, I was wondering if it is a good idea to write an extensible version of rtnetlink to provide user space events. What I liked about rtnetlink is that it imposes no format on the communication except for the rtattr.
Looking at inotify again
Posted Jul 19, 2005 6:58 UTC (Tue) by renox (subscriber, #23785)
[Link]
I wonder if X's need of userspace driver is legitimate, I thought there was a push to let the kernel handle the driver to avoid duplication of effort.