[infiniband] Add support for SRP over Infiniband

SRP is the SCSI RDMA Protocol.  It allows for a method of SAN booting
whereby the target is responsible for reading and writing data using
Remote DMA directly to the initiator's memory.  The software initiator
merely sends and receives SCSI commands; it never has to touch the
actual data.
This commit is contained in:
Michael Brown
2009-07-17 22:11:42 +01:00
parent 8de49af0d2
commit 0c30dc6bc5
9 changed files with 1960 additions and 0 deletions

View File

@@ -109,6 +109,9 @@ REQUIRE_OBJECT ( iscsiboot );
#ifdef SANBOOT_PROTO_AOE
REQUIRE_OBJECT ( aoeboot );
#endif
#ifdef SANBOOT_PROTO_IB_SRP
REQUIRE_OBJECT ( ib_srpboot );
#endif
/*
* Drag in all requested resolvers