]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: tc-fq_codel: add drop_batch
authorYuki Inoguchi <inoguchi.yuki@fujitsu.com>
Tue, 28 Jun 2022 10:12:51 +0000 (19:12 +0900)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 5 Jul 2022 16:09:25 +0000 (09:09 -0700)
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>
man/man8/tc-fq_codel.8

index 43f650840e32aa28d6ce709aace027584dacb2b8..78590636a366bee5b03f43e6437003bde79ace7c 100644 (file)
@@ -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