Print this page
6064 ixgbe needs X550 support

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/ixgbe.7d.man.txt
          +++ new/usr/src/man/man7d/ixgbe.7d.man.txt
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14         clonable, GLD-based STREAMS driver supporting the Data Link Provider
  15   15         Interface, dlpi(7P), on Intel 10-Gigabit PCI Express Ethernet
  16   16         controllers.
  17   17  
  18   18  
  19   19         The ixgbe driver functions include controller initialization, frame
  20   20         transmit and receive, promiscuous and multicast support, and error
  21   21         recovery and reporting.
  22   22  
  23   23  
       24 +       The ixgbe driver supports the following Intel 10-Gigabit PCI Express
       25 +       Ethernet controllers:
       26 +
       27 +           o      Intel Ethernet Controller 82598EB Family
       28 +
       29 +           o      Intel Ethernet Controller 82599EB (X520) Family
       30 +
       31 +           o      Intel Ethernet Controller X540 Family
       32 +
       33 +           o      Intel Ethernet Controller X550 Family
       34 +
  24   35         The ixgbe driver and hardware support auto-negotiation, a protocol
  25   36         specified by the IEEE 802.3ae specification.
  26   37  
  27   38  APPLICATION PROGRAMMING INTERFACE
  28   39         The cloning character-special device, /dev/ixgbe, is used to access all
  29      -       Intel 10 -Gigabit PCI Express Ethernet devices installed within the
       40 +       Intel 10-Gigabit PCI Express Ethernet devices installed within the
  30   41         system.
  31   42  
  32   43  
  33   44         The ixgbe driver is managed by the dladm(1M) command line utility,
  34   45         which allows VLANs to be defined on top of ixgbe instances and for
  35   46         ixgbe instances to be aggregated. See dladm(1M) for more details.
  36   47  
  37   48  
  38   49         You must send an explicit DL_ATTACH_REQ message to associate the opened
  39   50         stream with a particular device (PPA). The PPA ID is interpreted as an
  40   51         unsigned integer data type and indicates the corresponding device
  41   52         instance (unit) number. The driver returns an error (DL_ERROR_ACK) if
  42   53         the PPA field value does not correspond to a valid device instance
  43   54         number for the system. The device is initialized on first attach and
  44   55         de-initialized (stopped) at last detach.
  45   56  
  46   57  
  47   58         The values returned by the driver in the DL_INFO_ACK primitive in
  48   59         response to your DL_INFO_REQ are:
  49   60  
  50      -           o      Maximum SDU is 16366.
       61 +           o      Maximum SDU for Intel 82598EB is 16366.
  51   62  
       63 +           o      Maximum SDU for Intel 82599EB, X540 and X550 is 15500.
       64 +
  52   65             o      Minimum SDU is 0.
  53   66  
  54   67             o      DLSAP address length is 8.
  55   68  
  56   69             o      MAC type is DL_ETHER.
  57   70  
  58   71             o      SAP (Service Access Point) length value is -2, meaning the
  59   72                    physical address component is followed immediately by a
  60   73                    2-byte SAP component within the DLSAP address.
  61   74  
↓ open down ↓ 29 lines elided ↑ open up ↑
  91  104         /kernel/drv/ixgbe.conf
  92  105                                      Configuration file.
  93  106  
  94  107  
  95  108  ATTRIBUTES
  96  109         See attributes(5) for descriptions of the following attributes:
  97  110  
  98  111  
  99  112  
 100  113  
 101      -       +--------------------------------------+
 102      -       |ATTRIBUTE TYPE        ATTRIBUTE VALUE |
 103      -       |Architecture          SPARC, x86      |
 104      -       |Interface Stability   Committed       |
 105      -       +--------------------------------------+
      114 +       +--------------------+-----------------+
      115 +       |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
      116 +       +--------------------+-----------------+
      117 +       |Architecture        | SPARC, x86      |
      118 +       +--------------------+-----------------+
      119 +       |Interface Stability | Committed       |
      120 +       +--------------------+-----------------+
 106  121  
 107  122  SEE ALSO
 108  123         dladm(1M), netstat(1M), driver.conf(4), attributes(5), streamio(7I),
 109  124         dlpi(7P)
 110  125  
 111  126  
 112  127         Writing Device Drivers
 113  128  
 114  129  
 115  130         STREAMS Programming Guide
 116  131  
 117  132  
 118  133         Network Interfaces Programmer's Guide
 119  134  
 120  135  
 121  136         IEEE 802.3ae Specificiation, IEEE - 2002
 122  137  
 123  138  
 124  139  
 125      -                                 June 3, 2009                        IXGBE(7D)
      140 +                                April 10, 2016                       IXGBE(7D)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX