Hi, Auke.

Auke Kok wrote:
AK> Don't you mean this? :

AK> +                       hw->autoneg_advertised = ecmd->advertising |
AK> +                                                ADVERTISED_Autoneg |
AK> +                                                ADVERTISED_TP;

AK> and we'd also have to do this for fibre...
Yep. I've noticed that but I already sent message...

 >>
>>                 ecmd->advertising = hw->autoneg_advertised;
>>         } else
>>                 if (e1000_set_spd_dplx(adapter, ecmd->speed + ecmd->duplex))


AK> but that's not really what you want: the way ethtool works currently only
AK> allows you to pass *one* speed/duplex tuple and autonegotiate with that, or
AK> all (by omitting any speed/duplex tuple).

AK> ethtool needs some code that allows you to specify "autonegotiate 10_half or
AK> 100_full or 1000_full" (3 tuples, but not implying 100_half or 10_full). 
This
AK> is something mii-tool was able to do but this functionality never made it 
into
AK> ethtool AFAIK :)

AK> This is the most useful case for everyone, you can omit advertising gig link
AK> if you only have 100mbit switches and speed up link times that way etc.

I'm sure of that, but today before actual ethtool patch released will
this changes be included in the driver sources? In that case IMO no other
changes need to be done to support what you've been writing of...

AK> Auke



-- 
Best regards,
Alexandr Kotov                          mailto:[EMAIL PROTECTED]

-
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