Hello

I am currently programming a frame relay driver on a linux platform
for a Rockwell board (using Mc Lagan's dlci.o module)
I use a frame relay stack background wich process frames coming from
kernel (Q922 encapsulation, congestion....)
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!!

Am i not allowed to kmalloc buffer inside the hard_start_tx function??
Should I use the skb_list ? , should I allocate my buffers at init? 

Thanks in advance

Fabien
Sophia Antipolis 
France 
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

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

Reply via email to