diff mbox series

[iproute2] man: tc-fq_codel: add drop_batch

Message ID 1656411171-6314-1-git-send-email-inoguchi.yuki@fujitsu.com (mailing list archive)
State Accepted
Commit 2a00a4b1e9d8341cc8e5b66131a7632587baa825
Delegated to: Stephen Hemminger
Headers show
Series [iproute2] man: tc-fq_codel: add drop_batch | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Yuki Inoguchi June 28, 2022, 10:12 a.m. UTC
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>
---
 man/man8/tc-fq_codel.8 | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org July 5, 2022, 4:20 p.m. UTC | #1
Hello:

This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:

On Tue, 28 Jun 2022 19:12:51 +0900 you wrote:
> 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>
> ---
>  man/man8/tc-fq_codel.8 | 7 +++++++
>  1 file changed, 7 insertions(+)

Here is the summary with links:
  - [iproute2] man: tc-fq_codel: add drop_batch
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=2a00a4b1e9d8

You are awesome, thank you!
diff mbox series

Patch

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