-
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.
Kconfig and Makefile for iSER. Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
- Loading branch information
Or Gerlitz
authored and
Roland Dreier
committed
Jun 22, 2006
1 parent
6461f64
commit 3f1244a
Showing
5 changed files
with
19 additions
and
0 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
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