Deleted Added
full compact
t4fw_cfg.txt (237436) t4fw_cfg.txt (239339)
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.

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

15 sge_timer_value = 1, 5, 10, 50, 100, 200 # usecs
16
17 # TP_SHIFT_CNT
18 reg[0x7dc0] = 0x64f8849
19
20 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
21
22 # 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.

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

15 sge_timer_value = 1, 5, 10, 50, 100, 200 # usecs
16
17 # TP_SHIFT_CNT
18 reg[0x7dc0] = 0x64f8849
19
20 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
21
22 # TP rx and tx payload memory (% of the total EDRAM + DDR3).
23 tp_pmrx = 40
23 tp_pmrx = 38
24 tp_pmtx = 60
25 tp_pmrx_pagesize = 64K
26 tp_pmtx_pagesize = 64K
27
28# PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
29# these 4 PFs only. Not used here at all.
30[function "0"]
31 nvf = 16

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

62 neq = 256
63 nexactf = 328
64 cmask = all
65 pmask = all
66
67 # driver will mask off features it won't use
68 protocol = ofld
69
24 tp_pmtx = 60
25 tp_pmrx_pagesize = 64K
26 tp_pmtx_pagesize = 64K
27
28# PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
29# these 4 PFs only. Not used here at all.
30[function "0"]
31 nvf = 16

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

62 neq = 256
63 nexactf = 328
64 cmask = all
65 pmask = all
66
67 # driver will mask off features it won't use
68 protocol = ofld
69
70 tp_l2t = 100
70 tp_l2t = 4096
71 tp_ddp = 2
71
72 # TCAM has 8K cells; each region must start at a multiple of 128 cell.
73 # Each entry in these categories takes 4 cells each. nhash will use the
74 # TCAM iff there is room left (that is, the rest don't add up to 2048).
75 nroute = 32
76 nclip = 0 # needed only for IPv6 offload
77 nfilter = 1488
78 nserver = 512

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

131 bg_mem = 25
132 lpbk_mem = 25
133 hwm = 30
134 lwm = 15
135 dwm = 30
136
137[fini]
138 version = 0x1
72
73 # TCAM has 8K cells; each region must start at a multiple of 128 cell.
74 # Each entry in these categories takes 4 cells each. nhash will use the
75 # TCAM iff there is room left (that is, the rest don't add up to 2048).
76 nroute = 32
77 nclip = 0 # needed only for IPv6 offload
78 nfilter = 1488
79 nserver = 512

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

132 bg_mem = 25
133 lpbk_mem = 25
134 hwm = 30
135 lwm = 15
136 dwm = 30
137
138[fini]
139 version = 0x1
139 checksum = 0xdb5813f9
140 checksum = 0x162df193
140#
141#
141# $FreeBSD: head/sys/dev/cxgbe/firmware/t4fw_cfg.txt 237436 2012-06-22 07:51:15Z np $
142# $FreeBSD: head/sys/dev/cxgbe/firmware/t4fw_cfg.txt 239339 2012-08-16 20:30:14Z np $
142#
143#