Lines Matching +full:down +full:- +full:counters

1 .\" SPDX-License-Identifier: BSD-3-Clause
3 .\" Copyright (c) 2023-2024 Google LLC
39 .Bd -ragged -offset indent
46 .Bd -literal -offset indent
51 It is required to support per-VM Tier-1 networking performance, and for using certain VM shapes on …
57 .Bl -bullet -compact
78 .Bl -bullet -compact
97 .Bl -diag
105 Global (across-queues) allocation failures:
106 .Bl -diag
116 .Bl -diag
128 Rx queue-specific allocation failures:
129 .Bl -diag
136 Tx queue-specific allocation failures:
137 .Bl -diag
145 .Bl -diag
150 .Bl -diag
156 The following messages are recorded when the interface is being brought down:
157 .Bl -diag
162 These messages are seen if errors are encountered when bringing the interface up or down:
163 .Bl -diag
176 .Bl -diag
184 .Bl -diag
190 .Bl -diag
197 .Bl -diag
202 .Bl -diag
207 .Bl -diag
209 .It "Device link is down."
212 Apart from these messages, the driver exposes per-queue packet and error counters as sysctl nodes.
213 Global (across queues) counters can be read using
220 .Bl -tag -width indent
223 This is read-only.
226 This is read-only.
228 Setting this boot-time tunable to 1 disables Large Receive Offload (LRO) in the NIC.
234 Setting this boot-time tunable to 1 enables support for 4K RX Buffers.
242 Run-time tunables that represent the number of currently used RX/TX queues.
245 This call turns down the interface while setting up the new queues,
254 Run-time tunables that represent the current ring size for RX/TX queues.
257 This call turns down the interface while setting up the queues with the new ring size,
267 does not support the transmission of VLAN-tagged packets.
268 All VLAN-tagged traffic is dropped.
273 .Bl -bullet -compact
279 stands for "Queue In-order" referring to the fact that the NIC sends
286 can work with DMA-ed packets and does not expect them to be copied into or
289 stands for "Queue Out-of-order" referring to the fact that the NIC might
296 Please email gvnic-drivers@google.com with the specifics of the issue encountered.