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 "Jan 13, 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 18 .sp
18 19 .LP
↓ open down ↓ |
1 lines elided |
↑ open up ↑ |
19 20 The \fBixgbe\fR 10 Gigabit Ethernet driver is a multi-threaded, loadable,
20 21 clonable, GLD-based STREAMS driver supporting the Data Link Provider Interface,
21 22 \fBdlpi\fR(7P), on Intel 10-Gigabit PCI Express Ethernet controllers.
22 23 .sp
23 24 .LP
24 25 The \fBixgbe\fR driver functions include controller initialization, frame
25 26 transmit and receive, promiscuous and multicast support, and error recovery and
26 27 reporting.
27 28 .sp
28 29 .LP
30 +The \fBixgbe\fR driver supports the following Intel 10-Gigabit PCI Express Ethernet controllers:
31 +.RS +4
32 +.TP
33 +.ie t \(bu
34 +.el o
35 +Intel Ethernet Controller 82598EB Family
36 +.RE
37 +.RS +4
38 +.TP
39 +.ie t \(bu
40 +.el o
41 +Intel Ethernet Controller 82599EB (X520) Family
42 +.RE
43 +.RS +4
44 +.TP
45 +.ie t \(bu
46 +.el o
47 +Intel Ethernet Controller X540 Family
48 +.RE
49 +.RS +4
50 +.TP
51 +.ie t \(bu
52 +.el o
53 +Intel Ethernet Controller X550 Family
54 +.RE
55 +.LP
29 56 The \fBixgbe\fR driver and hardware support auto-negotiation, a protocol
30 57 specified by the \fIIEEE 802.3ae\fR specification.
31 58 .SH APPLICATION PROGRAMMING INTERFACE
32 59 .sp
33 60 .LP
34 61 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.
62 +Intel 10-Gigabit PCI Express Ethernet devices installed within the system.
36 63 .sp
37 64 .LP
38 65 The \fBixgbe\fR driver is managed by the \fBdladm\fR(1M) command line utility,
39 66 which allows VLANs to be defined on top of \fBixgbe\fR instances and for
40 67 \fBixgbe\fR instances to be aggregated. See \fBdladm\fR(1M) for more details.
41 68 .sp
42 69 .LP
43 70 You must send an explicit DL_ATTACH_REQ message to associate the opened stream
44 71 with a particular device (PPA). The PPA ID is interpreted as an unsigned
45 72 integer data type and indicates the corresponding device instance (unit)
46 73 number. The driver returns an error (DL_ERROR_ACK) if the PPA field value does
47 74 not correspond to a valid device instance number for the system. The device is
48 75 initialized on first attach and de-initialized (stopped) at last detach.
49 76 .sp
50 77 .LP
51 78 The values returned by the driver in the DL_INFO_ACK primitive in response to
52 79 your DL_INFO_REQ are:
53 80 .RS +4
54 81 .TP
55 82 .ie t \(bu
56 83 .el o
57 84 Maximum SDU is 16366.
58 85 .RE
59 86 .RS +4
60 87 .TP
61 88 .ie t \(bu
62 89 .el o
63 90 Minimum SDU is 0.
64 91 .RE
65 92 .RS +4
66 93 .TP
67 94 .ie t \(bu
68 95 .el o
69 96 DLSAP address length is 8.
70 97 .RE
71 98 .RS +4
72 99 .TP
73 100 .ie t \(bu
74 101 .el o
75 102 MAC type is DL_ETHER.
76 103 .RE
77 104 .RS +4
78 105 .TP
79 106 .ie t \(bu
80 107 .el o
81 108 SAP (Service Access Point) length value is -2, meaning the physical address
82 109 component is followed immediately by a 2-byte SAP component within the DLSAP
83 110 address.
84 111 .RE
85 112 .RS +4
86 113 .TP
87 114 .ie t \(bu
88 115 .el o
89 116 Broadcast address value is the Ethernet/IEEE broadcast address
90 117 (FF:FF:FF:FF:FF:FF).
91 118 .sp
92 119 Once in the DL_ATTACHED state, you must send a DL_BIND_REQ to associate a
93 120 particular SAP with the stream.
94 121 .RE
95 122 .SH CONFIGURATION
96 123 .sp
97 124 .LP
98 125 By default, the \fBixgbe\fR driver performs auto-negotiation to select the link
99 126 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 127 \fIIEEE802.3\fR standard for more information.
101 128 .SH FILES
102 129 .sp
103 130 .ne 2
104 131 .na
105 132 \fB\fB/dev/ixgbe*\fR\fR
106 133 .ad
107 134 .RS 29n
108 135 Special character device.
109 136 .RE
110 137
111 138 .sp
112 139 .ne 2
113 140 .na
114 141 \fB\fB/kernel/drv/ixgbe\fR\fR
115 142 .ad
116 143 .RS 29n
117 144 32-bit device driver (x86).
118 145 .RE
119 146
120 147 .sp
121 148 .ne 2
122 149 .na
123 150 \fB\fB/kernel/drv/amd64/ixgbe\fR\fR
124 151 .ad
125 152 .RS 29n
126 153 64-bit device driver (x86).
127 154 .RE
128 155
129 156 .sp
130 157 .ne 2
131 158 .na
132 159 \fB\fB/kernel/drv/sparcv9/ixgbe\fR\fR
133 160 .ad
134 161 .RS 29n
135 162 64-bit device driver (SPARC).
136 163 .RE
137 164
138 165 .sp
139 166 .ne 2
140 167 .na
141 168 \fB\fB/kernel/drv/ixgbe.conf\fR\fR
142 169 .ad
143 170 .RS 29n
144 171 Configuration file.
145 172 .RE
↓ open down ↓ |
100 lines elided |
↑ open up ↑ |
146 173
147 174 .SH ATTRIBUTES
148 175 .sp
149 176 .LP
150 177 See \fBattributes\fR(5) for descriptions of the following attributes:
151 178 .sp
152 179
153 180 .sp
154 181 .TS
155 182 box;
156 -l l
157 -l l .
183 +c | c
184 +l | l .
158 185 ATTRIBUTE TYPE ATTRIBUTE VALUE
186 +_
159 187 Architecture SPARC, x86
188 +_
160 189 Interface Stability Committed
161 190 .TE
162 191
163 192 .SH SEE ALSO
164 193 .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