Bug 8699
Summary: | (net bnx2) needs delay for VLAN tagging | ||
---|---|---|---|
Product: | Drivers | Reporter: | Endre Nagy (gumo) |
Component: | Network | Assignee: | Michael Chan (mchan) |
Status: | REJECTED UNREPRODUCIBLE | ||
Severity: | normal | CC: | greearb, mchan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.21.5 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | bnx2 driver problem circumstances |
Description
Endre Nagy
2007-07-02 04:16:54 UTC
I was unable to reproduce this problem on 2.6.21.5. Please provide more information, such as dmesg log, ethtool -S, etc. Please show 'ifconfig -a' for the physical interface and the vlan interface in the failure case. As Michael mentioned, show is 'dmesg' and maybe 'tail -100 /var/log/messages' as well. There may be error messages there that help explain the problem. Created attachment 11934 [details]
bnx2 driver problem circumstances
see good.sh, bad.sh
Unfortunately I had to build a new test system for taking the logs you'd asked for. The configuration is almost identical (HP BL460c, some options differ), but it behaves differently than the previous. It doesn't produce the bug with 2.6.21.5 any more (the previous system did with the same binary kernel), but it produces the bug with the standard RH4 kernel (I know...) and the latest bnx2 driver module from HP (bnx2-1.4.52d). The new test system also requires reboot between tests ("unregister_netdevice: waiting for ..."). The reason why I didn't take logs from the previous system is that there wasn't any difference between working and nonworking state (the entire sysctl, ifconfig, vconfig, ethtool flags were exactly the same, and they looked good). One exception: vlan TX counters remained 0, it didn't even reply to ARP (but tcpdump showed the incoming ARP requests). I don't think it's hardware error, I've seen this problem in 2 other systems. 5 seconds delay solved the problem in those cases. The logs I have now are not really relevant, and they show some diff because of the reboot, but they might help. I'll take more logs if I meet the problem again. Is this still an issue? Please provide an update. (In reply to comment #5) > Is this still an issue? Please provide an update. I haven't experienced it on other systems. Maybe it was a problem with the environment. |