Skip to content

Commit a93c477

Browse files
committed
doc/ref/devices_nic: Add queue.tx.length
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
1 parent b058577 commit a93c477

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/reference/devices_nic.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Key | Type | Default | Managed | Description
9191
`name` | string | kernel assigned | no | The name of the interface inside the instance
9292
`network` | string | - | no | The managed network to link the device to (instead of specifying the `nictype` directly)
9393
`parent` | string | - | yes | The name of the host device (required if specifying the `nictype` directly)
94+
`queue.tx.length` | integer | - | no | The transmit queue length for the NIC
9495
`security.ipv4_filtering`| bool | `false` | no | Prevent the instance from spoofing another instance's IPv4 address (enables `security.mac_filtering`)
9596
`security.ipv6_filtering`| bool | `false` | no | Prevent the instance from spoofing another instance's IPv6 address (enables `security.mac_filtering`)
9697
`security.mac_filtering` | bool | `false` | no | Prevent the instance from spoofing another instance's MAC address
@@ -337,6 +338,7 @@ Key | Type | Default | Description
337338
`limits.max` | string | - | I/O limit in bit/s for both incoming and outgoing traffic (same as setting both `limits.ingress` and `limits.egress`)
338339
`mtu` | integer | kernel assigned | The MTU of the new interface
339340
`name` | string | kernel assigned | The name of the interface inside the instance
341+
`queue.tx.length` | integer | - | The transmit queue length for the NIC
340342

341343
(nic-routed)=
342344
### `nictype`: `routed`
@@ -428,6 +430,7 @@ Key | Type | Default | Description
428430
`mtu` | integer | parent MTU | The MTU of the new interface
429431
`name` | string | kernel assigned | The name of the interface inside the instance
430432
`parent` | string | - | The name of the host device to join the instance to
433+
`queue.tx.length` | integer | - | The transmit queue length for the NIC
431434
`vlan` | integer | - | The VLAN ID to attach to
432435
433436
## `bridged`, `macvlan` or `ipvlan` for connection to physical network

0 commit comments

Comments
 (0)