]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / dev / cxgbe / firmware / t5fw_cfg_uwire.txt
1 # Chelsio T5 Factory Default configuration file.
2 #
3 # Copyright (C) 2010-2013 Chelsio Communications.  All rights reserved.
4 #
5 #   DO NOT MODIFY THIS FILE UNDER ANY CIRCUMSTANCES.  MODIFICATION OF
6 #   THIS FILE WILL RESULT IN A NON-FUNCTIONAL T4 ADAPTER AND MAY RESULT
7 #   IN PHYSICAL DAMAGE TO T4 ADAPTERS.
8
9 # This file provides the default, power-on configuration for 4-port T4-based
10 # adapters shipped from the factory.  These defaults are designed to address
11 # the needs of the vast majority of T4 customers.  The basic idea is to have
12 # a default configuration which allows a customer to plug a T4 adapter in and
13 # have it work regardless of OS, driver or application except in the most
14 # unusual and/or demanding customer applications.
15 #
16 # Many of the T4 resources which are described by this configuration are
17 # finite.  This requires balancing the configuration/operation needs of
18 # device drivers across OSes and a large number of customer application.
19 #
20 # Some of the more important resources to allocate and their constaints are:
21 #  1. Virtual Interfaces: 128.
22 #  2. Ingress Queues with Free Lists: 1024.  PCI-E SR-IOV Virtual Functions
23 #     must use a power of 2 Ingress Queues.
24 #  3. Egress Queues: 128K.  PCI-E SR-IOV Virtual Functions must use a
25 #     power of 2 Egress Queues.
26 #  4. MSI-X Vectors: 1088.  A complication here is that the PCI-E SR-IOV
27 #     Virtual Functions based off of a Physical Function all get the
28 #     same umber of MSI-X Vectors as the base Physical Function.
29 #     Additionally, regardless of whether Virtual Functions are enabled or
30 #     not, their MSI-X "needs" are counted by the PCI-E implementation.
31 #     And finally, all Physical Funcations capable of supporting Virtual
32 #     Functions (PF0-3) must have the same number of configured TotalVFs in
33 #     their SR-IOV Capabilities.
34 #  5. Multi-Port Support (MPS) TCAM: 336 entries to support MAC destination
35 #     address matching on Ingress Packets.
36 #
37 # Some of the important OS/Driver resource needs are:
38 #  6. Some OS Drivers will manage all resources through a single Physical
39 #     Function (currently PF0 but it could be any Physical Function).  Thus,
40 #     this "Unified PF"  will need to have enough resources allocated to it
41 #     to allow for this.  And because of the MSI-X resource allocation
42 #     constraints mentioned above, this probably means we'll either have to
43 #     severely limit the TotalVFs if we continue to use PF0 as the Unified PF
44 #     or we'll need to move the Unified PF into the PF4-7 range since those
45 #     Physical Functions don't have any Virtual Functions associated with
46 #     them.
47 #  7. Some OS Drivers will manage different ports and functions (NIC,
48 #     storage, etc.) on different Physical Functions.  For example, NIC
49 #     functions for ports 0-3 on PF0-3, FCoE on PF4, iSCSI on PF5, etc.
50 #
51 # Some of the customer application needs which need to be accommodated:
52 #  8. Some customers will want to support large CPU count systems with
53 #     good scaling.  Thus, we'll need to accommodate a number of
54 #     Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
55 #     to be involved per port and per application function.  For example,
56 #     in the case where all ports and application functions will be
57 #     managed via a single Unified PF and we want to accommodate scaling up
58 #     to 8 CPUs, we would want:
59 #
60 #         4 ports *
61 #         3 application functions (NIC, FCoE, iSCSI) per port *
62 #         8 Ingress Queue/MSI-X Vectors per application function
63 #
64 #     for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
65 #     (Plus a few for Firmware Event Queues, etc.)
66 #
67 #  9. Some customers will want to use T4's PCI-E SR-IOV Capability to allow
68 #     Virtual Machines to directly access T4 functionality via SR-IOV
69 #     Virtual Functions and "PCI Device Passthrough" -- this is especially
70 #     true for the NIC application functionality.  (Note that there is
71 #     currently no ability to use the TOE, FCoE, iSCSI, etc. via Virtual
72 #     Functions so this is in fact solely limited to NIC.)
73 #
74
75
76 # Global configuration settings.
77 #
78 [global]
79         rss_glb_config_mode = basicvirtual
80         rss_glb_config_options = tnlmapen,hashtoeplitz,tnlalllkp
81
82         # PL_TIMEOUT register
83         pl_timeout_value = 200          # the timeout value in units of us
84
85         # The following Scatter Gather Engine (SGE) settings assume a 4KB Host
86         # Page Size and a 64B L1 Cache Line Size. It programs the
87         # EgrStatusPageSize and IngPadBoundary to 64B and the PktShift to 2.
88         # If a Master PF Driver finds itself on a machine with different
89         # parameters, then the Master PF Driver is responsible for initializing
90         # these parameters to appropriate values.
91         #
92         # Notes:
93         #  1. The Free List Buffer Sizes below are raw and the firmware will
94         #     round them up to the Ingress Padding Boundary.
95         #  2. The SGE Timer Values below are expressed below in microseconds.
96         #     The firmware will convert these values to Core Clock Ticks when
97         #     it processes the configuration parameters.
98         #
99         reg[0x1008] = 0x40810/0x21c70   # SGE_CONTROL
100         reg[0x100c] = 0x22222222        # SGE_HOST_PAGE_SIZE
101         reg[0x10a0] = 0x01040810        # SGE_INGRESS_RX_THRESHOLD
102         reg[0x1044] = 4096              # SGE_FL_BUFFER_SIZE0
103         reg[0x1048] = 65536             # SGE_FL_BUFFER_SIZE1
104         reg[0x104c] = 1536              # SGE_FL_BUFFER_SIZE2
105         reg[0x1050] = 9024              # SGE_FL_BUFFER_SIZE3
106         reg[0x1054] = 9216              # SGE_FL_BUFFER_SIZE4
107         reg[0x1058] = 2048              # SGE_FL_BUFFER_SIZE5
108         reg[0x105c] = 128               # SGE_FL_BUFFER_SIZE6
109         reg[0x1060] = 8192              # SGE_FL_BUFFER_SIZE7
110         reg[0x1064] = 16384             # SGE_FL_BUFFER_SIZE8
111         reg[0x10a4] = 0xa000a000/0xf000f000 # SGE_DBFIFO_STATUS
112         reg[0x10a8] = 0x402000/0x402000 # SGE_DOORBELL_CONTROL
113
114         # SGE_THROTTLE_CONTROL
115         bar2throttlecount = 500         # bar2throttlecount in us
116
117         sge_timer_value = 5, 10, 20, 50, 100, 200 # SGE_TIMER_VALUE* in usecs
118
119         
120         reg[0x1124] = 0x00000400/0x00000400 # SGE_CONTROL2, enable VFIFO; if
121                                         # SGE_VFIFO_SIZE is not set, then
122                                         # firmware will set it up in function
123                                         # of number of egress queues used
124
125         reg[0x1130] = 0x00d5ffeb        # SGE_DBP_FETCH_THRESHOLD, fetch
126                                         # threshold set to queue depth
127                                         # minus 128-entries for FL and HP
128                                         # queues, and 0xfff for LP which
129                                         # prompts the firmware to set it up
130                                         # in function of egress queues
131                                         # used
132
133         reg[0x113c] = 0x0002ffc0        # SGE_VFIFO_SIZE, set to 0x2ffc0 which
134                                         # prompts the firmware to set it up in
135                                         # function of number of egress queues
136                                         # used 
137
138         # enable TP_OUT_CONFIG.IPIDSPLITMODE
139         reg[0x7d04] = 0x00010000/0x00010000
140
141         reg[0x7dc0] = 0x062f8849        # TP_SHIFT_CNT
142
143         # TP_VLAN_PRI_MAP to select filter tuples and enable ServerSram
144         # filter control: compact, fcoemask
145         # server sram   : srvrsram
146         # filter tuples : fragmentation, mpshittype, macmatch, ethertype,
147         #                 protocol, tos, vlan, vnic_id, port, fcoe
148         # valid filterModes are described the Terminator 5 Data Book
149         filterMode = srvrsram, fragmentation, mpshittype, protocol, vlan, port, fcoe
150
151         # filter tuples enforced in LE active region (equal to or subset of filterMode)
152         filterMask = protocol, fcoe
153
154         # Percentage of dynamic memory (in either the EDRAM or external MEM)
155         # to use for TP RX payload
156         tp_pmrx = 30
157
158         # TP RX payload page size
159         tp_pmrx_pagesize = 64K
160
161         # TP number of RX channels
162         tp_nrxch = 0            # 0 (auto) = 1
163
164         # Percentage of dynamic memory (in either the EDRAM or external MEM)
165         # to use for TP TX payload
166         tp_pmtx = 50
167
168         # TP TX payload page size
169         tp_pmtx_pagesize = 64K
170
171         # TP number of TX channels
172         tp_ntxch = 0            # 0 (auto) = equal number of ports
173
174         # TP OFLD MTUs
175         tp_mtus = 88, 256, 512, 576, 808, 1024, 1280, 1488, 1500, 2002, 2048, 4096, 4352, 8192, 9000, 9600
176
177         # TP_GLOBAL_CONFIG
178         reg[0x7d08] = 0x00000800/0x00000800 # set IssFromCplEnable
179
180         # TP_PARA_REG0
181         reg[0x7d60] = 0x06000000/0x07000000 # set InitCWND to 6
182
183         # LE_DB_CONFIG
184         reg[0x19c04] = 0x00400000/0x00400000 # LE Server SRAM Enable
185
186         # MC configuration
187         mc_mode_brc[0] = 1              # mc0 - 1: enable BRC, 0: enable RBC
188         mc_mode_brc[1] = 1              # mc1 - 1: enable BRC, 0: enable RBC
189
190 # Some "definitions" to make the rest of this a bit more readable.  We support
191 # 4 ports, 3 functions (NIC, FCoE and iSCSI), scaling up to 8 "CPU Queue Sets"
192 # per function per port ...
193 #
194 # NMSIX = 1088                  # available MSI-X Vectors
195 # NVI = 128                     # available Virtual Interfaces
196 # NMPSTCAM = 336                # MPS TCAM entries
197 #
198 # NPORTS = 4                    # ports
199 # NCPUS = 8                     # CPUs we want to support scalably
200 # NFUNCS = 3                    # functions per port (NIC, FCoE, iSCSI)
201
202 # Breakdown of Virtual Interface/Queue/Interrupt resources for the "Unified
203 # PF" which many OS Drivers will use to manage most or all functions.
204 #
205 # Each Ingress Queue can use one MSI-X interrupt but some Ingress Queues can
206 # use Forwarded Interrupt Ingress Queues.  For these latter, an Ingress Queue
207 # would be created and the Queue ID of a Forwarded Interrupt Ingress Queue
208 # will be specified as the "Ingress Queue Asynchronous Destination Index."
209 # Thus, the number of MSI-X Vectors assigned to the Unified PF will be less
210 # than or equal to the number of Ingress Queues ...
211 #
212 # NVI_NIC = 4                   # NIC access to NPORTS
213 # NFLIQ_NIC = 32                # NIC Ingress Queues with Free Lists
214 # NETHCTRL_NIC = 32             # NIC Ethernet Control/TX Queues
215 # NEQ_NIC = 64                  # NIC Egress Queues (FL, ETHCTRL/TX)
216 # NMPSTCAM_NIC = 16             # NIC MPS TCAM Entries (NPORTS*4)
217 # NMSIX_NIC = 32                # NIC MSI-X Interrupt Vectors (FLIQ)
218
219 # NVI_OFLD = 0                  # Offload uses NIC function to access ports
220 # NFLIQ_OFLD = 16               # Offload Ingress Queues with Free Lists
221 # NETHCTRL_OFLD = 0             # Offload Ethernet Control/TX Queues
222 # NEQ_OFLD = 16                 # Offload Egress Queues (FL)
223 # NMPSTCAM_OFLD = 0             # Offload MPS TCAM Entries (uses NIC's)
224 # NMSIX_OFLD = 16               # Offload MSI-X Interrupt Vectors (FLIQ)
225 #
226 # NVI_RDMA = 0                  # RDMA uses NIC function to access ports
227 # NFLIQ_RDMA = 4                # RDMA Ingress Queues with Free Lists
228 # NETHCTRL_RDMA = 0             # RDMA Ethernet Control/TX Queues
229 # NEQ_RDMA = 4                  # RDMA Egress Queues (FL)
230 # NMPSTCAM_RDMA = 0             # RDMA MPS TCAM Entries (uses NIC's)
231 # NMSIX_RDMA = 4                # RDMA MSI-X Interrupt Vectors (FLIQ)
232 #
233 # NEQ_WD = 128                  # Wire Direct TX Queues and FLs
234 # NETHCTRL_WD = 64              # Wire Direct TX Queues
235 # NFLIQ_WD = 64 `               # Wire Direct Ingress Queues with Free Lists
236 #
237 # NVI_ISCSI = 4                 # ISCSI access to NPORTS
238 # NFLIQ_ISCSI = 4               # ISCSI Ingress Queues with Free Lists
239 # NETHCTRL_ISCSI = 0            # ISCSI Ethernet Control/TX Queues
240 # NEQ_ISCSI = 4                 # ISCSI Egress Queues (FL)
241 # NMPSTCAM_ISCSI = 4            # ISCSI MPS TCAM Entries (NPORTS)
242 # NMSIX_ISCSI = 4               # ISCSI MSI-X Interrupt Vectors (FLIQ)
243 #
244 # NVI_FCOE = 4                  # FCOE access to NPORTS
245 # NFLIQ_FCOE = 34               # FCOE Ingress Queues with Free Lists
246 # NETHCTRL_FCOE = 32            # FCOE Ethernet Control/TX Queues
247 # NEQ_FCOE = 66                 # FCOE Egress Queues (FL)
248 # NMPSTCAM_FCOE = 32            # FCOE MPS TCAM Entries (NPORTS)
249 # NMSIX_FCOE = 34               # FCOE MSI-X Interrupt Vectors (FLIQ)
250
251 # Two extra Ingress Queues per function for Firmware Events and Forwarded
252 # Interrupts, and two extra interrupts per function for Firmware Events (or a
253 # Forwarded Interrupt Queue) and General Interrupts per function.
254 #
255 # NFLIQ_EXTRA = 6               # "extra" Ingress Queues 2*NFUNCS (Firmware and
256 #                               #   Forwarded Interrupts
257 # NMSIX_EXTRA = 6               # extra interrupts 2*NFUNCS (Firmware and
258 #                               #   General Interrupts
259
260 # Microsoft HyperV resources.  The HyperV Virtual Ingress Queues will have
261 # their interrupts forwarded to another set of Forwarded Interrupt Queues.
262 #
263 # NVI_HYPERV = 16               # VMs we want to support
264 # NVIIQ_HYPERV = 2              # Virtual Ingress Queues with Free Lists per VM
265 # NFLIQ_HYPERV = 40             # VIQs + NCPUS Forwarded Interrupt Queues
266 # NEQ_HYPERV = 32               # VIQs Free Lists
267 # NMPSTCAM_HYPERV = 16          # MPS TCAM Entries (NVI_HYPERV)
268 # NMSIX_HYPERV = 8              # NCPUS Forwarded Interrupt Queues
269
270 # Adding all of the above Unified PF resource needs together: (NIC + OFLD +
271 # RDMA + ISCSI + FCOE + EXTRA + HYPERV)
272 #
273 # NVI_UNIFIED = 28
274 # NFLIQ_UNIFIED = 106
275 # NETHCTRL_UNIFIED = 32
276 # NEQ_UNIFIED = 124
277 # NMPSTCAM_UNIFIED = 40
278 #
279 # The sum of all the MSI-X resources above is 74 MSI-X Vectors but we'll round
280 # that up to 128 to make sure the Unified PF doesn't run out of resources.
281 #
282 # NMSIX_UNIFIED = 128
283 #
284 # The Storage PFs could need up to NPORTS*NCPUS + NMSIX_EXTRA MSI-X Vectors
285 # which is 34 but they're probably safe with 32.
286 #
287 # NMSIX_STORAGE = 32
288
289 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions
290 # associated with it.  Thus, the MSI-X Vector allocations we give to the
291 # UnifiedPF aren't inherited by any Virtual Functions.  As a result we can
292 # provision many more Virtual Functions than we can if the UnifiedPF were
293 # one of PF0-3.
294 #
295
296 # All of the below PCI-E parameters are actually stored in various *_init.txt
297 # files.  We include them below essentially as comments.
298 #
299 # For PF0-3 we assign 8 vectors each for NIC Ingress Queues of the associated
300 # ports 0-3.
301 #
302 # For PF4, the Unified PF, we give it an MSI-X Table Size as outlined above.
303 #
304 # For PF5-6 we assign enough MSI-X Vectors to support FCoE and iSCSI
305 # storage applications across all four possible ports.
306 #
307 # Additionally, since the UnifiedPF isn't one of the per-port Physical
308 # Functions, we give the UnifiedPF and the PF0-3 Physical Functions
309 # different PCI Device IDs which will allow Unified and Per-Port Drivers
310 # to directly select the type of Physical Function to which they wish to be
311 # attached.
312 #
313 # Note that the actual values used for the PCI-E Intelectual Property will be
314 # 1 less than those below since that's the way it "counts" things.  For
315 # readability, we use the number we actually mean ...
316 #
317 # PF0_INT = 8                   # NCPUS
318 # PF1_INT = 8                   # NCPUS
319 # PF2_INT = 8                   # NCPUS
320 # PF3_INT = 8                   # NCPUS
321 # PF0_3_INT = 32                # PF0_INT + PF1_INT + PF2_INT + PF3_INT
322
323 # PF4_INT = 128                 # NMSIX_UNIFIED
324 # PF5_INT = 32                  # NMSIX_STORAGE
325 # PF6_INT = 32                  # NMSIX_STORAGE
326 # PF7_INT = 0                   # Nothing Assigned
327 # PF4_7_INT = 192               # PF4_INT + PF5_INT + PF6_INT + PF7_INT
328
329 # PF0_7_INT = 224               # PF0_3_INT + PF4_7_INT
330
331 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
332 # but we'll lower that to 16 to make our total 64 and a nice power of 2 ...
333 #
334 # NVF = 16
335
336 # For those OSes which manage different ports on different PFs, we need
337 # only enough resources to support a single port's NIC application functions
338 # on PF0-3.  The below assumes that we're only doing NIC with NCPUS "Queue
339 # Sets" for ports 0-3.  The FCoE and iSCSI functions for such OSes will be
340 # managed on the "storage PFs" (see below).
341 #
342 [function "0"]
343         nvf = 16                # NVF on this function
344         wx_caps = all           # write/execute permissions for all commands
345         r_caps = all            # read permissions for all commands
346         nvi = 1                 # 1 port
347         niqflint = 8            # NCPUS "Queue Sets"
348         nethctrl = 8            # NCPUS "Queue Sets"
349         neq = 16                # niqflint + nethctrl Egress Queues
350         nexactf = 8             # number of exact MPSTCAM MAC filters
351         cmask = all             # access to all channels
352         pmask = 0x1             # access to only one port
353
354 [function "1"]
355         nvf = 16                # NVF on this function
356         wx_caps = all           # write/execute permissions for all commands
357         r_caps = all            # read permissions for all commands
358         nvi = 1                 # 1 port
359         niqflint = 8            # NCPUS "Queue Sets"
360         nethctrl = 8            # NCPUS "Queue Sets"
361         neq = 16                # niqflint + nethctrl Egress Queues
362         nexactf = 8             # number of exact MPSTCAM MAC filters
363         cmask = all             # access to all channels
364         pmask = 0x2             # access to only one port
365
366 [function "2"]
367         nvf = 16                # NVF on this function
368         wx_caps = all           # write/execute permissions for all commands
369         r_caps = all            # read permissions for all commands
370         nvi = 1                 # 1 port
371         niqflint = 8            # NCPUS "Queue Sets"
372         nethctrl = 8            # NCPUS "Queue Sets"
373         neq = 16                # niqflint + nethctrl Egress Queues
374         nexactf = 8             # number of exact MPSTCAM MAC filters
375         cmask = all             # access to all channels
376         pmask = 0x4             # access to only one port
377
378 [function "3"]
379         nvf = 16                # NVF on this function
380         wx_caps = all           # write/execute permissions for all commands
381         r_caps = all            # read permissions for all commands
382         nvi = 1                 # 1 port
383         niqflint = 8            # NCPUS "Queue Sets"
384         nethctrl = 8            # NCPUS "Queue Sets"
385         neq = 16                # niqflint + nethctrl Egress Queues
386         nexactf = 8             # number of exact MPSTCAM MAC filters
387         cmask = all             # access to all channels
388         pmask = 0x8             # access to only one port
389
390 # Some OS Drivers manage all application functions for all ports via PF4.
391 # Thus we need to provide a large number of resources here.  For Egress
392 # Queues we need to account for both TX Queues as well as Free List Queues
393 # (because the host is responsible for producing Free List Buffers for the
394 # hardware to consume).
395 #
396 [function "4"]
397         wx_caps = all           # write/execute permissions for all commands
398         r_caps = all            # read permissions for all commands
399         nvi = 28                # NVI_UNIFIED
400         niqflint = 170          # NFLIQ_UNIFIED + NLFIQ_WD
401         nethctrl = 100          # NETHCTRL_UNIFIED + NETHCTRL_WD
402         neq = 256               # NEQ_UNIFIED + NEQ_WD
403         nexactf = 40            # NMPSTCAM_UNIFIED
404         cmask = all             # access to all channels
405         pmask = all             # access to all four ports ...
406         nethofld = 1024         # number of user mode ethernet flow contexts
407         nroute = 32             # number of routing region entries
408         nclip = 32              # number of clip region entries
409         nfilter = 496           # number of filter region entries
410         nserver = 496           # number of server region entries
411         nhash = 12288           # number of hash region entries
412         protocol = nic_vm, ofld, rddp, rdmac, iscsi_initiator_pdu, iscsi_target_pdu
413         tp_l2t = 3072
414         tp_ddp = 2
415         tp_ddp_iscsi = 2
416         tp_stag = 2
417         tp_pbl = 5
418         tp_rq = 7
419
420 # We have FCoE and iSCSI storage functions on PF5 and PF6 each of which may
421 # need to have Virtual Interfaces on each of the four ports with up to NCPUS
422 # "Queue Sets" each.
423 #
424 [function "5"]
425         wx_caps = all           # write/execute permissions for all commands
426         r_caps = all            # read permissions for all commands
427         nvi = 4                 # NPORTS
428         niqflint = 34           # NPORTS*NCPUS + NMSIX_EXTRA
429         nethctrl = 32           # NPORTS*NCPUS
430         neq = 64                # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX)
431         nexactf = 4             # NPORTS
432         cmask = all             # access to all channels
433         pmask = all             # access to all four ports ...
434         nserver = 16
435         nhash = 2048
436         tp_l2t = 1024
437         protocol = iscsi_initiator_fofld
438         tp_ddp_iscsi = 2
439         iscsi_ntask = 2048
440         iscsi_nsess = 2048
441         iscsi_nconn_per_session = 1
442         iscsi_ninitiator_instance = 64
443
444 [function "6"]
445         wx_caps = all           # write/execute permissions for all commands
446         r_caps = all            # read permissions for all commands
447         nvi = 4                 # NPORTS
448         niqflint = 34           # NPORTS*NCPUS + NMSIX_EXTRA
449         nethctrl = 32           # NPORTS*NCPUS
450         neq = 66                # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX) + 2 (EXTRA)
451         nexactf = 32            # NPORTS + adding 28 exact entries for FCoE
452                                 # which is OK since < MIN(SUM PF0..3, PF4)
453                                 # and we never load PF0..3 and PF4 concurrently
454         cmask = all             # access to all channels
455         pmask = all             # access to all four ports ...
456         nhash = 2048
457         protocol = fcoe_initiator
458         tp_ddp = 2
459         fcoe_nfcf = 16
460         fcoe_nvnp = 32
461         fcoe_nssn = 1024
462
463 # The following function, 1023, is not an actual PCIE function but is used to
464 # configure and reserve firmware internal resources that come from the global
465 # resource pool.
466 #
467 [function "1023"]
468         wx_caps = all           # write/execute permissions for all commands
469         r_caps = all            # read permissions for all commands
470         nvi = 4                 # NVI_UNIFIED
471         cmask = all             # access to all channels
472         pmask = all             # access to all four ports ...
473         nexactf = 8             # NPORTS + DCBX +
474         nfilter = 16            # number of filter region entries
475
476 # For Virtual functions, we only allow NIC functionality and we only allow
477 # access to one port (1 << PF).  Note that because of limitations in the
478 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
479 # and GTS registers, the number of Ingress and Egress Queues must be a power
480 # of 2.
481 #
482 [function "0/*"]                # NVF
483         wx_caps = 0x82          # DMAQ | VF
484         r_caps = 0x86           # DMAQ | VF | PORT
485         nvi = 1                 # 1 port
486         niqflint = 4            # 2 "Queue Sets" + NXIQ
487         nethctrl = 2            # 2 "Queue Sets"
488         neq = 4                 # 2 "Queue Sets" * 2
489         nexactf = 4
490         cmask = all             # access to all channels
491         pmask = 0x1             # access to only one port ...
492
493 [function "1/*"]                # NVF
494         wx_caps = 0x82          # DMAQ | VF
495         r_caps = 0x86           # DMAQ | VF | PORT
496         nvi = 1                 # 1 port
497         niqflint = 4            # 2 "Queue Sets" + NXIQ
498         nethctrl = 2            # 2 "Queue Sets"
499         neq = 4                 # 2 "Queue Sets" * 2
500         nexactf = 4
501         cmask = all             # access to all channels
502         pmask = 0x2             # access to only one port ...
503
504 [function "2/*"]                # NVF
505         wx_caps = 0x82          # DMAQ | VF
506         r_caps = 0x86           # DMAQ | VF | PORT
507         nvi = 1                 # 1 port
508         niqflint = 4            # 2 "Queue Sets" + NXIQ
509         nethctrl = 2            # 2 "Queue Sets"
510         neq = 4                 # 2 "Queue Sets" * 2
511         nexactf = 4
512         cmask = all             # access to all channels
513         pmask = 0x4             # access to only one port ...
514
515 [function "3/*"]                # NVF
516         wx_caps = 0x82          # DMAQ | VF
517         r_caps = 0x86           # DMAQ | VF | PORT
518         nvi = 1                 # 1 port
519         niqflint = 4            # 2 "Queue Sets" + NXIQ
520         nethctrl = 2            # 2 "Queue Sets"
521         neq = 4                 # 2 "Queue Sets" * 2
522         nexactf = 4
523         cmask = all             # access to all channels
524         pmask = 0x8             # access to only one port ...
525
526 # MPS features a 196608 bytes ingress buffer that is used for ingress buffering
527 # for packets from the wire as well as the loopback path of the L2 switch. The
528 # folling params control how the buffer memory is distributed and the L2 flow
529 # control settings:
530 #
531 # bg_mem:       %-age of mem to use for port/buffer group
532 # lpbk_mem:     %-age of port/bg mem to use for loopback
533 # hwm:          high watermark; bytes available when starting to send pause
534 #               frames (in units of 0.1 MTU)
535 # lwm:          low watermark; bytes remaining when sending 'unpause' frame
536 #               (in inuits of 0.1 MTU)
537 # dwm:          minimum delta between high and low watermark (in units of 100
538 #               Bytes)
539 #
540 [port "0"]
541         dcb = ppp, dcbx         # configure for DCB PPP and enable DCBX offload
542         bg_mem = 25
543         lpbk_mem = 25
544         hwm = 30
545         lwm = 15
546         dwm = 30
547
548 [port "1"]
549         dcb = ppp, dcbx
550         bg_mem = 25
551         lpbk_mem = 25
552         hwm = 30
553         lwm = 15
554         dwm = 30
555
556 [port "2"]
557         dcb = ppp, dcbx
558         bg_mem = 25
559         lpbk_mem = 25
560         hwm = 30
561         lwm = 15
562         dwm = 30
563
564 [port "3"]
565         dcb = ppp, dcbx
566         bg_mem = 25
567         lpbk_mem = 25
568         hwm = 30
569         lwm = 15
570         dwm = 30
571
572 [fini]
573         version = 0x14250013
574         checksum = 0xd66f5b23
575
576 # Total resources used by above allocations:
577 #   Virtual Interfaces: 104
578 #   Ingress Queues/w Free Lists and Interrupts: 526
579 #   Egress Queues: 702
580 #   MPS TCAM Entries: 336
581 #   MSI-X Vectors: 736
582 #   Virtual Functions: 64
583 #
584 # $FreeBSD$
585 #