i40evf: update i40evf.txt with new content
The addition of the AVF and virtchnl code to the i40evf driver means we should update the i40evf.txt file with the most up to date information. It seems this file hasn't been updated in a while, so the changes cover a little more than just AVF, but it's all only in the i40evf.txt. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
abf709a1e7
commit
85cfa71764
|
@ -1,8 +1,8 @@
|
||||||
Linux* Base Driver for Intel(R) Network Connection
|
Linux* Base Driver for Intel(R) Network Connection
|
||||||
==================================================
|
==================================================
|
||||||
|
|
||||||
Intel XL710 X710 Virtual Function Linux driver.
|
Intel Ethernet Adaptive Virtual Function Linux driver.
|
||||||
Copyright(c) 2013 Intel Corporation.
|
Copyright(c) 2013-2017 Intel Corporation.
|
||||||
|
|
||||||
Contents
|
Contents
|
||||||
========
|
========
|
||||||
|
@ -11,19 +11,26 @@ Contents
|
||||||
- Known Issues/Troubleshooting
|
- Known Issues/Troubleshooting
|
||||||
- Support
|
- Support
|
||||||
|
|
||||||
This file describes the i40evf Linux* Base Driver for the Intel(R) XL710
|
This file describes the i40evf Linux* Base Driver.
|
||||||
X710 Virtual Function.
|
|
||||||
|
|
||||||
The i40evf driver supports XL710 and X710 virtual function devices that
|
The i40evf driver supports the below mentioned virtual function
|
||||||
can only be activated on kernels with CONFIG_PCI_IOV enabled.
|
devices and can only be activated on kernels running the i40e or
|
||||||
|
newer Physical Function (PF) driver compiled with CONFIG_PCI_IOV.
|
||||||
|
The i40evf driver requires CONFIG_PCI_MSI to be enabled.
|
||||||
|
|
||||||
The guest OS loading the i40evf driver must support MSI-X interrupts.
|
The guest OS loading the i40evf driver must support MSI-X interrupts.
|
||||||
|
|
||||||
|
Supported Hardware
|
||||||
|
==================
|
||||||
|
Intel XL710 X710 Virtual Function
|
||||||
|
Intel Ethernet Adaptive Virtual Function
|
||||||
|
Intel X722 Virtual Function
|
||||||
|
|
||||||
Identifying Your Adapter
|
Identifying Your Adapter
|
||||||
========================
|
========================
|
||||||
|
|
||||||
For more information on how to identify your adapter, go to the Adapter &
|
For more information on how to identify your adapter, go to the
|
||||||
Driver ID Guide at:
|
Adapter & Driver ID Guide at:
|
||||||
|
|
||||||
http://support.intel.com/support/go/network/adapter/idguide.htm
|
http://support.intel.com/support/go/network/adapter/idguide.htm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue