Gianfar skb panic when bonding a VLAN interface

2007-10-30 Thread Demke Torsten-atd012
Hi, I tried to ping over a bonded VLAN tagged interface. (e.g - ifenslave bond0 eth3.24) This fails with following output: [EMAIL PROTECTED]:/root ping 192.168.24.101 PING 192.168.24.skb_under_panic: text:c01bbdf8 len:50 put:8 head:dd27a3a0 data:dd27a39a tail:dd27a3cc end:dd27a3e0 dev:eth3

Re: Gianfar skb panic when bonding a VLAN interface

2007-10-30 Thread Jay Vosburgh
Demke Torsten-atd012 [EMAIL PROTECTED] wrote: I tried to ping over a bonded VLAN tagged interface. (e.g - ifenslave bond0 eth3.24) [...] It seems that the skb headroom is to small. How can I solve this? I could insert skb_realloc_headroom() call, but where it's the best place then? What about