Make room for DDP page pods in the default configuration profile. While
here, bump up the L2 table's size to 4K entries. MFC after: 2 weeks
This commit is contained in:
parent
1f1b5a0f6f
commit
efc9fddc3d
@ -20,7 +20,7 @@
|
||||
filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
|
||||
|
||||
# TP rx and tx payload memory (% of the total EDRAM + DDR3).
|
||||
tp_pmrx = 40
|
||||
tp_pmrx = 38
|
||||
tp_pmtx = 60
|
||||
tp_pmrx_pagesize = 64K
|
||||
tp_pmtx_pagesize = 64K
|
||||
@ -67,7 +67,8 @@
|
||||
# driver will mask off features it won't use
|
||||
protocol = ofld
|
||||
|
||||
tp_l2t = 100
|
||||
tp_l2t = 4096
|
||||
tp_ddp = 2
|
||||
|
||||
# TCAM has 8K cells; each region must start at a multiple of 128 cell.
|
||||
# Each entry in these categories takes 4 cells each. nhash will use the
|
||||
@ -136,7 +137,7 @@
|
||||
|
||||
[fini]
|
||||
version = 0x1
|
||||
checksum = 0xdb5813f9
|
||||
checksum = 0x162df193
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user