diff options
author | Erez Zilber <erezz@voltaire.com> | 2006-09-27 09:48:57 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-09-28 13:54:51 -0400 |
commit | fd6a79a786b84510d00ee6aa6449a468e6d75dee (patch) | |
tree | f9f4d8b26aa664922852e4fcfd0d00544708f4b7 /drivers/infiniband | |
parent | 74a2078061409e027ccb51a28cf6174c31ab8f99 (diff) |
IB/iser: Fix the description of iSER in Kconfig
Fix the description of iSER in Kconfig. It is not accurate.
Signed-off-by: Erez Zilber <erezz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/ulp/iser/Kconfig | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/drivers/infiniband/ulp/iser/Kconfig b/drivers/infiniband/ulp/iser/Kconfig index 365a1b5f19e0..aecbb9083f0c 100644 --- a/drivers/infiniband/ulp/iser/Kconfig +++ b/drivers/infiniband/ulp/iser/Kconfig | |||
@@ -1,11 +1,12 @@ | |||
1 | config INFINIBAND_ISER | 1 | config INFINIBAND_ISER |
2 | tristate "ISCSI RDMA Protocol" | 2 | tristate "iSCSI Extensions for RDMA (iSER)" |
3 | depends on INFINIBAND && SCSI && INET | 3 | depends on INFINIBAND && SCSI && INET |
4 | select SCSI_ISCSI_ATTRS | 4 | select SCSI_ISCSI_ATTRS |
5 | ---help--- | 5 | ---help--- |
6 | Support for the ISCSI RDMA Protocol over InfiniBand. This | 6 | Support for the iSCSI Extensions for RDMA (iSER) Protocol |
7 | allows you to access storage devices that speak ISER/ISCSI | 7 | over InfiniBand. This allows you to access storage devices |
8 | over InfiniBand. | 8 | that speak iSCSI over iSER over InfiniBand. |
9 | 9 | ||
10 | The ISER protocol is defined by IETF. | 10 | The iSER protocol is defined by IETF. |
11 | See <http://www.ietf.org/>. | 11 | See <http://www.ietf.org/internet-drafts/draft-ietf-ips-iser-05.txt> |
12 | and <http://www.infinibandta.org/members/spec/iser_annex_060418.pdf> | ||