1 .\" Copyright (c) 2001-2003, Intel Corporation
2 .\" All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions are met:
7 .\" 1. Redistributions of source code must retain the above copyright notice,
8 .\" this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the Intel Corporation nor the names of its
15 .\" contributors may be used to endorse or promote products derived from
16 .\" this software without specific prior written permission.
18 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 .\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
22 .\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
30 .\" * Other names and brands may be claimed as the property of others.
32 .\" $FreeBSD: src/share/man/man4/igb.4,v 1.2 2010/05/14 20:11:30 marius Exp $
39 .Nd "Intel(R) PRO/1000 PCI Express Gigabit Ethernet adapter driver"
41 To compile this driver into the kernel,
42 place the following line in your
43 kernel configuration file:
44 .Bd -ragged -offset indent
49 Alternatively, to load the driver as a
50 module at boot time, place the following line in
52 .Bd -literal -offset indent
59 driver provides support for PCI Express Gigabit Ethernet adapters based on
67 Ethernet controller chips.
72 .Bl -item -offset indent -compact
74 Transmit/Receive checksum offload for IP/UDP/TCP.
79 TCP segmentation offload (TSO)
81 Receive side scaling (RSS)
83 Multiple tranmission queues
87 VLAN tag stripping and inserting
96 driver will try enabling as many reception queues and transmission queues
97 as are allowed by the number of CPUs in the system.
99 If multiple transmission queues are used,
100 the round-robin arbitration is performed among the transmission queues.
101 It should be noted that
102 if both TSO and multiple transmission queues are used,
103 for 82575, the round-robin arbitration between transmission queues is done
104 at the TSO packet boundary;
105 for the reset of the hardware, the round-robin arbitration
106 between transmission queues is done at the TCP segment boundary after
107 the hardware segmentation is performed.
109 82575 supports 4 reception queues and 4 transmission queues.
110 MSI-X is not enabled due to hardware errata.
111 Under MSI or legacy interrupt mode,
112 2 reception queues are enabled for hardware RSS hash
113 and only 1 transmission queue is enable.
115 82576 supports 16 reception queues and 16 transmission queues.
116 MSI-X is enable by default.
118 due to the number of MSI-X vectors is 10,
119 at most 8 reception queues and 8 transmission queues will be enabled
123 is enabled on the devices,
124 at most 16 reception queues and 16 transmission queues will be enabled.
127 I350 and I354 support 8 reception queues and 8 transmission queues.
128 MSI-X is enabled by default.
130 I210 supports 4 reception queues and 4 transmission queues.
131 MSI-X is enabled by default.
133 I211 supports 2 reception queues and 2 transmission queues.
134 MSI-X is enabled by default.
136 .\"For questions related to hardware requirements, refer to the
137 .\"documentation supplied with your Intel PRO/1000 adapter.
138 .\"All hardware requirements listed apply to use with
141 .\"Support for Jumbo Frames is provided via the interface MTU setting.
142 .\"Selecting an MTU larger than 1500 bytes with the
144 .\"utility configures the adapter to receive and transmit Jumbo Frames.
145 .\"The maximum MTU size for Jumbo Frames is 9216.
149 driver supports the following media types:
150 .Bl -tag -width ".Cm 10baseT/UTP"
152 Enables auto-negotiation for speed and duplex.
154 Sets 10Mbps operation.
161 Sets 100Mbps operation.
168 Sets 1000Mbps operation.
171 mode is supported at this speed.
173 Sets 1000Mbps operation.
176 mode is supported at this speed.
181 driver supports the following media options:
182 .Bl -tag -width ".Cm full-duplex"
184 Forces full-duplex operation
186 Forces half-duplex operation.
188 Enable flow control PAUSE reception.
189 This is only supported by
195 Enable flow control PAUSE transmission.
196 This is only supported by
202 Force flow control PAUSE operation as configured by
215 is not specified, the driver defaults to
218 For more information on configuring this device, see
227 driver supports Gigabit Ethernet adapters based on the Intel
238 Intel 82576EB Gigabit Ethernet Controller
240 Intel 82576NS Gigabit Ethernet Controller
242 Intel 82580EB Gigabit Ethernet Controller
244 Intel Ethernet Server Adapter I340-F4
246 Intel Ethernet Server Adapter I340-T4
248 Intel Gigabit ET2 Quad Port Server Adapter
250 Intel Gigabit VT Quad Port Server Adapter
252 Intel 82575EB Gigabit Ethernet Controller
254 Intel Gigabit EF Dual Port Server Adapter
256 Intel Gigabit ET Dual Port Server Adapter
258 Intel Gigabit ET Quad Port Server Adapter
260 Intel Ethernet Controller I350-AM4
262 Intel Ethernet Controller I350-BT2
264 Intel Ethernet Controller I350-AM2
266 Intel Ethernet Server Adapter I350-T2
268 Intel Ethernet Server Adapter I350-T4
270 Intel Ethernet Server Adapter I350-F2
272 Intel Ethernet Server Adapter I350-F4
274 Intel Ethernet Controller I210-AT
276 Intel Ethernet Controller I210-IS
278 Intel Ethernet Controller I210-IT
280 Intel Ethernet Controller I211-AT
282 Intel Ethernet Server Adapter I210-T1
284 Intel Ethernet Controller I210-AS
286 Intel Ethernet Controller I210-CS
289 Tunables can be set at the
291 prompt before booting the kernel or stored in
294 is the device unit number.
295 .Bl -tag -width ".Va hw.igbX.irq.unshared"
296 .It Va hw.igb.rxd Va hw.igbX.rxd
297 Number of receive descriptors allocated by the driver.
298 The default value is 512.
300 and the maximum is 4096.
301 .It Va hw.igb.txd Va hw.igbX.txd
302 Number of transmit descriptors allocated by the driver.
303 The default value is 1024.
305 and the maximum is 4096.
306 .It Va hw.igb.rxr Va hw.igbX.rxr
307 This tunable specifies the number of reception queues could be enabled.
308 Maximum allowed value for these tunables is device specific
309 and it must be power of 2 aligned.
310 Setting these tunables to 0 allows the driver to make
311 as many reception queues ready-for-use as allowed by the number of CPUs.
312 .It Va hw.igb.txr Va hw.igbX.txr
313 This tunable specifies the number of transmission queues could be enabled.
314 Maximum allowed value for these tunables is device specific
315 and it must be power of 2 aligned.
316 Setting these tunables to 0 allows the driver to make
317 as many transmission queues ready-for-use as allowed by the number of CPUs.
318 .It Va hw.igb.msix.enable Va hw.igbX.msix.enable
320 the driver will use MSI-X if it is supported.
321 This behaviour can be turned off by setting this tunable to 0.
322 .It Va hw.igb.msi.enable Va hw.igbX.msi.enable
323 If MSI-X is disabled and MSI is supported,
324 the driver will use MSI.
325 This behavior can be turned off by setting this tunable to 0.
326 .It Va hw.igbX.msi.cpu
328 it specifies the MSI's target CPU.
329 .It Va hw.igbX.irq.unshared
330 If legacy interrupt is used,
332 the driver assumes the interrupt could be shared.
333 Setting this tunable to 1 allows the driver to perform certain
334 optimization based on the knowledge that the interrupt is not shared.
335 .It Va hw.igb.flow_ctrl Va hw.igbX.flow_ctrl
336 The default flow control settings.
337 Supported values are:
338 rxpause (only enable PAUSE reception),
339 txpause (only enable PAUSE transmission),
340 full (enable PAUSE reception and transmission),
341 none (disable flow control PAUSE operation),
342 force-rxpause (force PAUSE reception),
343 force-txpause (force PAUSE transmission),
344 force-full (forcefully enable PAUSE reception and transmission),
345 force-none (forcefully disable flow control PAUSE operation).
349 A number of per-interface variables are implemented in the
354 .Bl -tag -width "rxtx_intr_rate"
356 Number of reception queues could be enabled (read-only).
363 Number of reception queues being used (read-only).
365 Number of transmission queues could be enabled (read-only).
372 Number of transmission queues being used (read-only).
374 Number of descriptors per reception queue (read-only).
381 Number of descriptors per transmission queue (read-only).
387 .It Va rxtx_intr_rate
388 If MSI or legacy interrupt is used,
389 this sysctl controls the highest possible frequency
390 that interrupt could be generated by the device.
392 this sysctl controls the highest possible frequency
393 that interrupt could be generated by the MSI-X vectors,
394 which aggregate transmission queue and reception queue procecssing.
395 It is 6000 by default (~150us).
398 this sysctl controls the highest possible frequency
399 that interrupt could be generated by the MSI-X vectors,
400 which only process reception queue.
401 It is 6000 by default (~150us).
404 this sysctl controls the highest possible frequency
405 that interrupt could be generated by the MSI-X vectors,
406 which only process transmission queue.
407 It is 4000 by default (250us).
410 this sysctl controls the highest possible frequency
411 that interrupt could be generated by the MSI-X vectors,
412 which only process chip status changes.
413 It is 6000 by default (~150us).
415 Transmission interrupt is asked to be generated upon every
417 transmission descritors having been setup.
418 The default value is 1/16 of the number of transmission descriptors per queue.
420 The number of transmission descriptors should be setup
421 before the hardware register is written.
422 Setting this value too high will have negative effect
423 on transmission timeliness.
424 Setting this value too low will hurt overall transmission performance
425 due to the frequent hardware register writing.
426 The default value is 8.
428 The number of reception descriptors should be setup
429 before the hardware register is written.
430 Setting this value too high will make device drop incoming packets.
431 Setting this value too low will hurt overall reception performance
432 due to the frequent hardware register writing.
433 The default value is 32.
436 .\"For general information and support,
437 .\"go to the Intel support website at:
438 .\".Pa http://support.intel.com .
440 .\"If an issue is identified with the released source code on the supported kernel
441 .\"with a supported adapter, email the specific information related to the
443 .\".Aq Mt freebsdnic@mailbox.intel.com .
456 device driver first appeared in
461 driver was written by
462 .An Intel Corporation Aq Mt freebsdnic@mailbox.intel.com .