On Tue, 13 Apr 2004 15:24:40 -0700 Stephen Hemminger <shemminger@xxxxxxxx> wrote: > The bridge code needs to keep track of a cost estimate for each > port in the bridge. Instead of a hack based on device name, try > and use ethtool to get port speed from device. This has been tested > on e100 (uses ethtool_ops) and e1000 (does ethtool the hard way) > and dummy (no ethtool). Looks fine, applied.