]> git.baikalelectronics.ru Git - kernel.git/commit
net/sched: Allow creating a Qdisc watchdog with other clocks
authorVinicius Costa Gomes <vinicius.gomes@intel.com>
Tue, 3 Jul 2018 22:42:52 +0000 (15:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Jul 2018 13:30:27 +0000 (22:30 +0900)
commit5f6e7baad9cdd652643b09dfa3a7d89ed1e6ca08
treed1b902765ed1f25ba7405acb5c701d7af1696be0
parent398d1bedb640c05be2282a90a537402328d5d661
net/sched: Allow creating a Qdisc watchdog with other clocks

This adds 'qdisc_watchdog_init_clockid()' that allows a clockid to be
passed, this allows other time references to be used when scheduling
the Qdisc to run.

Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/pkt_sched.h
net/sched/sch_api.c