| Current File : //kernel/drv/rdsv3.conf |
#
# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
#
name="rdsv3" parent="ib" unit-address="0";
# SRQ
# 0 - disable (default)
# 1 - enable
#rds_ib_srq_enabled = 1;
# SRQ size
# Min: 1024 Max: 65536 default: 8192
#rds_ib_srq_max_wr = 8192;
# SRQ Refill Rate
# Number of times to refill the queue per queue size (default: 2)
#rds_ib_srq_refill_rate = 2;
# QoS Threshold Action
# Expected value for rds_qos_threshold_action:
# 0=Ignore,1=Error,2=Statistic,3=Error_Statistic
#rds_qos_threshold_action = 3;
# QoS Thresholds
# Expected format for rds_qos_threshold:
# "<tos>:<max_msg_size>[,<tos>:<max_msg_size>]*"
# Default: No thresholds.
#rds_qos_threshold = "1:8K,2:8K,3:1M";