Jesse Brandeburg wrote:
On 1/18/06, Christopher Friesen <[EMAIL PROTECTED]> wrote:
So, somehow we're getting into a state where we can't receive packets, and we're never getting out of that state.
Are you sure that you're able to transmit and you aren't just handing it to the hardware and it never gets out? tcpdump on a remote machine would verify.
I haven't tried the new driver yet, so this is still with the old driver (had the hung machine still up from yesterday).
It looks like tx is working--we see the packets on the other machines on the network. I tested unicast and broadcast, and both seem to be working.
I tried a broadcast ping to the whole subnet. For that one the icmp packet goes out, then we see ARPs from everyone on the subnet trying to get the MAC address of the machine with eth issues.
On the machine with hung ethernet: [EMAIL PROTECTED]:/root> ping -b 172.25.0.0 WARNING: pinging broadcast address PING 172.25.0.0 (172.25.0.0) 56(84) bytes of data. 64 bytes from 172.25.101.12: icmp_seq=1 ttl=64 time=0.041 ms 64 bytes from 172.25.101.12: icmp_seq=2 ttl=64 time=0.046 ms On the other machine: [EMAIL PROTECTED]:/root> tcpdump -n -i bond1 host 172.25.101.12 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on bond1, link-type EN10MB (Ethernet), capture size 96 bytes 01:51:27.275594 IP 172.25.101.12 > 172.25.0.0: icmp 64: echo request seq 1 01:51:27.275748 arp who-has 172.25.101.12 tell 172.25.80.0 01:51:27.275824 arp who-has 172.25.101.12 tell 172.25.101.16 01:51:27.276248 arp who-has 172.25.101.12 tell 172.25.101.13 01:51:27.276373 arp who-has 172.25.101.12 tell 172.25.101.1 01:51:28.275674 arp who-has 172.25.101.12 tell 172.25.101.16 01:51:28.276258 arp who-has 172.25.101.12 tell 172.25.101.1 01:51:28.278017 arp who-has 172.25.101.12 tell 172.25.80.0 01:51:28.278260 IP 172.25.101.12 > 172.25.0.0: icmp 64: echo request seq 2 01:51:28.278388 arp who-has 172.25.101.12 tell 172.25.101.13 01:51:29.275520 arp who-has 172.25.101.12 tell 172.25.101.16 01:51:29.276018 arp who-has 172.25.101.12 tell 172.25.101.1 01:51:29.280032 IP 172.25.101.12 > 172.25.0.0: icmp 64: echo request seq 3 01:51:29.280277 arp who-has 172.25.101.12 tell 172.25.80.0 01:51:29.280524 arp who-has 172.25.101.12 tell 172.25.101.13 Chris - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html