diff options
author | Or Gerlitz <ogerlitz@voltaire.com> | 2006-05-11 10:03:30 +0300 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-06-22 07:51:14 -0700 |
commit | 3f1244a2f8d3892f991b662cea49b2a0b4e0c115 (patch) | |
tree | e47aa472b5487d9d1ef8d8177d953d2b128d3ee5 /drivers/infiniband/ulp | |
parent | 6461f64ab51e6929680df064b2682004a1548290 (diff) |
IB/iser: iSER Kconfig and Makefile
Kconfig and Makefile for iSER.
Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/ulp')
-rw-r--r-- | drivers/infiniband/ulp/iser/Kconfig | 11 | ||||
-rw-r--r-- | drivers/infiniband/ulp/iser/Makefile | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/iser/Kconfig b/drivers/infiniband/ulp/iser/Kconfig new file mode 100644 index 00000000000..fead87d1eff --- /dev/null +++ b/drivers/infiniband/ulp/iser/Kconfig @@ -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/>. diff --git a/drivers/infiniband/ulp/iser/Makefile b/drivers/infiniband/ulp/iser/Makefile new file mode 100644 index 00000000000..fe6cd15f231 --- /dev/null +++ b/drivers/infiniband/ulp/iser/Makefile @@ -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 |