diff options
author | Yu Zhao <yu.zhao@intel.com> | 2009-03-19 23:25:17 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-03-20 13:48:32 -0400 |
commit | 01db4957179c92fda7d9a06e49b7ae56fb7c925b (patch) | |
tree | a643400cf322336e38a7755c594518fa891032b9 /Documentation/ABI | |
parent | 74bb1bcc7dbbc9ddef773bf3395d7ff92aaaad2e (diff) |
PCI: document SR-IOV sysfs entries
Reviewed-by: Randy Dunlap <rdunlap@xenotime.net>
Reviewed-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Yu Zhao <yu.zhao@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-pci | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-pci b/Documentation/ABI/testing/sysfs-bus-pci index 3d29793a0ea2..d175a2a5fac2 100644 --- a/Documentation/ABI/testing/sysfs-bus-pci +++ b/Documentation/ABI/testing/sysfs-bus-pci | |||
@@ -68,3 +68,30 @@ Description: | |||
68 | that some devices may have malformatted data. If the | 68 | that some devices may have malformatted data. If the |
69 | underlying VPD has a writable section then the | 69 | underlying VPD has a writable section then the |
70 | corresponding section of this file will be writable. | 70 | corresponding section of this file will be writable. |
71 | |||
72 | What: /sys/bus/pci/devices/.../virtfnN | ||
73 | Date: March 2009 | ||
74 | Contact: Yu Zhao <yu.zhao@intel.com> | ||
75 | Description: | ||
76 | This symbolic link appears when hardware supports the SR-IOV | ||
77 | capability and the Physical Function driver has enabled it. | ||
78 | The symbolic link points to the PCI device sysfs entry of the | ||
79 | Virtual Function whose index is N (0...MaxVFs-1). | ||
80 | |||
81 | What: /sys/bus/pci/devices/.../dep_link | ||
82 | Date: March 2009 | ||
83 | Contact: Yu Zhao <yu.zhao@intel.com> | ||
84 | Description: | ||
85 | This symbolic link appears when hardware supports the SR-IOV | ||
86 | capability and the Physical Function driver has enabled it, | ||
87 | and this device has vendor specific dependencies with others. | ||
88 | The symbolic link points to the PCI device sysfs entry of | ||
89 | Physical Function this device depends on. | ||
90 | |||
91 | What: /sys/bus/pci/devices/.../physfn | ||
92 | Date: March 2009 | ||
93 | Contact: Yu Zhao <yu.zhao@intel.com> | ||
94 | Description: | ||
95 | This symbolic link appears when a device is a Virtual Function. | ||
96 | The symbolic link points to the PCI device sysfs entry of the | ||
97 | Physical Function this device associates with. | ||