]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: fq_codel: add drop_batch parameter
authorEric Dumazet <edumazet@google.com>
Mon, 27 Apr 2020 17:51:55 +0000 (10:51 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 27 Apr 2020 21:56:42 +0000 (14:56 -0700)
commit7868f802e2d93a9f6e2d64a6fc608445a33c8a8d
treeb99adedc15c7847954bbe173551a76fb9ead8782
parentd27fc6390ce32ecdba6324e22b1c341791c5c63f
tc: fq_codel: add drop_batch parameter

Commit 9d18562a2278 ("fq_codel: add batch ability to fq_codel_drop()")
added the new TCA_FQ_CODEL_DROP_BATCH_SIZE parameter, set by default to 64.

Add to tc command the ability to get/set the drop_batch

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/q_fq_codel.c