igbvf Linux* Base Driver for Intel(R) Ethernet Network Connection =============================================================== ================================================================================ October 7, 2016 ================================================================================ - Overview - Identifying Your Adapter - Building and Installation - Command Line Parameters - Additional Configurations - Known Issues - Support - License ================================================================================ Overview -------- This virtual function driver supports kernel versions 2.6.30 or newer. This driver supports 82576-based virtual function devices that can only be activated on kernels that support SR-IOV. 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. For questions related to hardware requirements, refer to the documentation supplied with your Intel adapter. All hardware requirements listed apply to use with Linux. Driver information can be obtained using ethtool, lspci, and ifconfig. Instructions on updating ethtool can be found in the section Additional Configurations later in this document. VLANs: There is a limit of a total of 32 shared VLANs to 1 or more VFs. ================================================================================ Identifying Your Adapter ------------------------ For information on how to identify your adapter, go to the Adapter & Driver ID Guide at: http://support.intel.com/support/go/network/adapter/proidguide.htm For the latest Intel network drivers, refer to the following website and select your adapter. http://www.intel.com/support ================================================================================ Building and Installation ------------------------- To build a binary RPM* package of this driver, run 'rpmbuild -tb igbvf-.tar.gz', where is the version number for the driver tar file. NOTES: - For the build to work properly, the currently running kernel MUST match the version and configuration of the installed kernel sources. If you have just recompiled the kernel reboot the system before building. - RPM functionality has only been tested in Red Hat distributions. 1. Move the virtual function driver tar file to the directory of your choice. For example, use '/home/username/igbvf' or '/usr/local/src/igbvf'. 2. Untar/unzip the archive, where is the version number for the driver tar file: tar zxf igbvf-.tar.gz 3. Change to the driver src directory, where is the version number for the driver tar: cd igbvf-/src/ 4. Compile the driver module: # make install The binary will be installed as: /lib/modules//updates/drivers/net/ethernet/intel/igbvf/igbvf.ko The install location listed above is the default location. This may differ for various Linux distributions. 5. Load the module using the modprobe command: modprobe Make sure that any older igbvf drivers are removed from the kernel before loading the new module: rmmod igbvf; modprobe igbvf 6. Assign an IP address to the interface by entering the following, where ethX is the interface name that was shown in dmesg after modprobe: ip address add / dev ethX 7. Verify that the interface works. Enter the following, where IP_address is the IP address for another machine on the same subnet as the interface that is being tested: ping NOTE: For certain distributions like (but not limited to) RedHat Enterprise Linux 7 and Ubuntu, once the driver is installed the initrd/initramfs file may need to be updated to prevent the OS loading old versions of the igbvf driver. The dracut utility may be used on RedHat distributions: # dracut --force For Ubuntu: # update-initramfs -u ================================================================================ Command Line Parameters ----------------------- If the driver is built as a module, the following optional parameters are used by entering them on the command line with the modprobe command using this syntax: modprobe igbvf [