diff options
author | Michael Brown | 2009-07-17 23:11:42 +0200 |
---|---|---|
committer | Michael Brown | 2009-08-10 23:27:33 +0200 |
commit | 0c30dc6bc5f26e7011ddfcda34d7adac653464cf (patch) | |
tree | 77510bd3e059a3840f8704eae8f2ac05482f6fc4 /src/config/general.h | |
parent | [infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev() (diff) | |
download | ipxe-0c30dc6bc5f26e7011ddfcda34d7adac653464cf.tar.gz ipxe-0c30dc6bc5f26e7011ddfcda34d7adac653464cf.tar.xz ipxe-0c30dc6bc5f26e7011ddfcda34d7adac653464cf.zip |
[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.
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index 7422a38a..ee07dfc0 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -62,6 +62,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); //#undef SANBOOT_PROTO_ISCSI /* iSCSI protocol */ //#undef SANBOOT_PROTO_AOE /* AoE protocol */ +//#undef SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */ /* * Name resolution modules |