From Fedora Project Wiki
(Created page with '== Description == == Setup == == Howto Test == == Expected Results ==') |
No edit summary |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
This test case verifies how network interfaces registered for the Virtual Functions enabled by network adapters with SRIOV capability. For more information on SRIOV and how to enable Virtual Functions can be found here - http://fedoraproject.org/wiki/Test_Day:2009-09-17_Virtualization_SR-IOV. | |||
== Setup == | == Setup == | ||
Plug in a PCI add-in network adapter with SRIOV capability. For Ex: | |||
<pre>07:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01) | |||
[root@fedora-14-r710 ~]# lspci -s 07:00.0 -n | |||
07:00.0 0200: 8086:10c9 (rev 01)</pre> | |||
== Howto Test == | == Howto Test == | ||
== Expected Results == | == Expected Results == |
Revision as of 12:45, 17 January 2011
Description
This test case verifies how network interfaces registered for the Virtual Functions enabled by network adapters with SRIOV capability. For more information on SRIOV and how to enable Virtual Functions can be found here - http://fedoraproject.org/wiki/Test_Day:2009-09-17_Virtualization_SR-IOV.
Setup
Plug in a PCI add-in network adapter with SRIOV capability. For Ex:
07:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01) [root@fedora-14-r710 ~]# lspci -s 07:00.0 -n 07:00.0 0200: 8086:10c9 (rev 01)