Kconfig 585 B

12345678910111213
  1. config INFINIBAND_SRPT
  2. tristate "InfiniBand SCSI RDMA Protocol target support"
  3. depends on INFINIBAND && TARGET_CORE
  4. ---help---
  5. Support for the SCSI RDMA Protocol (SRP) Target driver. The
  6. SRP protocol is a protocol that allows an initiator to access
  7. a block storage device on another host (target) over a network
  8. that supports the RDMA protocol. Currently the RDMA protocol is
  9. supported by InfiniBand and by iWarp network hardware. More
  10. information about the SRP protocol can be found on the website
  11. of the INCITS T10 technical committee (http://www.t10.org/).