diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-12-12 09:25:29 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-12-12 15:36:48 +0100 |
commit | ac810b75c10392ead791e99f210f3113206a626c (patch) | |
tree | f26dd9d0efd4278108b2334bb4998f0a776b9a06 /man/systemd.network.xml | |
parent | Merge pull request #14305 from ssahani/tc-fq (diff) | |
download | systemd-ac810b75c10392ead791e99f210f3113206a626c.tar.xz systemd-ac810b75c10392ead791e99f210f3113206a626c.zip |
network: tc: support more attributes for FQ-CoDel
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 8509a8485a..148ddac913 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -2451,6 +2451,64 @@ </varlistentry> <varlistentry> + <term><varname>FairQueuingControlledDelayMemoryLimit=</varname></term> + <listitem> + <para>Specifies the limit on the total number of bytes that can be queued in this FQ-CoDel instance. + When suffixed with K, M, or G, the specified size is parsed as Kilobytes, Megabytes, or Gigabytes, + respectively, to the base of 1024. Defaults to unset and kernel's default is used.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><varname>FairQueuingControlledDelayFlows=</varname></term> + <listitem> + <para>Specifies the number of flows into which the incoming packets are classified. + Defaults to unset and kernel's default is used.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><varname>FairQueuingControlledDelayTargetSec=</varname></term> + <listitem> + <para>Takes a timespan. Specifies the acceptable minimum standing/persistent queue delay. + Defaults to unset and kernel's default is used.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><varname>FairQueuingControlledDelayIntervalSec=</varname></term> + <listitem> + <para>Takes a timespan. This is used to ensure that the measured minimum delay does not + become too stale. Defaults to unset and kernel's default is used.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><varname>FairQueuingControlledDelayQuantum=</varname></term> + <listitem> + <para>Specifies the number of bytes used as 'deficit' in the fair queuing algorithmtimespan. + When suffixed with K, M, or G, the specified size is parsed as Kilobytes, Megabytes, or Gigabytes, + respectively, to the base of 1024. Defaults to unset and kernel's default is used.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><varname>FairQueuingControlledDelayECN=</varname></term> + <listitem> + <para>Takes a boolean. This can be used to mark packets instead of dropping them. Defaults to + unset and kernel's default is used.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><varname>FairQueuingControlledDelayCEThresholdSec=</varname></term> + <listitem> + <para>Takes a timespan. This sets a threshold above which all packets are marked with ECN + Congestion Experienced (CE). Defaults to unset and kernel's default is used.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>FairQueueTrafficPolicingPacketLimit=</varname></term> <listitem> <para>Specifies the hard limit on the real queue size. When this limit is reached, incoming packets are |