Lines Matching +full:default +full:- +full:on
20 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 .Bd -ragged -offset indent
42 .Bd -literal -offset indent
48 driver provides support for PCIe 10Gb Ethernet adapters based on the QLogic
51 tagging, checksum offload (IPv4, TCP, UDP, IPv6-TCP, IPv6-UDP), MSI-X
57 driver provides support for various NICs based on the QLogic NetXtreme II
60 .Bl -bullet -compact
70 QLogic NetXtreme II BCM57712-MF 10Gb
74 QLogic NetXtreme II BCM57800-MF 10Gb
78 QLogic NetXtreme II BCM57810-MF 10Gb
82 QLogic NetXtreme II BCM57840-MF 10Gb
92 .Bl -tag -width indent
94 DEFAULT = 0
96 Sets the default logging level of the driver.
100 DEFAULT = 2
102 Sets the default interrupt mode: 0=IRQ, 1=MSI, 2=MSIX.
111 for default processing.
113 DEFAULT = 4
115 Sets the default number of fast path packet processing queues.
117 MSI/MSIX interrupt vector is allocated per-queue.
119 DEFAULT = 0
121 Sets the maximum number of receive buffers to allocate per-queue.
124 By default this
125 equates to 4080 buffers per-queue which is the maximum value for this config
128 DEFAULT = 25
132 DEFAULT = 50
136 DEFAULT = 0xffffffff
143 DEFAULT = 32768
150 DEFAULT = -1
152 Sets the PCI MRRS: -1=Auto, 0=128B, 1=256B, 2=512B, 3=1KB
154 DEFAULT = 0
158 DEFAULT = 0
160 Enable/Disable 4-tuple RSS for UDP: 0=DISABLED, 1=ENABLED
165 .Fx imposes a limit on the maximum number of
181 .Bd -literal -offset indent
182 # netstat -m
187 There are additional configuration parameters that can be set on a per-instance
188 basis to dynamically override the default configuration.
191 .Bl -tag -width indent
193 DEFAULT = 0
195 Sets the default logging level of the driver instance.
201 DEFAULT = 0xffffffff
212 .Bl -tag -width indent
213 .It Va MTU - Maximum Transmission Unit
214 DEFAULT = 1500
216 RANGE = 46-9184
220 DEFAULT = OFF
222 # ifconfig bxe# [ promisc | -promisc ]
224 DEFAULT = RX/TX CSUM ON
228 # ifconfig bxe# [ rxcsum | -rxcsum | txcsum | -txcsum ]
229 .It Va TSO - TCP Segmentation Offload
230 DEFAULT = ON
232 # ifconfig bxe# [ tso | -tso | tso6 | -tso6 ]
233 .It Va LRO - TCP Large Receive Offload
234 DEFAULT = ON
236 # ifconfig bxe# [ lro | -lro ]
244 To dump the default driver configuration:
245 .Bd -literal -offset indent
246 # sysctl -a | grep hw.bxe
250 .Bd -literal -offset indent
251 # sysctl -a | grep dev.bxe
256 .Bd -literal -offset indent
257 # sysctl -a | grep dev.bxe.#
261 .Bd -literal -offset indent
262 # sysctl -a | grep dev.bxe.#.queue
267 .Bd -literal -offset indent
268 # sysctl -a | grep dev.bxe.#.queue.#
275 The default level of logging can be set with the
280 Since this parameter is the default one, it affects
288 you to turn on/off logging of various debug groups on-the-fly.
291 .Bd -literal -offset indent
307 For example, to debug an issue in the receive path on bxe0:
308 .Bd -literal -offset indent
313 .Bd -literal -offset indent
320 or by E-mail at