--- Warner Losh <[EMAIL PROTECTED]> wrote:
> 10k lines in an interrupt routine sounds to be way
> more work than you
> want to do in an interrupt routine. Maybe you could
> use a work queue
> and deal with it that way. There isn't much I can
The ~10k lines of code is in a software interrupt
(netisr) routine. In the hardware interrupt
(ether_input() ) the packets are queued and the
software interrupt scheduled. All the work is done in
the software interrupt routine. Sorry if I did not
explain this clearly before. Does everything discussed
so far still apply? If so, I can't see any way to do
this differently right now. Back to the drawing
boards, I guess.
jacques
__________________________________________________
Do You Yahoo!?
Thousands of Stores. Millions of Products. All in one Place.
http://shopping.yahoo.com/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message