Print this page
6064 ixgbe needs X550 support

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/ixgbe.7d
          +++ new/usr/src/man/man7d/ixgbe.7d
   1    1  '\" te
   2    2  .\"  Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
   3    3  .\"  Copyright 2012, Nexenta Systems, Inc. All rights reserved.
        4 +.\"  Copyright 2016, OmniTI Computer Consulting, Inc. All rights reserved.
   4    5  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   5    6  .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
   6    7  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7      -.TH IXGBE 7D "Jun 3, 2009"
        8 +.TH IXGBE 7D "Apr 10, 2016"
   8    9  .SH NAME
   9   10  ixgbe \- Intel 10Gb PCI Express NIC Driver
  10   11  .SH SYNOPSIS
  11   12  .LP
  12   13  .nf
  13   14  \fB/dev/ixgbe*\fR
  14   15  .fi
  15   16  
  16   17  .SH DESCRIPTION
  17      -.sp
  18   18  .LP
  19   19  The \fBixgbe\fR 10 Gigabit Ethernet driver is a multi-threaded, loadable,
  20   20  clonable, GLD-based STREAMS driver supporting the Data Link Provider Interface,
  21   21  \fBdlpi\fR(7P), on Intel 10-Gigabit PCI Express Ethernet controllers.
  22   22  .sp
  23   23  .LP
  24   24  The \fBixgbe\fR driver functions include controller initialization, frame
  25   25  transmit and receive, promiscuous and multicast support, and error recovery and
  26   26  reporting.
  27   27  .sp
  28   28  .LP
       29 +The \fBixgbe\fR driver supports the following Intel 10-Gigabit PCI Express Ethernet controllers:
       30 +.RS +4
       31 +.TP
       32 +.ie t \(bu
       33 +.el o
       34 +Intel Ethernet Controller 82598EB Family
       35 +.RE
       36 +.RS +4
       37 +.TP
       38 +.ie t \(bu
       39 +.el o
       40 +Intel Ethernet Controller 82599EB (X520) Family
       41 +.RE
       42 +.RS +4
       43 +.TP
       44 +.ie t \(bu
       45 +.el o
       46 +Intel Ethernet Controller X540 Family
       47 +.RE
       48 +.RS +4
       49 +.TP
       50 +.ie t \(bu
       51 +.el o
       52 +Intel Ethernet Controller X550 Family
       53 +.RE
       54 +.LP
  29   55  The \fBixgbe\fR driver and hardware support auto-negotiation, a protocol
  30   56  specified by the \fIIEEE 802.3ae\fR specification.
  31   57  .SH APPLICATION PROGRAMMING INTERFACE
  32      -.sp
  33   58  .LP
  34   59  The cloning character-special device, \fB/dev/ixgbe\fR, is used to access all
  35      -Intel 10 -Gigabit PCI Express Ethernet devices installed within the system.
       60 +Intel 10-Gigabit PCI Express Ethernet devices installed within the system.
  36   61  .sp
  37   62  .LP
  38   63  The \fBixgbe\fR driver is managed by the \fBdladm\fR(1M) command line utility,
  39   64  which allows VLANs to be defined on top of \fBixgbe\fR instances and for
  40   65  \fBixgbe\fR instances to be aggregated. See \fBdladm\fR(1M) for more details.
  41   66  .sp
  42   67  .LP
  43   68  You must send an explicit DL_ATTACH_REQ message to associate the opened stream
  44   69  with a particular device (PPA). The PPA ID is interpreted as an unsigned
  45   70  integer data type and indicates the corresponding device instance (unit)
↓ open down ↓ 1 lines elided ↑ open up ↑
  47   72  not correspond to a valid device instance number for the system. The device is
  48   73  initialized on first attach and de-initialized (stopped) at last detach.
  49   74  .sp
  50   75  .LP
  51   76  The values returned by the driver in the DL_INFO_ACK primitive in response to
  52   77  your DL_INFO_REQ are:
  53   78  .RS +4
  54   79  .TP
  55   80  .ie t \(bu
  56   81  .el o
  57      -Maximum SDU is 16366.
       82 +Maximum SDU for Intel 82598EB is 16366.
  58   83  .RE
  59   84  .RS +4
  60   85  .TP
  61   86  .ie t \(bu
  62   87  .el o
       88 +Maximum SDU for Intel 82599EB, X540 and X550 is 15500.
       89 +.RE
       90 +.RS +4
       91 +.TP
       92 +.ie t \(bu
       93 +.el o
  63   94  Minimum SDU is 0.
  64   95  .RE
  65   96  .RS +4
  66   97  .TP
  67   98  .ie t \(bu
  68   99  .el o
  69  100  DLSAP address length is 8.
  70  101  .RE
  71  102  .RS +4
  72  103  .TP
↓ open down ↓ 13 lines elided ↑ open up ↑
  86  117  .TP
  87  118  .ie t \(bu
  88  119  .el o
  89  120  Broadcast address value is the Ethernet/IEEE broadcast address
  90  121  (FF:FF:FF:FF:FF:FF).
  91  122  .sp
  92  123  Once in the DL_ATTACHED state, you must send a DL_BIND_REQ to associate a
  93  124  particular SAP with the stream.
  94  125  .RE
  95  126  .SH CONFIGURATION
  96      -.sp
  97  127  .LP
  98  128  By default, the \fBixgbe\fR driver performs auto-negotiation to select the link
  99  129  speed and mode. Link speed and mode can only be 10000 Mbps full-duplex for fiber, and only 10000, 1000, or 100 Mbps full-duplex for copper. See the
 100  130  \fIIEEE802.3\fR standard for more information.
 101  131  .SH FILES
 102      -.sp
 103  132  .ne 2
 104  133  .na
 105  134  \fB\fB/dev/ixgbe*\fR\fR
 106  135  .ad
 107  136  .RS 29n
 108  137  Special character device.
 109  138  .RE
 110  139  
 111  140  .sp
 112  141  .ne 2
↓ open down ↓ 25 lines elided ↑ open up ↑
 138  167  .sp
 139  168  .ne 2
 140  169  .na
 141  170  \fB\fB/kernel/drv/ixgbe.conf\fR\fR
 142  171  .ad
 143  172  .RS 29n
 144  173  Configuration file.
 145  174  .RE
 146  175  
 147  176  .SH ATTRIBUTES
 148      -.sp
 149  177  .LP
 150  178  See \fBattributes\fR(5) for descriptions of the following attributes:
 151  179  .sp
 152  180  
 153  181  .sp
 154  182  .TS
 155  183  box;
 156      -l l
 157      -l l .
      184 +c | c
      185 +l | l .
 158  186  ATTRIBUTE TYPE  ATTRIBUTE VALUE
      187 +_
 159  188  Architecture    SPARC, x86
      189 +_
 160  190  Interface Stability     Committed
 161  191  .TE
 162  192  
 163  193  .SH SEE ALSO
 164      -.sp
 165  194  .LP
 166  195  \fBdladm\fR(1M), \fBnetstat\fR(1M), \fBdriver.conf\fR(4), \fBattributes\fR(5),
 167  196  \fBstreamio\fR(7I), \fBdlpi\fR(7P)
 168  197  .sp
 169  198  .LP
 170  199  \fIWriting Device Drivers\fR
 171  200  .sp
 172  201  .LP
 173  202  \fISTREAMS Programming Guide\fR
 174  203  .sp
 175  204  .LP
 176  205  \fINetwork Interfaces Programmer's Guide\fR
 177  206  .sp
 178  207  .LP
 179  208  \fIIEEE 802.3ae Specificiation\fR, IEEE - 2002
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX