1
1

Changing default maximum inline data size

from Maximum_Supported_By_Device to 128 (our original value).

This commit was SVN r18774.
Этот коммит содержится в:
Pavel Shamis 2008-06-30 07:47:09 +00:00
родитель 8efe67e08c
Коммит eaa7676c57

Просмотреть файл

@ -77,7 +77,7 @@
# receive_queues = P,128,256,192,128:S,65536,256,192,128
# max_inline_data: an integer specifying the maximum inline data (in
# bytes) supported by the device. -1 means to use a run-time probe to
# bytes) supported by the device. 0 means to use a run-time probe to
# figure out the maximum value supported by the device.
# max_inline_data = 1024
@ -94,7 +94,7 @@ vendor_id = 0
vendor_part_id = 0
use_eager_rdma = 0
mtu = 1024
max_inline_data = 0
max_inline_data = 128
############################################################################
@ -112,6 +112,7 @@ vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708
vendor_part_id = 23108
use_eager_rdma = 1
mtu = 1024
max_inline_data = 128
############################################################################
@ -120,6 +121,7 @@ vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708
vendor_part_id = 25208,25218
use_eager_rdma = 1
mtu = 1024
max_inline_data = 128
############################################################################
@ -128,6 +130,7 @@ vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708
vendor_part_id = 25204
use_eager_rdma = 1
mtu = 2048
max_inline_data = 128
############################################################################
@ -137,6 +140,7 @@ vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708
vendor_part_id = 25408,25418,25428,26418,26428
use_eager_rdma = 1
mtu = 2048
max_inline_data = 128
############################################################################