17df5ae1b3
These asterisks were once references to a line that said: "* Other names and brands may be claimed as the property of others." But now, they serve no purpose; they can only irritate the reader. Fixes:de3edab427
("e1000: update README for e1000") Fixes:a3fb65680f
("e100.txt: Cleanup license info in kernel doc") Fixes:da8c01c450
("e1000e.txt: Add e1000e documentation") Fixes:f12a84a9f6
("Documentation: fm10k: Add kernel documentation") Fixes:b55c52b193
("igb.txt: Add igb documentation") Fixes:c4e9b56e24
("igbvf.txt: Add igbvf Documentation") Fixes:d7064f4c19
("Documentation/networking/: Update Intel wired LAN driver documentation") Fixes:c4b8c01112
("ixgbevf.txt: Update ixgbevf documentation") Fixes:1e06edcc2f
("Documentation: i40e: Prepare documentation for RST conversion") Fixes:105bf2fe6b
("i40evf: add driver to kernel build system") Fixes:1fae869bcf
("Documentation: ice: Prepare documentation for RST conversion") Fixes:df69ba4321
("ionic: Add basic framework for IONIC Network device driver") Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
68 lines
2.0 KiB
ReStructuredText
68 lines
2.0 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
============================================================
|
|
Linux Base Virtual Function Driver for Intel(R) 10G Ethernet
|
|
============================================================
|
|
|
|
Intel 10 Gigabit Virtual Function Linux driver.
|
|
Copyright(c) 1999-2018 Intel Corporation.
|
|
|
|
Contents
|
|
========
|
|
|
|
- Identifying Your Adapter
|
|
- Known Issues
|
|
- Support
|
|
|
|
This driver supports 82599, X540, X550, and X552-based virtual function devices
|
|
that can only be activated on kernels that support SR-IOV.
|
|
|
|
For questions related to hardware requirements, refer to the documentation
|
|
supplied with your Intel adapter. All hardware requirements listed apply to use
|
|
with Linux.
|
|
|
|
|
|
Identifying Your Adapter
|
|
========================
|
|
The driver is compatible with devices based on the following:
|
|
|
|
* Intel(R) Ethernet Controller 82598
|
|
* Intel(R) Ethernet Controller 82599
|
|
* Intel(R) Ethernet Controller X520
|
|
* Intel(R) Ethernet Controller X540
|
|
* Intel(R) Ethernet Controller x550
|
|
* Intel(R) Ethernet Controller X552
|
|
* Intel(R) Ethernet Controller X553
|
|
|
|
For information on how to identify your adapter, and for the latest Intel
|
|
network drivers, refer to the Intel Support website:
|
|
https://www.intel.com/support
|
|
|
|
Known Issues/Troubleshooting
|
|
============================
|
|
|
|
SR-IOV requires the correct platform and OS support.
|
|
|
|
The guest OS loading this driver must support MSI-X interrupts.
|
|
|
|
This driver is only supported as a loadable module at this time. Intel is not
|
|
supplying patches against the kernel source to allow for static linking of the
|
|
drivers.
|
|
|
|
VLANs: There is a limit of a total of 64 shared VLANs to 1 or more VFs.
|
|
|
|
|
|
Support
|
|
=======
|
|
For general information, go to the Intel support website at:
|
|
|
|
https://www.intel.com/support/
|
|
|
|
or the Intel Wired Networking project hosted by Sourceforge at:
|
|
|
|
https://sourceforge.net/projects/e1000
|
|
|
|
If an issue is identified with the released source code on a supported kernel
|
|
with a supported adapter, email the specific information related to the issue
|
|
to e1000-devel@lists.sf.net.
|