[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081022084515.GO3773@yzhao12-linux.sh.intel.com>
Date: Wed, 22 Oct 2008 16:45:15 +0800
From: Yu Zhao <yu.zhao@...el.com>
To: "linux-pci@...r.kernel.org" <linux-pci@...r.kernel.org>
Cc: "achiang@...com" <achiang@...com>,
"grundler@...isc-linux.org" <grundler@...isc-linux.org>,
"greg@...ah.com" <greg@...ah.com>, "mingo@...e.hu" <mingo@...e.hu>,
"jbarnes@...tuousgeek.org" <jbarnes@...tuousgeek.org>,
"matthew@....cx" <matthew@....cx>,
"randy.dunlap@...cle.com" <randy.dunlap@...cle.com>,
"rdreier@...co.com" <rdreier@...co.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"kvm@...r.kernel.org" <kvm@...r.kernel.org>,
"virtualization@...ts.linux-foundation.org"
<virtualization@...ts.linux-foundation.org>
Subject: [PATCH 15/16 v6] PCI: document the SR-IOV sysfs entries
Document the SR-IOV sysfs entries.
Cc: Alex Chiang <achiang@...com>
Cc: Grant Grundler <grundler@...isc-linux.org>
Cc: Greg KH <greg@...ah.com>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Jesse Barnes <jbarnes@...tuousgeek.org>
Cc: Matthew Wilcox <matthew@....cx>
Cc: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Roland Dreier <rdreier@...co.com>
Signed-off-by: Yu Zhao <yu.zhao@...el.com>
---
Documentation/ABI/testing/sysfs-bus-pci | 33 +++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/Documentation/ABI/testing/sysfs-bus-pci b/Documentation/ABI/testing/sysfs-bus-pci
index ceddcff..41cce8f 100644
--- a/Documentation/ABI/testing/sysfs-bus-pci
+++ b/Documentation/ABI/testing/sysfs-bus-pci
@@ -9,3 +9,36 @@ Description:
that some devices may have malformatted data. If the
underlying VPD has a writable section then the
corresponding section of this file will be writable.
+
+What: /sys/bus/pci/devices/.../iov/enable
+Date: October 2008
+Contact: Yu Zhao <yu.zhao@...el.com>
+Description:
+ This file appears when a device has the SR-IOV capability.
+ It holds the status of the capability, and could be written
+ (0/1) to disable and enable the capability if the PF driver
+ supports this operation.
+
+What: /sys/bus/pci/devices/.../iov/initialvfs
+Date: October 2008
+Contact: Yu Zhao <yu.zhao@...el.com>
+Description:
+ This file appears when a device has the SR-IOV capability.
+ It holds the number of initial Virtual Functions (read-only).
+
+What: /sys/bus/pci/devices/.../iov/totalvfs
+Date: October 2008
+Contact: Yu Zhao <yu.zhao@...el.com>
+Description:
+ This file appears when a device has the SR-IOV capability.
+ It holds the number of total Virtual Functions (read-only).
+
+
+What: /sys/bus/pci/devices/.../iov/numvfs
+Date: October 2008
+Contact: Yu Zhao <yu.zhao@...el.com>
+Description:
+ This file appears when a device has the SR-IOV capability.
+ It holds the number of available Virtual Functions, and
+ could be written (1 ~ InitialVFs) to change the number if
+ the PF driver supports this operation.
--
1.5.6.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists