Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aef9ec39 authored by Roland Dreier's avatar Roland Dreier
Browse files

IB: Add SCSI RDMA Protocol (SRP) initiator



Add an InfiniBand SCSI RDMA Protocol (SRP) initiator.  This driver is
used to talk talk to InfiniBand SRP targets (storage devices).

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 89fbb69c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,4 +33,6 @@ source "drivers/infiniband/hw/mthca/Kconfig"

source "drivers/infiniband/ulp/ipoib/Kconfig"

source "drivers/infiniband/ulp/srp/Kconfig"

endmenu
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_INFINIBAND)		+= core/
obj-$(CONFIG_INFINIBAND_MTHCA)		+= hw/mthca/
obj-$(CONFIG_INFINIBAND_IPOIB)		+= ulp/ipoib/
obj-$(CONFIG_INFINIBAND_SRP)		+= ulp/srp/
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_INFINIBAND_SRP)			+= ib_srp.o
+11 −0
Original line number Diff line number Diff line
config INFINIBAND_SRP
	tristate "InfiniBand SCSI RDMA Protocol"
	depends on INFINIBAND && SCSI
	---help---
	  Support for the SCSI RDMA Protocol over InfiniBand.  This
	  allows you to access storage devices that speak SRP over
	  InfiniBand.

	  The SRP protocol is defined by the INCITS T10 technical
	  committee.  See <http://www.t10.org/>.
+1700 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading