public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* select() with Network device driver
@ 2002-03-07  9:36 Himanshu Agarwal
  0 siblings, 0 replies; only message in thread
From: Himanshu Agarwal @ 2002-03-07  9:36 UTC (permalink / raw)
  To: linux-kernel

Hello,
          I am trying to do a select()  on a net interface.   I need
the poll functionality of a char driver.   That is - I want the select
to block until a certain condition in the driver/hardware becomes
true.   This condition is notified to me by the interrupt handler.

Can somebody point out to how the select() works for sockets.  It goes
to the tcp_select() or udp_select()  in the network subsystem.   However

I want it to go to the net interface.

Pointers to related info would be helpful.

Thanks
Himanshu




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-07  9:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-07  9:36 select() with Network device driver Himanshu Agarwal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox