Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 34 |
- |
1 |
# Load IPoIB
|
|
|
2 |
IPOIB_LOAD=yes
|
|
|
3 |
# Load SRP module
|
|
|
4 |
SRP_LOAD=no
|
|
|
5 |
# Load iSER module
|
|
|
6 |
ISER_LOAD=no
|
|
|
7 |
# Load RDS network protocol
|
|
|
8 |
RDS_LOAD=no
|
|
|
9 |
# Should we modify the system mtrr registers? We may need to do this if you
|
|
|
10 |
# get messages from the ib_ipath driver saying that it couldn't enable
|
|
|
11 |
# write combining for the PIO buffs on the card.
|
|
|
12 |
#
|
|
|
13 |
# Note: recent kernels should do this for us, but in case they don't, we'll
|
|
|
14 |
# leave this option
|
|
|
15 |
FIXUP_MTRR_REGS=no
|
|
|
16 |
# Should we enable the NFSoRDMA service?
|
|
|
17 |
NFSoRDMA_LOAD=yes
|
|
|
18 |
NFSoRDMA_PORT=2050
|
|
|
19 |
|