Deleted Added
full compact
t4fw_cfg.txt (274446) t4fw_cfg.txt (274612)
1# Firmware configuration file.
2#
3# Global limits (some are hardware limits, others are due to the firmware).
4# nvi = 128 virtual interfaces
5# niqflint = 1023 ingress queues with freelists and/or interrupts
6# nethctrl = 64K Ethernet or ctrl egress queues
7# neq = 64K egress queues of all kinds, including freelists
8# nexactf = 336 MPS TCAM entries, can oversubscribe.

--- 14 unchanged lines hidden (view full) ---

23 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
24 filterMask = protocol, fcoe
25
26 # TP rx and tx channels (0 = auto).
27 tp_nrxch = 0
28 tp_ntxch = 0
29
30 # TP rx and tx payload memory (% of the total EDRAM + DDR3).
1# Firmware configuration file.
2#
3# Global limits (some are hardware limits, others are due to the firmware).
4# nvi = 128 virtual interfaces
5# niqflint = 1023 ingress queues with freelists and/or interrupts
6# nethctrl = 64K Ethernet or ctrl egress queues
7# neq = 64K egress queues of all kinds, including freelists
8# nexactf = 336 MPS TCAM entries, can oversubscribe.

--- 14 unchanged lines hidden (view full) ---

23 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
24 filterMask = protocol, fcoe
25
26 # TP rx and tx channels (0 = auto).
27 tp_nrxch = 0
28 tp_ntxch = 0
29
30 # TP rx and tx payload memory (% of the total EDRAM + DDR3).
31 tp_pmrx = 38
32 tp_pmtx = 60
31 tp_pmrx = 38, 512
32 tp_pmtx = 60, 512
33 tp_pmrx_pagesize = 64K
34 tp_pmtx_pagesize = 64K
35
36 # TP OFLD MTUs
37 tp_mtus = 88, 256, 512, 576, 808, 1024, 1280, 1488, 1500, 2002, 2048, 4096, 4352, 8192, 9000, 9600
38
39# PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
40# these 4 PFs only. Not used here at all.

--- 114 unchanged lines hidden (view full) ---

155 bg_mem = 25
156 lpbk_mem = 25
157 hwm = 30
158 lwm = 15
159 dwm = 30
160
161[fini]
162 version = 0x1
33 tp_pmrx_pagesize = 64K
34 tp_pmtx_pagesize = 64K
35
36 # TP OFLD MTUs
37 tp_mtus = 88, 256, 512, 576, 808, 1024, 1280, 1488, 1500, 2002, 2048, 4096, 4352, 8192, 9000, 9600
38
39# PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
40# these 4 PFs only. Not used here at all.

--- 114 unchanged lines hidden (view full) ---

155 bg_mem = 25
156 lpbk_mem = 25
157 hwm = 30
158 lwm = 15
159 dwm = 30
160
161[fini]
162 version = 0x1
163 checksum = 0x6a1f8858
163 checksum = 0xb4168add
164#
164#
165# $FreeBSD: stable/10/sys/dev/cxgbe/firmware/t4fw_cfg.txt 274446 2014-11-12 20:24:14Z np $
165# $FreeBSD: stable/10/sys/dev/cxgbe/firmware/t4fw_cfg.txt 274612 2014-11-17 07:20:03Z np $
166#
166#