Bug 529395

Summary: add support for 10000baseT
Product: Red Hat Enterprise Linux 5 Reporter: Olivier Fourdan <ofourdan>
Component: ethtoolAssignee: Jay Fenlason <fenlason>
Status: CLOSED ERRATA QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: medium Docs Contact:
Priority: low    
Version: 5.4CC: fenlason, jfeeney, kem, tao
Target Milestone: rcKeywords: Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-30 08:46:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Proposed patch none

Description Olivier Fourdan 2009-10-16 15:39:59 UTC
Created attachment 365059 [details]
Proposed patch

Description of problem:

Currently, ethtool lacks the simple support for properly listing 10000baseT/Full as a supported speed/duplex.

ethtool needs the following patch to add support for supporting 10000baseT:

    http://kerneltrap.org/mailarchive/linux-netdev/2007/11/7/394199/thread

Version-Release number of selected component (if applicable):

ethtool-6-2

How reproducible:

100% reproducible

Steps to Reproduce:
1. Run ethtool on a device that supports 10000baseT/Full
  
Actual results:

[root@localhost ~]# ethtool eth1
Settings for eth1:
       Supported ports: [ FIBRE ]
       Supported link modes:
       Supports auto-negotiation: No
       Advertised link modes:  10000baseT/Full
       Advertised auto-negotiation: No
       Speed: 10000Mb/s
       Duplex: Full
       Port: FIBRE
       PHYAD: 0
       Transceiver: internal
       Auto-negotiation: off
       Link detected: yes

Expected results:

[root@localhost ~]# ethtool eth1
Settings for eth1:
       Supported ports: [ FIBRE ]
       Supported link modes:   10baseT/Half 10baseT/Full
                               100baseT/Half 100baseT/Full
                               1000baseT/Full
                               10000baseT/Full
       Supports auto-negotiation: No
       Advertised link modes:  10000baseT/Full
       Advertised auto-negotiation: No
       Speed: 10000Mb/s
       Duplex: Full
       Port: FIBRE
       PHYAD: 0
       Transceiver: internal
       Auto-negotiation: off
       Link detected: yes

Additional info:

The patch is from this thread: http://kerneltrap.org/mailarchive/linux-netdev/2007/11/7/394199/thread

Comment 7 errata-xmlrpc 2010-03-30 08:46:29 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2010-0279.html