linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* NIC driver: Newbie question
@ 2001-08-28 22:38 kErNeL kRaCkEr
  2001-08-28 22:51 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: kErNeL kRaCkEr @ 2001-08-28 22:38 UTC (permalink / raw)
  To: linux-kernel

Hi all,

This is a Network card driver newbie question.

I am trying to learn how to use the NET_BH for developing a network card driver.

Under what circumstance(s) do you call mark_bh(NET_BH).

Any response would be appreciated.

Take care!

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: NIC driver: Newbie question
  2001-08-28 22:38 NIC driver: Newbie question kErNeL kRaCkEr
@ 2001-08-28 22:51 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2001-08-28 22:51 UTC (permalink / raw)
  To: kErNeL kRaCkEr; +Cc: linux-kernel

> This is a Network card driver newbie question.
> I am trying to learn how to use the NET_BH for developing a network card driver.
> 
> Under what circumstance(s) do you call mark_bh(NET_BH).

When you want the network stack to wake up and do stuff, so in Linux 2.2 
when you want it to call your hard_start_xmit with new buffers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-28 22:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-28 22:38 NIC driver: Newbie question kErNeL kRaCkEr
2001-08-28 22:51 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).