Re: NIC driver: Newbie question

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 28 Aug 2001 23:51:19 +0100 (BST)


> 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/