2 .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
3 .\" Copyright 2012, Nexenta Systems, Inc. All rights reserved.
4 .\" Copyright 2016, OmniTI Computer Consulting, Inc. All rights reserved.
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.
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
7 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
8 .TH IXGBE 7D "Apr 10, 2016"
10 ixgbe \- Intel 10Gb PCI Express NIC Driver
19 The \fBixgbe\fR 10 Gigabit Ethernet driver is a multi-threaded, loadable,
20 clonable, GLD-based STREAMS driver supporting the Data Link Provider Interface,
21 \fBdlpi\fR(7P), on Intel 10-Gigabit PCI Express Ethernet controllers.
24 The \fBixgbe\fR driver functions include controller initialization, frame
25 transmit and receive, promiscuous and multicast support, and error recovery and
29 The \fBixgbe\fR driver supports the following Intel 10-Gigabit PCI Express Ethernet controllers:
34 Intel Ethernet Controller 82598EB Family
40 Intel Ethernet Controller 82599EB (X520) Family
46 Intel Ethernet Controller X540 Family
52 Intel Ethernet Controller X550 Family
55 The \fBixgbe\fR driver and hardware support auto-negotiation, a protocol
56 specified by the \fIIEEE 802.3ae\fR specification.
57 .SH APPLICATION PROGRAMMING INTERFACE
59 The cloning character-special device, \fB/dev/ixgbe\fR, is used to access all
60 Intel 10-Gigabit PCI Express Ethernet devices installed within the system.
63 The \fBixgbe\fR driver is managed by the \fBdladm\fR(1M) command line utility,
64 which allows VLANs to be defined on top of \fBixgbe\fR instances and for
65 \fBixgbe\fR instances to be aggregated. See \fBdladm\fR(1M) for more details.
68 You must send an explicit DL_ATTACH_REQ message to associate the opened stream
69 with a particular device (PPA). The PPA ID is interpreted as an unsigned
70 integer data type and indicates the corresponding device instance (unit)
71 number. The driver returns an error (DL_ERROR_ACK) if the PPA field value does
72 not correspond to a valid device instance number for the system. The device is
73 initialized on first attach and de-initialized (stopped) at last detach.
76 The values returned by the driver in the DL_INFO_ACK primitive in response to
82 Maximum SDU for Intel 82598EB is 16366.
88 Maximum SDU for Intel 82599EB, X540 and X550 is 15500.
100 DLSAP address length is 8.
106 MAC type is DL_ETHER.
112 SAP (Service Access Point) length value is -2, meaning the physical address
113 component is followed immediately by a 2-byte SAP component within the DLSAP
120 Broadcast address value is the Ethernet/IEEE broadcast address
123 Once in the DL_ATTACHED state, you must send a DL_BIND_REQ to associate a
124 particular SAP with the stream.
128 By default, the \fBixgbe\fR driver performs auto-negotiation to select the link
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
130 \fIIEEE802.3\fR standard for more information.
134 \fB\fB/dev/ixgbe*\fR\fR
137 Special character device.
143 \fB\fB/kernel/drv/ixgbe\fR\fR
146 32-bit device driver (x86).
152 \fB\fB/kernel/drv/amd64/ixgbe\fR\fR
155 64-bit device driver (x86).
161 \fB\fB/kernel/drv/sparcv9/ixgbe\fR\fR
164 64-bit device driver (SPARC).
170 \fB\fB/kernel/drv/ixgbe.conf\fR\fR
178 See \fBattributes\fR(5) for descriptions of the following attributes:
186 ATTRIBUTE TYPE ATTRIBUTE VALUE
188 Architecture SPARC, x86
190 Interface Stability Committed
195 \fBdladm\fR(1M), \fBnetstat\fR(1M), \fBdriver.conf\fR(4), \fBattributes\fR(5),
196 \fBstreamio\fR(7I), \fBdlpi\fR(7P)
199 \fIWriting Device Drivers\fR
202 \fISTREAMS Programming Guide\fR
205 \fINetwork Interfaces Programmer's Guide\fR
208 \fIIEEE 802.3ae Specificiation\fR, IEEE - 2002