summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-11-04 05:38:13 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-11-09 10:58:44 +0900
commit35896db4895f68050c3edd2c58b913dcba4e0fd8 (patch)
tree458d1709afe4aa29f4414b3f3728ae3ba40f72a4 /man
parentd05dce95d87bc3070064e5a34486f8b2aff87d78 (diff)
downloadsystemd-35896db4895f68050c3edd2c58b913dcba4e0fd8.tar.gz
network: tc/cake: introduce SplitGSO= setting
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 78c0f6cd57..d844b205d4 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -3677,6 +3677,15 @@ Token=prefixstable:2002:da8:1::</programlisting></para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>SplitGSO=</varname></term>
+ <listitem>
+ <para>Takes a boolean value. When true, CAKE will split General Segmentation Offload (GSO)
+ super-packets into their on-the-wire components and dequeue them individually. Defaults to
+ unset, and the kernel's default is used.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>