On Thu, 2006-21-12 at 17:36 +0300, Evgeniy Polyakov wrote: > Btw, it uses only read/write/signal on fd events, so it must use > ->poll() and thus be as fast as epoll. > It is supposed to "detect" the best mechanism in the kernel and switch to that. At the moment for example in my app it defaults to epoll. > Things like sockets/pipes can only benefit from direct kevent usage > instead of ->poll() and wrappers. You should be able change it to use those schemes when it detects that the kernel supports them. cheers, jamal - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- From: Evgeniy Polyakov <[email protected]>
- Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- References:
- [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- From: Evgeniy Polyakov <[email protected]>
- Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- From: Evgeniy Polyakov <[email protected]>
- Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- From: Jeff Garzik <[email protected]>
- Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- From: Evgeniy Polyakov <[email protected]>
- Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- From: jamal <[email protected]>
- Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- From: Evgeniy Polyakov <[email protected]>
- Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- From: jamal <[email protected]>
- Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- From: Evgeniy Polyakov <[email protected]>
- Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- From: Evgeniy Polyakov <[email protected]>
- [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- Prev by Date: Re: [PATCH] Unbreak MSI on ATI devices
- Next by Date: Re: [PATCH] input/spi: add ads7843 support to ads7846 touchscreen driver
- Previous by thread: Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- Next by thread: Re: [take28-resend_1->0 0/8] kevent: Generic event handling mechanism.
- Index(es):