Wolfgang Walter wrote:
> Hello,
> 
> it seems that e1000 enables flow-control (rx pause frames) even if the switch 
> does not advertise flow control. This seems to get a problem as (at least 
> some) switches then forward pause frames directed to the card from other 
> hosts. We think there are hosts which indeed do this in the lans of our 
> student halls.
> 
> I think flow control should be completely disabled by default if the switch 
> does not advertise it. It still can be forced with ethtool.

Are you sure that the switch actually advertises the flow control "disabled"
setting properly? Perhaps you can include the e1000 ethtool flow control 
settings
and dmesg output (2.6.24 will print out FC status when link comes up).

There's a lengthy argumentation including spec references in the e1000/e1000e
driver code on how FC is handled (look for "IEEE 802.3ab"). Can you take a look 
at
that and see what might be happening?

Changing this behaviour might give other people issues which is something we 
need
to be very cautious about, obviously :)

Cheers,

Auke
--
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

Reply via email to