Skip to content

Commit

Permalink
Merge branch 'srp' of master.kernel.org:/pub/scm/linux/kernel/git/rol…
Browse files Browse the repository at this point in the history
…and/infiniband
  • Loading branch information
Linus Torvalds committed Nov 5, 2005
2 parents ba77df5 + aef9ec3 commit 127f2fa
Show file tree
Hide file tree
Showing 7 changed files with 2,091 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/infiniband/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ source "drivers/infiniband/hw/mthca/Kconfig"

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

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

endmenu
1 change: 1 addition & 0 deletions drivers/infiniband/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
obj-$(CONFIG_INFINIBAND) += core/
obj-$(CONFIG_INFINIBAND_MTHCA) += hw/mthca/
obj-$(CONFIG_INFINIBAND_IPOIB) += ulp/ipoib/
obj-$(CONFIG_INFINIBAND_SRP) += ulp/srp/
1 change: 1 addition & 0 deletions drivers/infiniband/ulp/srp/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_INFINIBAND_SRP) += ib_srp.o
11 changes: 11 additions & 0 deletions drivers/infiniband/ulp/srp/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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/>.

Loading

0 comments on commit 127f2fa

Please sign in to comment.