summaryrefslogtreecommitdiff
path: root/Documentation/ABI/stable
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2014-04-07 23:49:35 (GMT)
committerScott Wood <scottwood@freescale.com>2014-04-07 23:49:35 (GMT)
commit62b8c978ee6b8d135d9e7953221de58000dba986 (patch)
tree683b04b2e627f6710c22c151b23c8cc9a165315e /Documentation/ABI/stable
parent78fd82238d0e5716578c326404184a27ba67fd6e (diff)
downloadlinux-fsl-qoriq-62b8c978ee6b8d135d9e7953221de58000dba986.tar.xz
Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12
Diffstat (limited to 'Documentation/ABI/stable')
-rw-r--r--Documentation/ABI/stable/sysfs-driver-ib_srp13
-rw-r--r--Documentation/ABI/stable/sysfs-transport-srp39
2 files changed, 0 insertions, 52 deletions
diff --git a/Documentation/ABI/stable/sysfs-driver-ib_srp b/Documentation/ABI/stable/sysfs-driver-ib_srp
index b9688de..5c53d28 100644
--- a/Documentation/ABI/stable/sysfs-driver-ib_srp
+++ b/Documentation/ABI/stable/sysfs-driver-ib_srp
@@ -61,12 +61,6 @@ Description: Interface for making ib_srp connect to a new target.
interrupt is handled by a different CPU then the comp_vector
parameter can be used to spread the SRP completion workload
over multiple CPU's.
- * tl_retry_count, a number in the range 2..7 specifying the
- IB RC retry count.
- * queue_size, the maximum number of commands that the
- initiator is allowed to queue per SCSI host. The default
- value for this parameter is 62. The lowest supported value
- is 2.
What: /sys/class/infiniband_srp/srp-<hca>-<port_number>/ibdev
Date: January 2, 2006
@@ -159,13 +153,6 @@ Contact: linux-rdma@vger.kernel.org
Description: InfiniBand service ID used for establishing communication with
the SRP target.
-What: /sys/class/scsi_host/host<n>/sgid
-Date: February 1, 2014
-KernelVersion: 3.13
-Contact: linux-rdma@vger.kernel.org
-Description: InfiniBand GID of the source port used for communication with
- the SRP target.
-
What: /sys/class/scsi_host/host<n>/zero_req_lim
Date: September 20, 2006
KernelVersion: 2.6.18
diff --git a/Documentation/ABI/stable/sysfs-transport-srp b/Documentation/ABI/stable/sysfs-transport-srp
index ec7af69..b36fb0d 100644
--- a/Documentation/ABI/stable/sysfs-transport-srp
+++ b/Documentation/ABI/stable/sysfs-transport-srp
@@ -5,24 +5,6 @@ Contact: linux-scsi@vger.kernel.org, linux-rdma@vger.kernel.org
Description: Instructs an SRP initiator to disconnect from a target and to
remove all LUNs imported from that target.
-What: /sys/class/srp_remote_ports/port-<h>:<n>/dev_loss_tmo
-Date: February 1, 2014
-KernelVersion: 3.13
-Contact: linux-scsi@vger.kernel.org, linux-rdma@vger.kernel.org
-Description: Number of seconds the SCSI layer will wait after a transport
- layer error has been observed before removing a target port.
- Zero means immediate removal. Setting this attribute to "off"
- will disable the dev_loss timer.
-
-What: /sys/class/srp_remote_ports/port-<h>:<n>/fast_io_fail_tmo
-Date: February 1, 2014
-KernelVersion: 3.13
-Contact: linux-scsi@vger.kernel.org, linux-rdma@vger.kernel.org
-Description: Number of seconds the SCSI layer will wait after a transport
- layer error has been observed before failing I/O. Zero means
- failing I/O immediately. Setting this attribute to "off" will
- disable the fast_io_fail timer.
-
What: /sys/class/srp_remote_ports/port-<h>:<n>/port_id
Date: June 27, 2007
KernelVersion: 2.6.24
@@ -30,29 +12,8 @@ Contact: linux-scsi@vger.kernel.org
Description: 16-byte local SRP port identifier in hexadecimal format. An
example: 4c:49:4e:55:58:20:56:49:4f:00:00:00:00:00:00:00.
-What: /sys/class/srp_remote_ports/port-<h>:<n>/reconnect_delay
-Date: February 1, 2014
-KernelVersion: 3.13
-Contact: linux-scsi@vger.kernel.org, linux-rdma@vger.kernel.org
-Description: Number of seconds the SCSI layer will wait after a reconnect
- attempt failed before retrying. Setting this attribute to
- "off" will disable time-based reconnecting.
-
What: /sys/class/srp_remote_ports/port-<h>:<n>/roles
Date: June 27, 2007
KernelVersion: 2.6.24
Contact: linux-scsi@vger.kernel.org
Description: Role of the remote port. Either "SRP Initiator" or "SRP Target".
-
-What: /sys/class/srp_remote_ports/port-<h>:<n>/state
-Date: February 1, 2014
-KernelVersion: 3.13
-Contact: linux-scsi@vger.kernel.org, linux-rdma@vger.kernel.org
-Description: State of the transport layer used for communication with the
- remote port. "running" if the transport layer is operational;
- "blocked" if a transport layer error has been encountered but
- the fast_io_fail_tmo timer has not yet fired; "fail-fast"
- after the fast_io_fail_tmo timer has fired and before the
- "dev_loss_tmo" timer has fired; "lost" after the
- "dev_loss_tmo" timer has fired and before the port is finally
- removed.