mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
cxgbe/t4_tom: add a knob to the default configuration file to tune
the TOE for LAN operation. It is possible to set this to other values (cluster for networks with little loss and really tight RTTs, and wan for relatively large RTTs and/or lossy networks) depending on the environment in which the TOE is being used. None of this affects plain NIC operation in any way. MFC after: 1 week
This commit is contained in:
parent
98b83dc236
commit
00cc2faabb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290633
@ -33,6 +33,9 @@
|
||||
tp_pmrx_pagesize = 64K
|
||||
tp_pmtx_pagesize = 64K
|
||||
|
||||
# cluster, lan, or wan.
|
||||
tp_tcptuning = lan
|
||||
|
||||
# TP OFLD MTUs
|
||||
tp_mtus = 88, 256, 512, 576, 808, 1024, 1280, 1488, 1500, 2002, 2048, 4096, 4352, 8192, 9000, 9600
|
||||
|
||||
@ -160,7 +163,7 @@
|
||||
|
||||
[fini]
|
||||
version = 0x1
|
||||
checksum = 0xb4168add
|
||||
checksum = 0xc5e9ef34
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
@ -42,6 +42,9 @@
|
||||
tp_pmrx_pagesize = 64K
|
||||
tp_pmtx_pagesize = 64K
|
||||
|
||||
# cluster, lan, or wan.
|
||||
tp_tcptuning = lan
|
||||
|
||||
# TP OFLD MTUs
|
||||
tp_mtus = 88, 256, 512, 576, 808, 1024, 1280, 1488, 1500, 2002, 2048, 4096, 4352, 8192, 9000, 9600
|
||||
|
||||
@ -173,7 +176,7 @@
|
||||
|
||||
[fini]
|
||||
version = 0x1
|
||||
checksum = 0x4f45e608
|
||||
checksum = 0x6b54f66d
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user