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)
commit860b642b9c33ea4a6ae2f416607b0b98a9d11bb0
treed1b902765ed1f25ba7405acb5c701d7af1696be0
parent3d0ba8c03ca9c49ffcb79d989312f123dd1bdc7a
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