mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
18 lines
553 B
Text
18 lines
553 B
Text
# Load IPoIB
|
|
IPOIB_LOAD=yes
|
|
# Load SRP (SCSI Remote Protocol initiator support) module
|
|
SRP_LOAD=yes
|
|
# Load SRPT (SCSI Remote Protocol target support) module
|
|
SRPT_LOAD=yes
|
|
# Load iSER (iSCSI over RDMA initiator support) module
|
|
ISER_LOAD=yes
|
|
# Load iSERT (iSCSI over RDMA target support) module
|
|
ISERT_LOAD=yes
|
|
# Load RDS (Reliable Datagram Service) network protocol
|
|
RDS_LOAD=no
|
|
# Load NFSoRDMA client transport module
|
|
XPRTRDMA_LOAD=yes
|
|
# Load NFSoRDMA server transport module
|
|
SVCRDMA_LOAD=no
|
|
# Load Tech Preview device driver modules
|
|
TECH_PREVIEW_LOAD=no
|