Re: [RFC] Simple userspace interface for PCI drivers

From: Greg KH
Date: Wed Aug 30 2006 - 18:07:26 EST


On Wed, Aug 30, 2006 at 05:25:45PM -0400, linux-os (Dick Johnson) wrote:
> User mode drivers are NOT good. For them to work, too much stuff
> needs to be exposed. Then there is the problem of interrupts.
> You are not going to be able to make an interrupt 'thunker' like
> you could in the old DOS days. The kernel isn't going to call
> user-mode code because nobody is going to provide such a potentially
> destructive interface. If you think you can handle hardware interrupt
> requests with the poll() interface, you are going to be in a world of
> hurt for throughput.

If you feel this way, then don't use them on your system, for your
hardware.
-
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/