-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Erez Zilber
authored and
Roland Dreier
committed
Sep 28, 2006
1 parent
41a322f
commit c303807
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 74a2078061409e027ccb51a28cf6174c31ab8f99 | ||
refs/heads/master: fd6a79a786b84510d00ee6aa6449a468e6d75dee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
config INFINIBAND_ISER | ||
tristate "ISCSI RDMA Protocol" | ||
tristate "iSCSI Extensions for RDMA (iSER)" | ||
depends on INFINIBAND && SCSI && INET | ||
select SCSI_ISCSI_ATTRS | ||
---help--- | ||
Support for the ISCSI RDMA Protocol over InfiniBand. This | ||
allows you to access storage devices that speak ISER/ISCSI | ||
over InfiniBand. | ||
Support for the iSCSI Extensions for RDMA (iSER) Protocol | ||
over InfiniBand. This allows you to access storage devices | ||
that speak iSCSI over iSER over InfiniBand. | ||
|
||
The ISER protocol is defined by IETF. | ||
See <http://www.ietf.org/>. | ||
The iSER protocol is defined by IETF. | ||
See <http://www.ietf.org/internet-drafts/draft-ietf-ips-iser-05.txt> | ||
and <http://www.infinibandta.org/members/spec/iser_annex_060418.pdf> |