-
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.
yaml --- r: 30144 b: refs/heads/master c: 3f1244a h: refs/heads/master v: v3
- Loading branch information
Or Gerlitz
authored and
Roland Dreier
committed
Jun 22, 2006
1 parent
ae9cc45
commit cdeedcd
Showing
6 changed files
with
20 additions
and
1 deletion.
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: 6461f64ab51e6929680df064b2682004a1548290 | ||
refs/heads/master: 3f1244a2f8d3892f991b662cea49b2a0b4e0c115 |
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
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
config INFINIBAND_ISER | ||
tristate "ISCSI RDMA Protocol" | ||
depends on INFINIBAND && SCSI | ||
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. | ||
|
||
The ISER protocol is defined by IETF. | ||
See <http://www.ietf.org/>. |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
obj-$(CONFIG_INFINIBAND_ISER) += ib_iser.o | ||
|
||
ib_iser-y := iser_verbs.o iser_initiator.o iser_memory.o \ | ||
iscsi_iser.o |
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