docs: networking: reorganize driver documentation again
Organize driver documentation by device type. Most documents have fairly verbose yet uninformative names, so let users first select a well defined device type, and then search for a particular driver. While at it rename the section from Vendor drivers to Hardware drivers. This seems more accurate, besides people sometimes refer to out-of-tree drivers as vendor drivers. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
ab696fa70f
commit
132db93572
@@ -34,7 +34,7 @@ config E100
|
||||
to identify the adapter.
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/e100.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/e100.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called e100.
|
||||
@@ -50,7 +50,7 @@ config E1000
|
||||
<http://support.intel.com>
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/e1000.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/e1000.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called e1000.
|
||||
@@ -70,7 +70,7 @@ config E1000E
|
||||
<http://support.intel.com>
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/e1000e.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/e1000e.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called e1000e.
|
||||
@@ -98,7 +98,7 @@ config IGB
|
||||
<http://support.intel.com>
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/igb.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/igb.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called igb.
|
||||
@@ -134,7 +134,7 @@ config IGBVF
|
||||
<http://support.intel.com>
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/igbvf.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/igbvf.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called igbvf.
|
||||
@@ -151,7 +151,7 @@ config IXGB
|
||||
<http://support.intel.com>
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/ixgb.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/ixgb.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called ixgb.
|
||||
@@ -170,7 +170,7 @@ config IXGBE
|
||||
<http://support.intel.com>
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/ixgbe.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called ixgbe.
|
||||
@@ -222,7 +222,7 @@ config IXGBEVF
|
||||
<http://support.intel.com>
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/ixgbevf.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/ixgbevf.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called ixgbevf. MSI-X interrupt support is required
|
||||
@@ -249,7 +249,7 @@ config I40E
|
||||
<http://support.intel.com>
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/i40e.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/i40e.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called i40e.
|
||||
@@ -284,7 +284,7 @@ config I40EVF
|
||||
This driver was formerly named i40evf.
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/iavf.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/iavf.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called iavf. MSI-X interrupt support is required
|
||||
@@ -303,7 +303,7 @@ config ICE
|
||||
<http://support.intel.com>
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/ice.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/ice.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called ice.
|
||||
@@ -321,7 +321,7 @@ config FM10K
|
||||
<http://support.intel.com>
|
||||
|
||||
More specific information on configuring the driver is in
|
||||
<file:Documentation/networking/device_drivers/intel/fm10k.rst>.
|
||||
<file:Documentation/networking/device_drivers/ethernet/intel/fm10k.rst>.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called fm10k. MSI-X interrupt support is required
|
||||
|
Reference in New Issue
Block a user