]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: fq: allow setting and retrieving flow refill delay
authorPhil Sutter <phil@nwl.cc>
Thu, 10 Sep 2015 14:25:47 +0000 (16:25 +0200)
committerStephen Hemminger <shemming@brocade.com>
Wed, 23 Sep 2015 23:02:13 +0000 (16:02 -0700)
commit565af7b8168416bb8432f9f10935b7897232e853
tree9f83fdfb60bb3bffdf82a93bc76cb93e04ed4728
parentf171b85888cbbb04b170ea46baf46242762d2397
tc: fq: allow setting and retrieving flow refill delay

Code to parse and export this tuneable via netlink is already present in
sched_fq.c of the kernel, so not making it accessible for users would be
a waste of resources.

Signed-off-by: Phil Sutter <phil@nwl.cc>
tc/q_fq.c