e100.rst 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. ==============================================================
  2. Linux* Base Driver for the Intel(R) PRO/100 Family of Adapters
  3. ==============================================================
  4. June 1, 2018
  5. Contents
  6. ========
  7. - In This Release
  8. - Identifying Your Adapter
  9. - Building and Installation
  10. - Driver Configuration Parameters
  11. - Additional Configurations
  12. - Known Issues
  13. - Support
  14. In This Release
  15. ===============
  16. This file describes the Linux* Base Driver for the Intel(R) PRO/100 Family of
  17. Adapters. This driver includes support for Itanium(R)2-based systems.
  18. For questions related to hardware requirements, refer to the documentation
  19. supplied with your Intel PRO/100 adapter.
  20. The following features are now available in supported kernels:
  21. - Native VLANs
  22. - Channel Bonding (teaming)
  23. - SNMP
  24. Channel Bonding documentation can be found in the Linux kernel source:
  25. /Documentation/networking/bonding.txt
  26. Identifying Your Adapter
  27. ========================
  28. For information on how to identify your adapter, and for the latest Intel
  29. network drivers, refer to the Intel Support website:
  30. http://www.intel.com/support
  31. Driver Configuration Parameters
  32. ===============================
  33. The default value for each parameter is generally the recommended setting,
  34. unless otherwise noted.
  35. Rx Descriptors:
  36. Number of receive descriptors. A receive descriptor is a data
  37. structure that describes a receive buffer and its attributes to the network
  38. controller. The data in the descriptor is used by the controller to write
  39. data from the controller to host memory. In the 3.x.x driver the valid range
  40. for this parameter is 64-256. The default value is 256. This parameter can be
  41. changed using the command::
  42. ethtool -G eth? rx n
  43. Where n is the number of desired Rx descriptors.
  44. Tx Descriptors:
  45. Number of transmit descriptors. A transmit descriptor is a data
  46. structure that describes a transmit buffer and its attributes to the network
  47. controller. The data in the descriptor is used by the controller to read
  48. data from the host memory to the controller. In the 3.x.x driver the valid
  49. range for this parameter is 64-256. The default value is 128. This parameter
  50. can be changed using the command::
  51. ethtool -G eth? tx n
  52. Where n is the number of desired Tx descriptors.
  53. Speed/Duplex:
  54. The driver auto-negotiates the link speed and duplex settings by
  55. default. The ethtool utility can be used as follows to force speed/duplex.::
  56. ethtool -s eth? autoneg off speed {10|100} duplex {full|half}
  57. NOTE: setting the speed/duplex to incorrect values will cause the link to
  58. fail.
  59. Event Log Message Level:
  60. The driver uses the message level flag to log events
  61. to syslog. The message level can be set at driver load time. It can also be
  62. set using the command::
  63. ethtool -s eth? msglvl n
  64. Additional Configurations
  65. =========================
  66. Configuring the Driver on Different Distributions
  67. -------------------------------------------------
  68. Configuring a network driver to load properly when the system is started
  69. is distribution dependent. Typically, the configuration process involves
  70. adding an alias line to `/etc/modprobe.d/*.conf` as well as editing other
  71. system startup scripts and/or configuration files. Many popular Linux
  72. distributions ship with tools to make these changes for you. To learn
  73. the proper way to configure a network device for your system, refer to
  74. your distribution documentation. If during this process you are asked
  75. for the driver or module name, the name for the Linux Base Driver for
  76. the Intel PRO/100 Family of Adapters is e100.
  77. As an example, if you install the e100 driver for two PRO/100 adapters
  78. (eth0 and eth1), add the following to a configuration file in
  79. /etc/modprobe.d/::
  80. alias eth0 e100
  81. alias eth1 e100
  82. Viewing Link Messages
  83. ---------------------
  84. In order to see link messages and other Intel driver information on your
  85. console, you must set the dmesg level up to six. This can be done by
  86. entering the following on the command line before loading the e100
  87. driver::
  88. dmesg -n 6
  89. If you wish to see all messages issued by the driver, including debug
  90. messages, set the dmesg level to eight.
  91. NOTE: This setting is not saved across reboots.
  92. ethtool
  93. -------
  94. The driver utilizes the ethtool interface for driver configuration and
  95. diagnostics, as well as displaying statistical information. The ethtool
  96. version 1.6 or later is required for this functionality.
  97. The latest release of ethtool can be found from
  98. https://www.kernel.org/pub/software/network/ethtool/
  99. Enabling Wake on LAN* (WoL)
  100. ---------------------------
  101. WoL is provided through the ethtool* utility. For instructions on
  102. enabling WoL with ethtool, refer to the ethtool man page. WoL will be
  103. enabled on the system during the next shut down or reboot. For this
  104. driver version, in order to enable WoL, the e100 driver must be loaded
  105. when shutting down or rebooting the system.
  106. NAPI
  107. ----
  108. NAPI (Rx polling mode) is supported in the e100 driver.
  109. See https://wiki.linuxfoundation.org/networking/napi for more
  110. information on NAPI.
  111. Multiple Interfaces on Same Ethernet Broadcast Network
  112. ------------------------------------------------------
  113. Due to the default ARP behavior on Linux, it is not possible to have one
  114. system on two IP networks in the same Ethernet broadcast domain
  115. (non-partitioned switch) behave as expected. All Ethernet interfaces
  116. will respond to IP traffic for any IP address assigned to the system.
  117. This results in unbalanced receive traffic.
  118. If you have multiple interfaces in a server, either turn on ARP
  119. filtering by
  120. (1) entering::
  121. echo 1 > /proc/sys/net/ipv4/conf/all/arp_filter
  122. (this only works if your kernel's version is higher than 2.4.5), or
  123. (2) installing the interfaces in separate broadcast domains (either
  124. in different switches or in a switch partitioned to VLANs).
  125. Support
  126. =======
  127. For general information, go to the Intel support website at:
  128. http://www.intel.com/support/
  129. or the Intel Wired Networking project hosted by Sourceforge at:
  130. http://sourceforge.net/projects/e1000
  131. If an issue is identified with the released source code on a supported kernel
  132. with a supported adapter, email the specific information related to the issue
  133. to e1000-devel@lists.sf.net.