diff options
author | nabijaczleweli <nabijaczleweli@gmail.com> | 2020-04-29 02:00:25 +0200 |
---|---|---|
committer | nabijaczleweli <nabijaczleweli@gmail.com> | 2020-04-29 18:57:13 +0200 |
commit | e81f5fc4e86cef5a99e37eaaa2e5fb869bc76039 (patch) | |
tree | be1d79f32dcec30948f3a92e9da659df116a1edd /man/systemd.link.xml | |
parent | link: Add units and fix typo in (Rx|Tx)BufferSize= manpage. Clean up the impl... (diff) | |
download | systemd-e81f5fc4e86cef5a99e37eaaa2e5fb869bc76039.tar.xz systemd-e81f5fc4e86cef5a99e37eaaa2e5fb869bc76039.zip |
link: Allow configuring RX mini and jumbo ring sizes, too
This now covers all ethtool_ringparam configurables (as of v5.6;
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/ethtool.h?h=v5.6#n488)
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 34d4834cca..7e17bf095f 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -696,6 +696,20 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>RxMiniBufferSize=</varname></term> + <listitem> + <para>Takes an integer. Specifies the maximum number of pending packets in the NIC mini receive buffer. + When unset, the kernel's default will be used.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><varname>RxJumboBufferSize=</varname></term> + <listitem> + <para>Takes an integer. Specifies the maximum number of pending packets in the NIC jumbo receive buffer. + When unset, the kernel's default will be used.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>TxBufferSize=</varname></term> <listitem> <para>Takes an integer. Specifies the maximum number of pending packets in the NIC transmit buffer. |