Re: Bottom Handler

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 17 Apr 1998 15:56:01 +0100 (BST)


> Since the card is not ready,i would like to call the netif_rx function
> directly from driver specific xmit function(for unit testing).
>
> But on doing this , the kernel panics with a message
> "Aiee Scheduling Interrupt 0x*****"

You've done something else wrong then I think. Calling netif_rx() directly
is okish. You might want to put start_bh_atomic() end_bh_atomic() around
the call

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu