Commit 828092ef authored by Jeff Kirsher's avatar Jeff Kirsher

Documentation: intel: Convert to RST format

Now that the documents have been updated to conform to the reStructured Text
guidelines, we can now change the file extensions and update the other
related references.

This converts all of the Intel wired LAN driver documentation to *.rst.
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
parent f12a84a9
...@@ -70,12 +70,6 @@ driver.txt ...@@ -70,12 +70,6 @@ driver.txt
- Softnet driver issues. - Softnet driver issues.
ena.txt ena.txt
- info on Amazon's Elastic Network Adapter (ENA) - info on Amazon's Elastic Network Adapter (ENA)
e100.txt
- info on Intel's EtherExpress PRO/100 line of 10/100 boards
e1000.txt
- info on Intel's E1000 line of gigabit ethernet boards
e1000e.txt
- README for the Intel Gigabit Ethernet Driver (e1000e).
eql.txt eql.txt
- serial IP load balancing - serial IP load balancing
fib_trie.txt fib_trie.txt
...@@ -94,16 +88,8 @@ generic_netlink.txt ...@@ -94,16 +88,8 @@ generic_netlink.txt
- info on Generic Netlink - info on Generic Netlink
gianfar.txt gianfar.txt
- Gianfar Ethernet Driver. - Gianfar Ethernet Driver.
i40e.txt
- README for the Intel Ethernet Controller XL710 Driver (i40e).
iavf.txt
- README for the Intel Ethernet Adaptive Virtual Function Driver (iavf).
ieee802154.txt ieee802154.txt
- Linux IEEE 802.15.4 implementation, API and drivers - Linux IEEE 802.15.4 implementation, API and drivers
igb.txt
- README for the Intel Gigabit Ethernet Driver (igb).
igbvf.txt
- README for the Intel Gigabit Ethernet Driver (igbvf).
ip-sysctl.txt ip-sysctl.txt
- /proc/sys/net/ipv4/* variables - /proc/sys/net/ipv4/* variables
ip_dynaddr.txt ip_dynaddr.txt
...@@ -120,12 +106,6 @@ ipvs-sysctl.txt ...@@ -120,12 +106,6 @@ ipvs-sysctl.txt
- Per-inode explanation of the /proc/sys/net/ipv4/vs interface. - Per-inode explanation of the /proc/sys/net/ipv4/vs interface.
irda.txt irda.txt
- where to get IrDA (infrared) utilities and info for Linux. - where to get IrDA (infrared) utilities and info for Linux.
ixgb.txt
- README for the Intel 10 Gigabit Ethernet Driver (ixgb).
ixgbe.txt
- README for the Intel 10 Gigabit Ethernet Driver (ixgbe).
ixgbevf.txt
- README for the Intel Virtual Function (VF) Driver (ixgbevf).
l2tp.txt l2tp.txt
- User guide to the L2TP tunnel protocol. - User guide to the L2TP tunnel protocol.
lapb-module.txt lapb-module.txt
......
...@@ -14,7 +14,16 @@ Contents: ...@@ -14,7 +14,16 @@ Contents:
dpaa2/index dpaa2/index
e100 e100
e1000 e1000
e1000e
fm10k fm10k
igb
igbvf
ixgb
ixgbe
ixgbevf
i40e
iavf
ice
kapi kapi
z8530book z8530book
msg_zerocopy msg_zerocopy
......
...@@ -7351,16 +7351,16 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git ...@@ -7351,16 +7351,16 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
S: Supported S: Supported
F: Documentation/networking/e100.rst F: Documentation/networking/e100.rst
F: Documentation/networking/e1000.rst F: Documentation/networking/e1000.rst
F: Documentation/networking/e1000e.txt F: Documentation/networking/e1000e.rst
F: Documentation/networking/fm10k.rst F: Documentation/networking/fm10k.rst
F: Documentation/networking/igb.txt F: Documentation/networking/igb.rst
F: Documentation/networking/igbvf.txt F: Documentation/networking/igbvf.rst
F: Documentation/networking/ixgb.txt F: Documentation/networking/ixgb.rst
F: Documentation/networking/ixgbe.txt F: Documentation/networking/ixgbe.rst
F: Documentation/networking/ixgbevf.txt F: Documentation/networking/ixgbevf.rst
F: Documentation/networking/i40e.txt F: Documentation/networking/i40e.rst
F: Documentation/networking/iavf.txt F: Documentation/networking/iavf.rst
F: Documentation/networking/ice.txt F: Documentation/networking/ice.rst
F: drivers/net/ethernet/intel/ F: drivers/net/ethernet/intel/
F: drivers/net/ethernet/intel/*/ F: drivers/net/ethernet/intel/*/
F: include/linux/avf/virtchnl.h F: include/linux/avf/virtchnl.h
......
...@@ -68,6 +68,9 @@ config E1000E ...@@ -68,6 +68,9 @@ config E1000E
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in
<file:Documentation/networking/e1000e.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called e1000e. will be called e1000e.
...@@ -94,7 +97,7 @@ config IGB ...@@ -94,7 +97,7 @@ config IGB
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/e1000.rst>. <file:Documentation/networking/igb.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called igb. will be called igb.
...@@ -130,7 +133,7 @@ config IGBVF ...@@ -130,7 +133,7 @@ config IGBVF
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/e1000.rst>. <file:Documentation/networking/igbvf.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called igbvf. will be called igbvf.
...@@ -147,7 +150,7 @@ config IXGB ...@@ -147,7 +150,7 @@ config IXGB
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/ixgb.txt>. <file:Documentation/networking/ixgb.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called ixgb. will be called ixgb.
...@@ -164,6 +167,9 @@ config IXGBE ...@@ -164,6 +167,9 @@ config IXGBE
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in
<file:Documentation/networking/ixgbe.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called ixgbe. will be called ixgbe.
...@@ -205,7 +211,7 @@ config IXGBEVF ...@@ -205,7 +211,7 @@ config IXGBEVF
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/ixgbevf.txt>. <file:Documentation/networking/ixgbevf.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called ixgbevf. MSI-X interrupt support is required will be called ixgbevf. MSI-X interrupt support is required
...@@ -222,6 +228,9 @@ config I40E ...@@ -222,6 +228,9 @@ config I40E
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in
<file:Documentation/networking/i40e.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called i40e. will be called i40e.
...@@ -254,6 +263,9 @@ config I40EVF ...@@ -254,6 +263,9 @@ config I40EVF
This driver was formerly named i40evf. This driver was formerly named i40evf.
More specific information on configuring the driver is in
<file:Documentation/networking/iavf.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called iavf. MSI-X interrupt support is required will be called iavf. MSI-X interrupt support is required
for this driver to work correctly. for this driver to work correctly.
...@@ -269,6 +281,9 @@ config ICE ...@@ -269,6 +281,9 @@ config ICE
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in
<file:Documentation/networking/ice.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called ice. will be called ice.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment