Skip to content

Commit

Permalink
Documentation: intel: Convert to RST format
Browse files Browse the repository at this point in the history
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: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
  • Loading branch information
Jeff Kirsher committed Oct 18, 2018
1 parent f12a84a commit 828092e
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 33 deletions.
20 changes: 0 additions & 20 deletions Documentation/networking/00-INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ driver.txt
- Softnet driver issues.
ena.txt
- 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
- serial IP load balancing
fib_trie.txt
Expand All @@ -94,16 +88,8 @@ generic_netlink.txt
- info on Generic Netlink
gianfar.txt
- 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
- 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
- /proc/sys/net/ipv4/* variables
ip_dynaddr.txt
Expand All @@ -120,12 +106,6 @@ ipvs-sysctl.txt
- Per-inode explanation of the /proc/sys/net/ipv4/vs interface.
irda.txt
- 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
- User guide to the L2TP tunnel protocol.
lapb-module.txt
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions Documentation/networking/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ Contents:
dpaa2/index
e100
e1000
e1000e
fm10k
igb
igbvf
ixgb
ixgbe
ixgbevf
i40e
iavf
ice
kapi
z8530book
msg_zerocopy
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -7351,16 +7351,16 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
S: Supported
F: Documentation/networking/e100.rst
F: Documentation/networking/e1000.rst
F: Documentation/networking/e1000e.txt
F: Documentation/networking/e1000e.rst
F: Documentation/networking/fm10k.rst
F: Documentation/networking/igb.txt
F: Documentation/networking/igbvf.txt
F: Documentation/networking/ixgb.txt
F: Documentation/networking/ixgbe.txt
F: Documentation/networking/ixgbevf.txt
F: Documentation/networking/i40e.txt
F: Documentation/networking/iavf.txt
F: Documentation/networking/ice.txt
F: Documentation/networking/igb.rst
F: Documentation/networking/igbvf.rst
F: Documentation/networking/ixgb.rst
F: Documentation/networking/ixgbe.rst
F: Documentation/networking/ixgbevf.rst
F: Documentation/networking/i40e.rst
F: Documentation/networking/iavf.rst
F: Documentation/networking/ice.rst
F: drivers/net/ethernet/intel/
F: drivers/net/ethernet/intel/*/
F: include/linux/avf/virtchnl.h
Expand Down
23 changes: 19 additions & 4 deletions drivers/net/ethernet/intel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ config E1000E

<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
will be called e1000e.

Expand All @@ -94,7 +97,7 @@ config IGB
<http://support.intel.com>

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
will be called igb.
Expand Down Expand Up @@ -130,7 +133,7 @@ config IGBVF
<http://support.intel.com>

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
will be called igbvf.
Expand All @@ -147,7 +150,7 @@ config IXGB
<http://support.intel.com>

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
will be called ixgb.
Expand All @@ -164,6 +167,9 @@ config IXGBE

<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
will be called ixgbe.

Expand Down Expand Up @@ -205,7 +211,7 @@ config IXGBEVF
<http://support.intel.com>

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
will be called ixgbevf. MSI-X interrupt support is required
Expand All @@ -222,6 +228,9 @@ config I40E

<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
will be called i40e.

Expand Down Expand Up @@ -254,6 +263,9 @@ config 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
will be called iavf. MSI-X interrupt support is required
for this driver to work correctly.
Expand All @@ -269,6 +281,9 @@ config ICE

<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
will be called ice.

Expand Down

0 comments on commit 828092e

Please sign in to comment.