summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2021-09-24 01:19:00 -0700
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-09-24 20:40:23 +0900
commit2b33e41aafa43e0f96443c2c821891ad69e9129e (patch)
tree85f823f53491fb11a81eb832692524e36683fefb /man
parent4c0115c76d46572a289ccee0869c4d51483b3ee4 (diff)
downloadsystemd-2b33e41aafa43e0f96443c2c821891ad69e9129e.tar.gz
link: connect 5 more properties to ethtool features
Sets up the follow properties and their corresponding ethtool feature: - ReceiveVLANCTAGHardwareAcceleration == rx-vlan-hw-parse (or rxvlan) - TransmitVLANCTAGHardwareAcceleration == tx-vlan-hw-insert (or txvlan) - ReceiveVLANCTAGFilter == rx-vlan-filter - TransmitVLANSTAGHardwareAcceleration == tx-vlan-stag-hw-insert - NTupleFilter == rx-ntuple-filter (or ntuple)
Diffstat (limited to 'man')
-rw-r--r--man/systemd.link.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 638a1522cd..c8d3c51374 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -716,6 +716,41 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><varname>ReceiveVLANCTAGHardwareAcceleration=</varname></term>
+ <listitem>
+ <para>Takes a boolean. If set to true, receive VLAN CTAG hardware acceleration is enabled.
+ When unset, the kernel's default will be used.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><varname>TransmitVLANCTAGHardwareAcceleration=</varname></term>
+ <listitem>
+ <para>Takes a boolean. If set to true, transmit VLAN CTAG hardware acceleration is enabled.
+ When unset, the kernel's default will be used.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><varname>ReceiveVLANCTAGFilter=</varname></term>
+ <listitem>
+ <para>Takes a boolean. If set to true, receive filtering on VLAN CTAGs is enabled.
+ When unset, the kernel's default will be used.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><varname>TransmitVLANSTAGHardwareAcceleration=</varname></term>
+ <listitem>
+ <para>Takes a boolean. If set to true, transmit VLAN STAG HW acceleration is enabled.
+ When unset, the kernel's default will be used.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><varname>NTupleFilter=</varname></term>
+ <listitem>
+ <para>Takes a boolean. If set to true, receive N-tuple filters and actions are enabled.
+ When unset, the kernel's default will be used.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><varname>RxChannels=</varname></term>
<term><varname>TxChannels=</varname></term>
<term><varname>OtherChannels=</varname></term>