Deleted Added
full compact
t4fw_cfg.txt (256281) t4fw_cfg.txt (256791)
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.
9#
10
11[global]
12 rss_glb_config_mode = basicvirtual
13 rss_glb_config_options = tnlmapen, hashtoeplitz, tnlalllkp
14
15 sge_timer_value = 1, 5, 10, 50, 100, 200 # usecs
16
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.
9#
10
11[global]
12 rss_glb_config_mode = basicvirtual
13 rss_glb_config_options = tnlmapen, hashtoeplitz, tnlalllkp
14
15 sge_timer_value = 1, 5, 10, 50, 100, 200 # usecs
16
17 # enable TP_OUT_CONFIG.IPIDSPLITMODE
18 reg[0x7d04] = 0x00010000/0x00010000
19
17 # TP_SHIFT_CNT
18 reg[0x7dc0] = 0x62f8849
19
20 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
20 # TP_SHIFT_CNT
21 reg[0x7dc0] = 0x62f8849
22
23 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
24 filterMask = protocol, fcoe
21
22 # TP rx and tx channels (0 = auto).
23 tp_nrxch = 0
24 tp_ntxch = 0
25
26 # TP rx and tx payload memory (% of the total EDRAM + DDR3).
27 tp_pmrx = 38
28 tp_pmtx = 60
29 tp_pmrx_pagesize = 64K
30 tp_pmtx_pagesize = 64K
31
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
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
32# PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
33# these 4 PFs only. Not used here at all.
34[function "0"]
35 nvf = 16
36 nvi = 1
37[function "0/*"]
38 nvi = 1
39

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

136 bg_mem = 25
137 lpbk_mem = 25
138 hwm = 30
139 lwm = 15
140 dwm = 30
141
142[fini]
143 version = 0x1
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.
41[function "0"]
42 nvf = 16
43 nvi = 1
44[function "0/*"]
45 nvi = 1
46

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

143 bg_mem = 25
144 lpbk_mem = 25
145 hwm = 30
146 lwm = 15
147 dwm = 30
148
149[fini]
150 version = 0x1
144 checksum = 0x6cc2514b
151 checksum = 0x6f516705
145#
152#
146# $FreeBSD: stable/10/sys/dev/cxgbe/firmware/t4fw_cfg.txt 252661 2013-07-03 23:52:15Z np $
153# $FreeBSD: stable/10/sys/dev/cxgbe/firmware/t4fw_cfg.txt 256791 2013-10-20 15:24:44Z np $
147#
154#