ixgbevf.txt 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. Linux* Base Driver for Intel(R) Network Connection
  2. ==================================================
  3. November 24, 2009
  4. Contents
  5. ========
  6. - In This Release
  7. - Identifying Your Adapter
  8. - Known Issues/Troubleshooting
  9. - Support
  10. In This Release
  11. ===============
  12. This file describes the ixgbevf Linux* Base Driver for Intel Network
  13. Connection.
  14. The ixgbevf driver supports 82599-based virtual function devices that can only
  15. be activated on kernels with CONFIG_PCI_IOV enabled.
  16. The ixgbevf driver supports virtual functions generated by the ixgbe driver
  17. with a max_vfs value of 1 or greater.
  18. The guest OS loading the ixgbevf driver must support MSI-X interrupts.
  19. VLANs: There is a limit of a total of 32 shared VLANs to 1 or more VFs.
  20. Identifying Your Adapter
  21. ========================
  22. For more information on how to identify your adapter, go to the Adapter &
  23. Driver ID Guide at:
  24. http://support.intel.com/support/network/sb/CS-008441.htm
  25. Known Issues/Troubleshooting
  26. ============================
  27. Unloading Physical Function (PF) Driver Causes System Reboots When VM is
  28. Running and VF is Loaded on the VM
  29. ------------------------------------------------------------------------
  30. Do not unload the PF driver (ixgbe) while VFs are assigned to guests.
  31. Support
  32. =======
  33. For general information, go to the Intel support website at:
  34. http://support.intel.com
  35. or the Intel Wired Networking project hosted by Sourceforge at:
  36. http://sourceforge.net/projects/e1000
  37. If an issue is identified with the released source code on the supported
  38. kernel with a supported adapter, email the specific information related
  39. to the issue to e1000-devel@lists.sf.net
  40. License
  41. =======
  42. Intel 10 Gigabit Linux driver.
  43. Copyright(c) 1999 - 2009 Intel Corporation.
  44. This program is free software; you can redistribute it and/or modify it
  45. under the terms and conditions of the GNU General Public License,
  46. version 2, as published by the Free Software Foundation.
  47. This program is distributed in the hope it will be useful, but WITHOUT
  48. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  49. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  50. more details.
  51. You should have received a copy of the GNU General Public License along with
  52. this program; if not, write to the Free Software Foundation, Inc.,
  53. 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  54. The full GNU General Public License is included in this distribution in
  55. the file called "COPYING".
  56. Trademarks
  57. ==========
  58. Intel, Itanium, and Pentium are trademarks or registered trademarks of
  59. Intel Corporation or its subsidiaries in the United States and other
  60. countries.
  61. * Other names and brands may be claimed as the property of others.