summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@vmware.com>2021-01-04 16:40:47 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-05 12:46:28 +0900
commit0a9fb9bad8b3d245ae4dc27e5fd2675672ddd9ec (patch)
tree77f9ff6cbb6fd2f43b5cbf8366bd3e3199ebc102 /man
parent0bae3f10593e52de17abad1904b10a4f48cf6a02 (diff)
downloadsystemd-0a9fb9bad8b3d245ae4dc27e5fd2675672ddd9ec.tar.gz
network: Allow to set device's receive queues and transmit queues
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 7baf1a9df0..422268b0f7 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -216,6 +216,20 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><varname>TransmitQueues=</varname></term>
+ <listitem>
+ <para>Specifies the devices's number of transmit queues. An integer in the range 1...4096.
+ When unset, the kernel's default will be used.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><varname>ReceiveQueues=</varname></term>
+ <listitem>
+ <para>Specifies the devices's number of receive queues. An integer in the range 1...4096.
+ When unset, the kernel's default will be used.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><varname>RequiredForOnline=</varname></term>
<listitem>
<para>Takes a boolean or a minimum operational state and an optional maximum operational state.