From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulrich Drepper Subject: Re: [take24 0/6] kevent: Generic event handling mechanism. Date: Wed, 22 Nov 2006 14:24:00 -0800 Message-ID: <4564CE00.9030904@redhat.com> References: <45564EA5.6020607@redhat.com> <20061113105458.GA8182@2ka.mipt.ru> <4560F07B.10608@redhat.com> <20061120082500.GA25467@2ka.mipt.ru> <4562102B.5010503@redhat.com> <20061121095302.GA15210@2ka.mipt.ru> <45633049.2000209@redhat.com> <20061121174334.GA25518@2ka.mipt.ru> <4563FD53.7030307@redhat.com> <20061122120933.GA32681@2ka.mipt.ru> <20061122121516.GA7229@2ka.mipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: David Miller , Andrew Morton , netdev , Zach Brown , Christoph Hellwig , Chase Venters , Johann Borck , linux-kernel@vger.kernel.org, Jeff Garzik , Alexander Viro Return-path: Received: from mx1.redhat.com ([66.187.233.31]:49027 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1757099AbWKVW1l (ORCPT ); Wed, 22 Nov 2006 17:27:41 -0500 To: Evgeniy Polyakov In-Reply-To: <20061122121516.GA7229@2ka.mipt.ru> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Evgeniy Polyakov wrote: > On Wed, Nov 22, 2006 at 03:09:34PM +0300, Evgeniy Polyakov (johnpol@2= ka.mipt.ru) wrote: >> Ok, to solve the problem in the way which should be good for both I >> decided to implement additional syscall which will allow to mark any >> event as ready and thus wake up appropriate threads. If userspace wi= ll >> request zero events to be marked as ready, syscall will just >> interrupt/wakeup one of the listeners parked in syscall. I'll wait for the new code drop to comment. > Btw, what about putting aditional multiplexer into add/remove/modify > switch? There will be logical 'ready' addon? Is it needed? Usually this is done with a *_wait call with a timeout o= f=20 zero. That code path might have to be optimized but it should already=20 be there. --=20 =E2=9E=A7 Ulrich Drepper =E2=9E=A7 Red Hat, Inc. =E2=9E=A7 444 Castro S= t =E2=9E=A7 Mountain View, CA =E2=9D=96