1
1

Set max_inline_data for the iWARP adapters to be 64

This commit was SVN r18782.
Этот коммит содержится в:
Jeff Squyres 2008-06-30 14:25:32 +00:00
родитель c0ea3635b6
Коммит 160ba5fe11

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

@ -178,6 +178,7 @@ vendor_part_id = 0x0020,0x0021,0x0022,0x0023,0x0024,0x0025,0x0026,0x0030,0x0031,
use_eager_rdma = 1
mtu = 2048
receive_queues = P,65536,256,192,128
max_inline_data = 64
############################################################################
@ -189,6 +190,7 @@ vendor_part_id = 0x0001,0x0002,0x0003,0x0004,0x0005,0x0024,0x0025,0x0100
use_eager_rdma = 1
mtu = 2048
receive_queues = P,65536,248,192,128
max_inline_data = 64
############################################################################
@ -200,3 +202,4 @@ vendor_part_id = 0x0100
use_eager_rdma = 1
mtu = 2048
receive_queues = P,128,256,192,128:P,65536,256,192,128
max_inline_data = 64