lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 28 Jun 2022 19:12:51 +0900
From:   Yuki Inoguchi <inoguchi.yuki@...itsu.com>
To:     netdev@...r.kernel.org
Cc:     stephen@...workplumber.org, edumazet@...gle.com,
        Yuki Inoguchi <inoguchi.yuki@...itsu.com>
Subject: [PATCH iproute2] 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@...itsu.com>
---
 man/man8/tc-fq_codel.8 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/man/man8/tc-fq_codel.8 b/man/man8/tc-fq_codel.8
index 43f6508..7859063 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
-- 
1.8.3.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ