From: Himanshu Agarwal <himanshu@india.tejasnetworks.com>
To: linux-kernel@vger.kernel.org
Subject: select() with Network device driver
Date: Thu, 07 Mar 2002 15:06:23 +0530 [thread overview]
Message-ID: <3C873497.27947100@india.tejasnetworks.com> (raw)
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
reply other threads:[~2002-03-07 9:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C873497.27947100@india.tejasnetworks.com \
--to=himanshu@india.tejasnetworks.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox