diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-01-20 07:50:01 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-02-03 06:44:51 +0100 |
commit | face9fcc165809bc621933794a919e3fde5afbbe (patch) | |
tree | 43fbe35f25772d1ada7253b19487513807cff6df /man/systemd.link.xml | |
parent | udev: rename TxQueueLength= -> TransmitQueueLength= (diff) | |
download | systemd-face9fcc165809bc621933794a919e3fde5afbbe.tar.xz systemd-face9fcc165809bc621933794a919e3fde5afbbe.zip |
network,udev: move TransmitQueues=/ReceiveQueues= from .network to .link
As the settings are mostly hardware setup, and merely see from network
layer.
See also discussions in
https://github.com/systemd/systemd/pull/18170#issuecomment-758807497
https://github.com/orgs/systemd/teams/systemd/discussions/1
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r-- | man/systemd.link.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 9fefb0c372..93f7191b33 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -410,6 +410,20 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>TransmitQueues=</varname></term> + <listitem> + <para>Specifies the device'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 device'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>TransmitQueueLength=</varname></term> <listitem> <para>Specifies the transmit queue length of the device in number of packets. An unsigned integer |