Re: 2.4.7 softirq incorrectness.

Andrea Arcangeli (andrea@suse.de)
Mon, 23 Jul 2001 16:18:04 +0200


On Mon, Jul 23, 2001 at 11:25:23AM +0200, Kai Germaschewski wrote:
> Hmmh, wait a second. I take it that means calling netif_rx not from
> hard-irq context, but e.g. from bh is a bug? (Even if the only consequence

No it isn't a bug either, calling it from irq or bh is perfectly fine
w.r.t. softirq latency. If you post it from softirq ksoftirqd will
handle the overflow event exactly like in net_rx_action.

Andrea
-
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/