Le samedi 01 janvier 2011 à 19:27 -0500, Jesse Gross a écrit :
1) current linux-2.6 works OK for me (and previous versions as well, I
am using this vlan/bonding setup since 3 years or so on one of my dev
machine)
Only net-next-2.6 has the problem.
If I remove bonding of the equation, I still have the problem, and can
see the 'dropped' counter increasing while I send packets to eth2 (tg3)
$ ifconfig eth2
eth2 Link encap:Ethernet HWaddr 00:1E:0B:92:78:50
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:94 errors:0 dropped:38686 overruns:0 frame:0
TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8332 (8.1 Kb) TX bytes:1392 (1.3 Kb)
Interrupt:19
$ ifconfig vlan.103
vlan.103 Link encap:Ethernet HWaddr 00:1E:0B:92:78:50
inet addr:192.168.20.110 Bcast:0.0.0.0 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:846 (846.0 b)
Hmm, where do you want me to check this ?
--