]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: fq: add timer_slack parameter
authorEric Dumazet <edumazet@google.com>
Mon, 27 Apr 2020 18:05:43 +0000 (11:05 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 27 Apr 2020 21:56:42 +0000 (14:56 -0700)
commitbe9ca9d541232112ed3a878ddfe0a5829bf0e887
treeabf4686609b5e509b9cafa6cd15a48533a85b8ae
parent7868f802e2d93a9f6e2d64a6fc608445a33c8a8d
tc: fq: add timer_slack parameter

Commit 583396f4ca4d ("net_sched: sch_fq: enable use of hrtimer slack")
added TCA_FQ_TIMER_SLACK parameter, with a default value of 10 usec.

Add the corresponding tc support to get/set this tunable.

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