[ethbridge-discuss] HTTP not going through

David Edmondson dme at sun.com
Tue Jul 17 22:56:42 PDT 2007


On Tue, Jul 17, 2007 at 06:07:35PM -0700, Ruediger Teichert wrote:
> Ups, sorry :-)  I got more output soon:
> 
> CPU    ID                    FUNCTION:NAME     
> 3        25673              mac_rx:entry                            1518      e1000g' e1000g_intr_work+0x146
> 
> repeating all over again.

This looks like the bug, though I mis-remembered the details (it's not
the bridge module that drops the packet, rather it's the transmit path
once the bridge has forwarded the packet on).

If you want this to work then one option is to check for packets
longer than 1514 bytes in the bridge forwarding code and truncate them
(to 1514 bytes). This workaround was useful for me in the past.

The underlying (e1000g) bug is now fixed in Nevada, likely scheduled
for inclusion in S10U5.

dme.


More information about the ethbridge-discuss mailing list