aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuki Inoguchi <inoguchi.yuki@fujitsu.com>2022-06-28 19:12:51 +0900
committerStephen Hemminger <stephen@networkplumber.org>2022-07-05 09:09:25 -0700
commit2a00a4b1e9d8341cc8e5b66131a7632587baa825 (patch)
treeafc0b35bf4c242617fcbaa787d31167160da8541
parent6bf5abef42b2a8040cd935aa701d1ffb83f889a2 (diff)
downloadiproute2-2a00a4b1e9d8341cc8e5b66131a7632587baa825.tar.gz
man: tc-fq_codel: add drop_batch
Let's describe the drop_batch parameter added to tc command by Commit 7868f802e2d9 ("tc: fq_codel: add drop_batch parameter") Signed-off-by: Yuki Inoguchi <inoguchi.yuki@fujitsu.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--man/man8/tc-fq_codel.87
1 files changed, 7 insertions, 0 deletions
diff --git a/man/man8/tc-fq_codel.8 b/man/man8/tc-fq_codel.8
index 43f650840..78590636a 100644
--- a/man/man8/tc-fq_codel.8
+++ b/man/man8/tc-fq_codel.8
@@ -101,6 +101,13 @@ result of this masking equals VALUE, will the
.B ce_threshold
logic be applied to the packet.
+.SS drop_batch
+sets the maximum number of packets to drop when
+.B limit
+or
+.B memory_limit
+is exceeded. Default value is 64.
+
.SH EXAMPLES
#tc qdisc add dev eth0 root fq_codel
.br