From 0c30dc6bc5f26e7011ddfcda34d7adac653464cf Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 17 Jul 2009 22:11:42 +0100 Subject: [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. --- src/core/config.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core') diff --git a/src/core/config.c b/src/core/config.c index 4562e3a49..e4c056137 100644 --- a/src/core/config.c +++ b/src/core/config.c @@ -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 -- cgit v1.2.3-55-g7522