diff options
author | Anita Zhang <the.anitazha@gmail.com> | 2021-09-24 01:19:00 -0700 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-09-24 20:40:23 +0900 |
commit | 2b33e41aafa43e0f96443c2c821891ad69e9129e (patch) | |
tree | 85f823f53491fb11a81eb832692524e36683fefb /man | |
parent | 4c0115c76d46572a289ccee0869c4d51483b3ee4 (diff) | |
download | systemd-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.xml | 35 |
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> |