Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.20-rc1 64 lines 2.0 kB view raw
1.. SPDX-License-Identifier: GPL-2.0+ 2 3Linux* Base Virtual Function Driver for Intel(R) 1G Ethernet 4============================================================ 5 6Intel Gigabit Virtual Function Linux driver. 7Copyright(c) 1999-2018 Intel Corporation. 8 9Contents 10======== 11- Identifying Your Adapter 12- Additional Configurations 13- Support 14 15This driver supports Intel 82576-based virtual function devices-based virtual 16function devices that can only be activated on kernels that support SR-IOV. 17 18SR-IOV requires the correct platform and OS support. 19 20The guest OS loading this driver must support MSI-X interrupts. 21 22For questions related to hardware requirements, refer to the documentation 23supplied with your Intel adapter. All hardware requirements listed apply to use 24with Linux. 25 26Driver information can be obtained using ethtool, lspci, and ifconfig. 27Instructions on updating ethtool can be found in the section Additional 28Configurations later in this document. 29 30NOTE: There is a limit of a total of 32 shared VLANs to 1 or more VFs. 31 32 33Identifying Your Adapter 34======================== 35For information on how to identify your adapter, and for the latest Intel 36network drivers, refer to the Intel Support website: 37http://www.intel.com/support 38 39 40Additional Features and Configurations 41====================================== 42 43ethtool 44------- 45The driver utilizes the ethtool interface for driver configuration and 46diagnostics, as well as displaying statistical information. The latest ethtool 47version is required for this functionality. Download it at: 48 49https://www.kernel.org/pub/software/network/ethtool/ 50 51 52Support 53======= 54For general information, go to the Intel support website at: 55 56https://www.intel.com/support/ 57 58or the Intel Wired Networking project hosted by Sourceforge at: 59 60https://sourceforge.net/projects/e1000 61 62If an issue is identified with the released source code on a supported kernel 63with a supported adapter, email the specific information related to the issue 64to e1000-devel@lists.sf.net.