> When i try to copy the skb->data frame into my buffers list,(wich are
> allocated at this time) I see this message 
> 
> kmalloc called nonatomically from interrupt 0007d0
> 
> And then linux crash!!

You need to use the GFP_ATOMIC flag to a kmalloc inside an interrupt

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to