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

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

51[function "3/*"]
52 nvi = 1
53
54# PF4 is the resource-rich PF that the bus/nexus driver attaches to.
55# It gets 32 MSI/128 MSI-X vectors.
56[function "4"]
57 wx_caps = all
58 r_caps = all
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.

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

51[function "3/*"]
52 nvi = 1
53
54# PF4 is the resource-rich PF that the bus/nexus driver attaches to.
55# It gets 32 MSI/128 MSI-X vectors.
56[function "4"]
57 wx_caps = all
58 r_caps = all
59 nvi = 54
59 nvi = 32
60 niqflint = 256
61 nethctrl = 128
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 = 4096
71 tp_ddp = 2
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
60 niqflint = 256
61 nethctrl = 128
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 = 4096
71 tp_ddp = 2
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
77 nclip = 32
78 nfilter = 1456
79 nserver = 512
80 nhash = 16384
81
82# PF5 is the SCSI Controller PF. It gets 32 MSI/40 MSI-X vectors.
83# Not used right now.
84[function "5"]
85 nvi = 1
86

--- 45 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
79 nserver = 512
80 nhash = 16384
81
82# PF5 is the SCSI Controller PF. It gets 32 MSI/40 MSI-X vectors.
83# Not used right now.
84[function "5"]
85 nvi = 1
86

--- 45 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
140 checksum = 0x162df193
140 checksum = 0xfdebb6ef
141#
141#
142# $FreeBSD: head/sys/dev/cxgbe/firmware/t4fw_cfg.txt 239339 2012-08-16 20:30:14Z np $
142# $FreeBSD: head/sys/dev/cxgbe/firmware/t4fw_cfg.txt 245243 2013-01-09 21:27:14Z np $
143#
143#