From: Yuki Inoguchi Date: Tue, 28 Jun 2022 10:12:51 +0000 (+0900) Subject: man: tc-fq_codel: add drop_batch X-Git-Tag: v5.19.0~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a00a4b1e9d8341cc8e5b66131a7632587baa825;p=thirdparty%2Fiproute2.git 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 Signed-off-by: Stephen Hemminger --- 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