Bug 4883
Summary: | (net tg3) doesn't send ARP reply on 8021q VLAN interfaces | ||
---|---|---|---|
Product: | Drivers | Reporter: | Alexey Dobriyan (adobriyan) |
Component: | Network | Assignee: | Jeff Garzik (jgarzik) |
Status: | REJECTED INSUFFICIENT_DATA | ||
Severity: | normal | CC: | bunk, hmh, mh+kernel-bugzilla, protasnb, rberger |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.12.2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | Quick fix / workaround for the tg3 driver vlan-arp bug |
Description
Alexey Dobriyan
2005-07-14 01:05:46 UTC
Is this issue still present in recent 2.6 kernels? I'm assuming this issue is already fixed in recent 2.6 kernels. Please reopen this bug if it's still present in kernel 2.6.16. The bug is still present in kernel 2.6.19.1 with the tg3 driver v3.69 which comes with the kernel. Created attachment 9882 [details]
Quick fix / workaround for the tg3 driver vlan-arp bug
After applying the patch, you'll need to load the module with parameter
"tg3_always_keep_vlan_tag=1".
I use tg3 (Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)/0200: 14e4:167d, kernel 2.6.22.9 (tg3 v3.77). The driver identifies the PHY as: Tigon3 [partno(BCM95751M) rev 4101 PHY(5750)] (PCI Express) 10/100/1000Base-T Ethernet. Capabilities set at boot by driver are: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1] dma_rwctrl[76180000] dma_mask[64-bit] No problems with VLAN ARP here. eth-tool says this about the state of the driver: rx-checksumming: on tx-checksumming: on scatter-gather: on tcp segmentation offload: on udp fragmentation offload: off generic segmentation offload: off So, maybe this problem was fixed, OR it is a quirk of certain tg3 adapters but not all? What is the current status with this problem for everyone? Does the driver work with recent kernels? Thanks. |