aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/ixgbe.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/ixgbe.txt')
-rw-r--r--Documentation/networking/ixgbe.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/networking/ixgbe.txt b/Documentation/networking/ixgbe.txt
index 9ade2806d82c..af77ed3c4172 100644
--- a/Documentation/networking/ixgbe.txt
+++ b/Documentation/networking/ixgbe.txt
@@ -34,7 +34,7 @@ is an Intel(R) Ethernet Server Adapter X520-2, then it only supports Intel
34optics and/or the direct attach cables listed below. 34optics and/or the direct attach cables listed below.
35 35
36When 82599-based SFP+ devices are connected back to back, they should be set to 36When 82599-based SFP+ devices are connected back to back, they should be set to
37the same Speed setting via Ethtool. Results may vary if you mix speed settings. 37the same Speed setting via ethtool. Results may vary if you mix speed settings.
3882598-based adapters support all passive direct attach cables that comply 3882598-based adapters support all passive direct attach cables that comply
39with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. Active direct attach 39with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. Active direct attach
40cables are not supported. 40cables are not supported.
@@ -110,7 +110,7 @@ threshold. When rx is enabled, the transmit unit will halt for the time delay
110specified when a PAUSE frame is received. 110specified when a PAUSE frame is received.
111 111
112Flow Control is enabled by default. If you want to disable a flow control 112Flow Control is enabled by default. If you want to disable a flow control
113capable link partner, use Ethtool: 113capable link partner, use ethtool:
114 114
115 ethtool -A eth? autoneg off RX off TX off 115 ethtool -A eth? autoneg off RX off TX off
116 116
@@ -181,10 +181,10 @@ Additional Configurations
181 ------- 181 -------
182 The driver utilizes the ethtool interface for driver configuration and 182 The driver utilizes the ethtool interface for driver configuration and
183 diagnostics, as well as displaying statistical information. The latest 183 diagnostics, as well as displaying statistical information. The latest
184 Ethtool version is required for this functionality. 184 ethtool version is required for this functionality.
185 185
186 The latest release of ethtool can be found from 186 The latest release of ethtool can be found from
187 http://sourceforge.net/projects/gkernel. 187 http://ftp.kernel.org/pub/software/network/ethtool/
188 188
189 FCoE 189 FCoE
190 ---- 190 ----