summaryrefslogtreecommitdiff
path: root/man/systemd.link.xml
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@vmware.com>2021-01-12 13:36:49 +0100
committerSusant Sahani <ssahani@vmware.com>2021-01-12 15:19:23 +0100
commit1e270127de3d03f279ff1965511e7a9d84bcfc55 (patch)
tree22531c6cf74f7750f9edc4d6e3eaad6f3271586d /man/systemd.link.xml
parentc97cad60d1f02dca5369f3bff499374a27b74716 (diff)
downloadsystemd-1e270127de3d03f279ff1965511e7a9d84bcfc55.tar.gz
link: Add support to configure Generic Segment Offload
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r--man/systemd.link.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 24271ea65a..e6b4b54668 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -743,6 +743,22 @@
PAUSE configuration. When unset, the kernel's default will be used.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>GenericSegmentOffloadMaxBytes=</varname></term>
+ <listitem>
+ <para>Specifies the maximum size of a Generic Segment Offload (GSO) packet the
+ device should accept. The usual suffixes K, M, G, are supported and are
+ understood to the base of 1024. An unsigned integer in the range 1—65536.
+ Defaults to unset.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><varname>GenericSegmentOffloadMaxSegments=</varname></term>
+ <listitem>
+ <para>Specifies the maximum number of a Generic Segment Offload (GSO) segments the device should accept.
+ An unsigned integer in the range 1—65535. Defaults to unset.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>