blob: 144b87eef15341059b06655dcc1b0b65c5822b2a [file] [log] [blame]
Tobin C. Harding3be40e52018-06-22 10:37:06 +10001===========================================================
Jeff Kirsherd7064f42013-08-23 17:19:23 -07002Linux* Base Driver for Intel(R) Ethernet Network Connection
3===========================================================
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
Jeff Kirsher2bff89c2010-10-05 01:17:05 +00005Intel Gigabit Linux driver.
Jeff Kirsherd7064f42013-08-23 17:19:23 -07006Copyright(c) 1999 - 2013 Intel Corporation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
8Contents
9========
10
Linus Torvalds1da177e2005-04-16 15:20:36 -070011- Identifying Your Adapter
12- Command Line Parameters
13- Speed and Duplex Configuration
14- Additional Configurations
Linus Torvalds1da177e2005-04-16 15:20:36 -070015- Support
16
Linus Torvalds1da177e2005-04-16 15:20:36 -070017Identifying Your Adapter
18========================
19
Jesse Brandeburg55be0622006-03-15 12:18:13 -080020For more information on how to identify your adapter, go to the Adapter &
Linus Torvalds1da177e2005-04-16 15:20:36 -070021Driver ID Guide at:
22
Jeff Kirsher2bff89c2010-10-05 01:17:05 +000023 http://support.intel.com/support/go/network/adapter/idguide.htm
Linus Torvalds1da177e2005-04-16 15:20:36 -070024
Jesse Brandeburg55be0622006-03-15 12:18:13 -080025For the latest Intel network drivers for Linux, refer to the following
Auke Kokde3edab2006-11-01 08:48:18 -080026website. In the search field, enter your adapter name or type, or use the
Linus Torvalds1da177e2005-04-16 15:20:36 -070027networking link on the left to search for your adapter:
28
Jeff Kirsher2bff89c2010-10-05 01:17:05 +000029 http://support.intel.com/support/go/network/adapter/home.htm
Linus Torvalds1da177e2005-04-16 15:20:36 -070030
Auke Kokde3edab2006-11-01 08:48:18 -080031Command Line Parameters
32=======================
Jesse Brandeburg55be0622006-03-15 12:18:13 -080033
Linus Torvalds1da177e2005-04-16 15:20:36 -070034The default value for each parameter is generally the recommended setting,
Jesse Brandeburg55be0622006-03-15 12:18:13 -080035unless otherwise noted.
Linus Torvalds1da177e2005-04-16 15:20:36 -070036
Jesse Brandeburg55be0622006-03-15 12:18:13 -080037NOTES: For more information about the AutoNeg, Duplex, and Speed
38 parameters, see the "Speed and Duplex Configuration" section in
39 this document.
Linus Torvalds1da177e2005-04-16 15:20:36 -070040
Jesse Brandeburg55be0622006-03-15 12:18:13 -080041 For more information about the InterruptThrottleRate,
42 RxIntDelay, TxIntDelay, RxAbsIntDelay, and TxAbsIntDelay
43 parameters, see the application note at:
44 http://www.intel.com/design/network/applnots/ap450.htm
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
Jesse Brandeburg55be0622006-03-15 12:18:13 -080046AutoNeg
47-------
48(Supported only on adapters with copper connections)
49Valid Range: 0x01-0x0F, 0x20-0x2F
Linus Torvalds1da177e2005-04-16 15:20:36 -070050Default Value: 0x2F
Linus Torvalds1da177e2005-04-16 15:20:36 -070051
Auke Kokde3edab2006-11-01 08:48:18 -080052This parameter is a bit-mask that specifies the speed and duplex settings
53advertised by the adapter. When this parameter is used, the Speed and
54Duplex parameters must not be specified.
Jesse Brandeburg55be0622006-03-15 12:18:13 -080055
56NOTE: Refer to the Speed and Duplex section of this readme for more
57 information on the AutoNeg parameter.
58
Jesse Brandeburg55be0622006-03-15 12:18:13 -080059Duplex
60------
61(Supported only on adapters with copper connections)
62Valid Range: 0-2 (0=auto-negotiate, 1=half, 2=full)
Linus Torvalds1da177e2005-04-16 15:20:36 -070063Default Value: 0
Jesse Brandeburg55be0622006-03-15 12:18:13 -080064
Auke Kokde3edab2006-11-01 08:48:18 -080065This defines the direction in which data is allowed to flow. Can be
66either one or two-directional. If both Duplex and the link partner are
67set to auto-negotiate, the board auto-detects the correct duplex. If the
68link partner is forced (either full or half), Duplex defaults to half-
69duplex.
Jesse Brandeburg55be0622006-03-15 12:18:13 -080070
Linus Torvalds1da177e2005-04-16 15:20:36 -070071FlowControl
Auke Kokde3edab2006-11-01 08:48:18 -080072-----------
Jesse Brandeburg55be0622006-03-15 12:18:13 -080073Valid Range: 0-3 (0=none, 1=Rx only, 2=Tx only, 3=Rx&Tx)
74Default Value: Reads flow control settings from the EEPROM
75
76This parameter controls the automatic generation(Tx) and response(Rx)
77to Ethernet PAUSE frames.
78
Linus Torvalds1da177e2005-04-16 15:20:36 -070079InterruptThrottleRate
Jesse Brandeburg55be0622006-03-15 12:18:13 -080080---------------------
Auke Kokde3edab2006-11-01 08:48:18 -080081(not supported on Intel(R) 82542, 82543 or 82544-based adapters)
Jeff Kirsher2bff89c2010-10-05 01:17:05 +000082Valid Range: 0,1,3,4,100-100000 (0=off, 1=dynamic, 3=dynamic conservative,
Jeff Kirsher96c3c032010-12-09 23:42:00 -080083 4=simplified balancing)
Auke Kokde3edab2006-11-01 08:48:18 -080084Default Value: 3
Linus Torvalds1da177e2005-04-16 15:20:36 -070085
Auke Kokde3edab2006-11-01 08:48:18 -080086The driver can limit the amount of interrupts per second that the adapter
Jeff Kirsher2bff89c2010-10-05 01:17:05 +000087will generate for incoming packets. It does this by writing a value to the
88adapter that is based on the maximum amount of interrupts that the adapter
Auke Kokde3edab2006-11-01 08:48:18 -080089will generate per second.
90
91Setting InterruptThrottleRate to a value greater or equal to 100
92will program the adapter to send out a maximum of that many interrupts
93per second, even if more packets have come in. This reduces interrupt
94load on the system and can lower CPU utilization under heavy load,
95but will increase latency as packets are not processed as quickly.
96
Jeff Kirsher2bff89c2010-10-05 01:17:05 +000097The default behaviour of the driver previously assumed a static
98InterruptThrottleRate value of 8000, providing a good fallback value for
99all traffic types,but lacking in small packet performance and latency.
100The hardware can handle many more small packets per second however, and
Auke Kokde3edab2006-11-01 08:48:18 -0800101for this reason an adaptive interrupt moderation algorithm was implemented.
102
103Since 7.3.x, the driver has two adaptive modes (setting 1 or 3) in which
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000104it dynamically adjusts the InterruptThrottleRate value based on the traffic
Auke Kokde3edab2006-11-01 08:48:18 -0800105that it receives. After determining the type of incoming traffic in the last
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000106timeframe, it will adjust the InterruptThrottleRate to an appropriate value
Auke Kokde3edab2006-11-01 08:48:18 -0800107for that traffic.
108
109The algorithm classifies the incoming traffic every interval into
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000110classes. Once the class is determined, the InterruptThrottleRate value is
111adjusted to suit that traffic type the best. There are three classes defined:
Auke Kokde3edab2006-11-01 08:48:18 -0800112"Bulk traffic", for large amounts of packets of normal size; "Low latency",
113for small amounts of traffic and/or a significant percentage of small
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000114packets; and "Lowest latency", for almost completely small packets or
Auke Kokde3edab2006-11-01 08:48:18 -0800115minimal traffic.
116
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000117In dynamic conservative mode, the InterruptThrottleRate value is set to 4000
118for traffic that falls in class "Bulk traffic". If traffic falls in the "Low
119latency" or "Lowest latency" class, the InterruptThrottleRate is increased
Auke Kokde3edab2006-11-01 08:48:18 -0800120stepwise to 20000. This default mode is suitable for most applications.
121
122For situations where low latency is vital such as cluster or
123grid computing, the algorithm can reduce latency even more when
124InterruptThrottleRate is set to mode 1. In this mode, which operates
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000125the same as mode 3, the InterruptThrottleRate will be increased stepwise to
Auke Kokde3edab2006-11-01 08:48:18 -080012670000 for traffic in class "Lowest latency".
127
Jeff Kirsher96c3c032010-12-09 23:42:00 -0800128In simplified mode the interrupt rate is based on the ratio of TX and
129RX traffic. If the bytes per second rate is approximately equal, the
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000130interrupt rate will drop as low as 2000 interrupts per second. If the
131traffic is mostly transmit or mostly receive, the interrupt rate could
132be as high as 8000.
133
Auke Kokde3edab2006-11-01 08:48:18 -0800134Setting InterruptThrottleRate to 0 turns off any interrupt moderation
135and may improve small packet latency, but is generally not suitable
136for bulk throughput traffic.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800138NOTE: InterruptThrottleRate takes precedence over the TxAbsIntDelay and
Auke Kokde3edab2006-11-01 08:48:18 -0800139 RxAbsIntDelay parameters. In other words, minimizing the receive
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800140 and/or transmit absolute delays does not force the controller to
141 generate more interrupts than what the Interrupt Throttle Rate
142 allows.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143
Auke Kokde3edab2006-11-01 08:48:18 -0800144CAUTION: If you are using the Intel(R) PRO/1000 CT Network Connection
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800145 (controller 82547), setting InterruptThrottleRate to a value
146 greater than 75,000, may hang (stop transmitting) adapters
Auke Kokde3edab2006-11-01 08:48:18 -0800147 under certain network conditions. If this occurs a NETDEV
148 WATCHDOG message is logged in the system event log. In
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800149 addition, the controller is automatically reset, restoring
Auke Kokde3edab2006-11-01 08:48:18 -0800150 the network connection. To eliminate the potential for the
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800151 hang, ensure that InterruptThrottleRate is set no greater
152 than 75,000 and is not set to 0.
153
154NOTE: When e1000 is loaded with default settings and multiple adapters
155 are in use simultaneously, the CPU utilization may increase non-
Auke Kokde3edab2006-11-01 08:48:18 -0800156 linearly. In order to limit the CPU utilization without impacting
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800157 the overall throughput, we recommend that you load the driver as
Jeff Kirsher228046e2018-05-10 12:55:38 -0700158 follows::
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800159
Auke Kokde3edab2006-11-01 08:48:18 -0800160 modprobe e1000 InterruptThrottleRate=3000,3000,3000
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800161
162 This sets the InterruptThrottleRate to 3000 interrupts/sec for
Auke Kokde3edab2006-11-01 08:48:18 -0800163 the first, second, and third instances of the driver. The range
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800164 of 2000 to 3000 interrupts per second works on a majority of
165 systems and is a good starting point, but the optimal value will
Auke Kokde3edab2006-11-01 08:48:18 -0800166 be platform-specific. If CPU utilization is not a concern, use
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800167 RX_POLLING (NAPI) and default driver settings.
168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169RxDescriptors
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800170-------------
Jeff Kirsher228046e2018-05-10 12:55:38 -0700171Valid Range: 48-256 for 82542 and 82543-based adapters
172 48-4096 for all other supported adapters
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173Default Value: 256
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174
Auke Kokde3edab2006-11-01 08:48:18 -0800175This value specifies the number of receive buffer descriptors allocated
176by the driver. Increasing this value allows the driver to buffer more
177incoming packets, at the expense of increased system memory utilization.
178
179Each descriptor is 16 bytes. A receive buffer is also allocated for each
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000180descriptor and can be either 2048, 4096, 8192, or 16384 bytes, depending
Auke Kokde3edab2006-11-01 08:48:18 -0800181on the MTU setting. The maximum MTU size is 16110.
182
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000183NOTE: MTU designates the frame size. It only needs to be set for Jumbo
184 Frames. Depending on the available system resources, the request
185 for a higher number of receive descriptors may be denied. In this
Auke Kokde3edab2006-11-01 08:48:18 -0800186 case, use a lower number.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188RxIntDelay
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800189----------
190Valid Range: 0-65535 (0=off)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191Default Value: 0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800193This value delays the generation of receive interrupts in units of 1.024
194microseconds. Receive interrupt reduction can improve CPU efficiency if
Auke Kokde3edab2006-11-01 08:48:18 -0800195properly tuned for specific network traffic. Increasing this value adds
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800196extra latency to frame reception and can end up decreasing the throughput
Auke Kokde3edab2006-11-01 08:48:18 -0800197of TCP traffic. If the system is reporting dropped receives, this value
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800198may be set too high, causing the driver to run out of available receive
199descriptors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800201CAUTION: When setting RxIntDelay to a value other than 0, adapters may
Auke Kokde3edab2006-11-01 08:48:18 -0800202 hang (stop transmitting) under certain network conditions. If
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800203 this occurs a NETDEV WATCHDOG message is logged in the system
Auke Kokde3edab2006-11-01 08:48:18 -0800204 event log. In addition, the controller is automatically reset,
205 restoring the network connection. To eliminate the potential
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800206 for the hang ensure that RxIntDelay is set to 0.
207
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800208RxAbsIntDelay
209-------------
210(This parameter is supported only on 82540, 82545 and later adapters.)
211Valid Range: 0-65535 (0=off)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212Default Value: 128
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800214This value, in units of 1.024 microseconds, limits the delay in which a
Auke Kokde3edab2006-11-01 08:48:18 -0800215receive interrupt is generated. Useful only if RxIntDelay is non-zero,
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800216this value ensures that an interrupt is generated after the initial
217packet is received within the set amount of time. Proper tuning,
218along with RxIntDelay, may improve traffic throughput in specific network
219conditions.
220
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800221Speed
222-----
223(This parameter is supported only on adapters with copper connections.)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224Valid Settings: 0, 10, 100, 1000
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800225Default Value: 0 (auto-negotiate at all supported speeds)
226
227Speed forces the line speed to the specified value in megabits per second
Auke Kokde3edab2006-11-01 08:48:18 -0800228(Mbps). If this parameter is not specified or is set to 0 and the link
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800229partner is set to auto-negotiate, the board will auto-detect the correct
Auke Kokde3edab2006-11-01 08:48:18 -0800230speed. Duplex should also be set when Speed is set to either 10 or 100.
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800231
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232TxDescriptors
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800233-------------
Jeff Kirsher228046e2018-05-10 12:55:38 -0700234Valid Range: 48-256 for 82542 and 82543-based adapters
235 48-4096 for all other supported adapters
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236Default Value: 256
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800238This value is the number of transmit descriptors allocated by the driver.
Auke Kokde3edab2006-11-01 08:48:18 -0800239Increasing this value allows the driver to queue more transmits. Each
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800240descriptor is 16 bytes.
241
242NOTE: Depending on the available system resources, the request for a
243 higher number of transmit descriptors may be denied. In this case,
244 use a lower number.
245
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246TxIntDelay
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800247----------
248Valid Range: 0-65535 (0=off)
Jeff Kirsher228046e2018-05-10 12:55:38 -0700249Default Value: 8
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800251This value delays the generation of transmit interrupts in units of
Auke Kokde3edab2006-11-01 08:48:18 -08002521.024 microseconds. Transmit interrupt reduction can improve CPU
253efficiency if properly tuned for specific network traffic. If the
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800254system is reporting dropped transmits, this value may be set too high
255causing the driver to run out of available transmit descriptors.
256
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800257TxAbsIntDelay
258-------------
259(This parameter is supported only on 82540, 82545 and later adapters.)
260Valid Range: 0-65535 (0=off)
Jeff Kirsher228046e2018-05-10 12:55:38 -0700261Default Value: 32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800263This value, in units of 1.024 microseconds, limits the delay in which a
Auke Kokde3edab2006-11-01 08:48:18 -0800264transmit interrupt is generated. Useful only if TxIntDelay is non-zero,
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800265this value ensures that an interrupt is generated after the initial
266packet is sent on the wire within the set amount of time. Proper tuning,
267along with TxIntDelay, may improve traffic throughput in specific
268network conditions.
269
270XsumRX
271------
272(This parameter is NOT supported on the 82542-based adapter.)
273Valid Range: 0-1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274Default Value: 1
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800275
276A value of '1' indicates that the driver should enable IP checksum
277offload for received packets (both UDP and TCP) to the adapter hardware.
278
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000279Copybreak
280---------
281Valid Range: 0-xxxxxxx (0=off)
282Default Value: 256
Jeff Kirsher228046e2018-05-10 12:55:38 -0700283Usage: modprobe e1000.ko copybreak=128
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000284
Jeff Kirsher96c3c032010-12-09 23:42:00 -0800285Driver copies all packets below or equaling this size to a fresh RX
Jeff Kirsher2bff89c2010-10-05 01:17:05 +0000286buffer before handing it up the stack.
287
288This parameter is different than other parameters, in that it is a
289single (not 1,1,1 etc.) parameter applied to all driver instances and
290it is also available during runtime at
291/sys/module/e1000/parameters/copybreak
292
293SmartPowerDownEnable
294--------------------
295Valid Range: 0-1
296Default Value: 0 (disabled)
297
298Allows PHY to turn off in lower power states. The user can turn off
299this parameter in supported chipsets.
300
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301Speed and Duplex Configuration
302==============================
303
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800304Three keywords are used to control the speed and duplex configuration.
305These keywords are Speed, Duplex, and AutoNeg.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800307If the board uses a fiber interface, these keywords are ignored, and the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308fiber interface board only links at 1000 Mbps full-duplex.
309
310For copper-based boards, the keywords interact as follows:
311
Auke Kokde3edab2006-11-01 08:48:18 -0800312 The default operation is auto-negotiate. The board advertises all
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800313 supported speed and duplex combinations, and it links at the highest
314 common speed and duplex mode IF the link partner is set to auto-negotiate.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800316 If Speed = 1000, limited auto-negotiation is enabled and only 1000 Mbps
317 is advertised (The 1000BaseT spec requires auto-negotiation.)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318
Auke Kokde3edab2006-11-01 08:48:18 -0800319 If Speed = 10 or 100, then both Speed and Duplex should be set. Auto-
320 negotiation is disabled, and the AutoNeg parameter is ignored. Partner
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800321 SHOULD also be forced.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800323The AutoNeg parameter is used when more control is required over the
324auto-negotiation process. It should be used when you wish to control which
325speed and duplex combinations are advertised during the auto-negotiation
326process.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327
Auke Kokde3edab2006-11-01 08:48:18 -0800328The parameter may be specified as either a decimal or hexadecimal value as
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800329determined by the bitmap below.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800331Bit position 7 6 5 4 3 2 1 0
332Decimal Value 128 64 32 16 8 4 2 1
333Hex value 80 40 20 10 8 4 2 1
334Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10
335Duplex Full Full Half Full Half
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800337Some examples of using AutoNeg:
338
339 modprobe e1000 AutoNeg=0x01 (Restricts autonegotiation to 10 Half)
340 modprobe e1000 AutoNeg=1 (Same as above)
341 modprobe e1000 AutoNeg=0x02 (Restricts autonegotiation to 10 Full)
342 modprobe e1000 AutoNeg=0x03 (Restricts autonegotiation to 10 Half or 10 Full)
343 modprobe e1000 AutoNeg=0x04 (Restricts autonegotiation to 100 Half)
344 modprobe e1000 AutoNeg=0x05 (Restricts autonegotiation to 10 Half or 100
345 Half)
346 modprobe e1000 AutoNeg=0x020 (Restricts autonegotiation to 1000 Full)
347 modprobe e1000 AutoNeg=32 (Same as above)
348
349Note that when this parameter is used, Speed and Duplex must not be specified.
350
351If the link partner is forced to a specific speed and duplex, then this
352parameter should not be used. Instead, use the Speed and Duplex parameters
353previously mentioned to force the adapter to the same speed and duplex.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355Additional Configurations
356=========================
357
Tobin C. Harding805f16a2018-06-22 10:37:08 +1000358Jumbo Frames
359------------
360Jumbo Frames support is enabled by changing the MTU to a value larger
361than the default of 1500. Use the ifconfig command to increase the MTU
362size. For example::
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800364 ifconfig eth<x> mtu 9000 up
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365
Tobin C. Harding805f16a2018-06-22 10:37:08 +1000366This setting is not saved across reboots. It can be made permanent if
367you add::
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800369 MTU=9000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370
Tobin C. Harding805f16a2018-06-22 10:37:08 +1000371to the file /etc/sysconfig/network-scripts/ifcfg-eth<x>. This example
372applies to the Red Hat distributions; other distributions may store this
373setting in a different location.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374
Tobin C. Harding805f16a2018-06-22 10:37:08 +1000375Notes: Degradation in throughput performance may be observed in some
376Jumbo frames environments. If this is observed, increasing the
377application's socket buffer size and/or increasing the
378/proc/sys/net/ipv4/tcp_*mem entry values may help. See the specific
379application manual and /usr/src/linux*/Documentation/
380networking/ip-sysctl.txt for more details.
Auke Kokde3edab2006-11-01 08:48:18 -0800381
Tobin C. Harding805f16a2018-06-22 10:37:08 +1000382- The maximum MTU setting for Jumbo Frames is 16110. This value
383 coincides with the maximum Jumbo Frames size of 16128.
Auke Kokde3edab2006-11-01 08:48:18 -0800384
Tobin C. Harding805f16a2018-06-22 10:37:08 +1000385- Using Jumbo frames at 10 or 100 Mbps is not supported and may result
386 in poor performance or loss of link.
Auke Kokde3edab2006-11-01 08:48:18 -0800387
Tobin C. Harding805f16a2018-06-22 10:37:08 +1000388- Adapters based on the Intel(R) 82542 and 82573V/E controller do not
389 support Jumbo Frames. These correspond to the following product names:
390 Intel(R) PRO/1000 Gigabit Server Adapter Intel(R) PRO/1000 PM Network
391 Connection
Auke Kokde3edab2006-11-01 08:48:18 -0800392
Tobin C. Harding805f16a2018-06-22 10:37:08 +1000393ethtool
394-------
395The driver utilizes the ethtool interface for driver configuration and
396diagnostics, as well as displaying statistical information. The ethtool
397version 1.6 or later is required for this functionality.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398
Tobin C. Harding805f16a2018-06-22 10:37:08 +1000399The latest release of ethtool can be found from
400https://www.kernel.org/pub/software/network/ethtool/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401
Tobin C. Harding805f16a2018-06-22 10:37:08 +1000402Enabling Wake on LAN* (WoL)
403---------------------------
404WoL is configured through the ethtool* utility.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405
Tobin C. Harding805f16a2018-06-22 10:37:08 +1000406WoL will be enabled on the system during the next shut down or reboot.
407For this driver version, in order to enable WoL, the e1000 driver must be
408loaded when shutting down or rebooting the system.
409
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411Support
412=======
413
414For general information, go to the Intel support website at:
415
416 http://support.intel.com
417
Auke Kokde3edab2006-11-01 08:48:18 -0800418or the Intel Wired Networking project hosted by Sourceforge at:
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800419
420 http://sourceforge.net/projects/e1000
421
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422If an issue is identified with the released source code on the supported
Jesse Brandeburg55be0622006-03-15 12:18:13 -0800423kernel with a supported adapter, email the specific information related
Auke Kokde3edab2006-11-01 08:48:18 -0800424to the issue to e1000-devel@lists.sf.net