[EMAIL PROTECTED] said: > You can turn off TX pause and get the same effect.
Not sure if I did the right thing, but: # ifdown eth1 ... # ethtool -A eth1 tx off # ethtool -a eth1 Pause parameters for eth1: Autonegotiate: on RX: on TX: off # ifup eth1 ... sky2 eth1: enabling interface sky2 eth1: Link is up at 1000 Mbps, full duplex, flow control both # ethtool -a eth1 Pause parameters for eth1: Autonegotiate: on RX: on TX: on is this what I should be seeing? -mato - 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