net_sched: sch_fq: switch to CLOCK_TAI
commit142537e419234c396890a22806b8644dce21b132
authorEric Dumazet <edumazet@google.com>
Fri, 21 Sep 2018 15:51:48 +0000 (21 08:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Sep 2018 02:37:59 +0000 (21 19:37 -0700)
tree372bace77661b8ba09e341d6ddbb4c5371aa42be
parent2fd66ffba50716fc5ab481c48db643af3bda2276
net_sched: sch_fq: switch to CLOCK_TAI

TCP will soon provide per skb->tstamp with earliest departure time,
so that sch_fq does not have to determine departure time by looking
at socket sk_pacing_rate.

We chose in linux-4.19 CLOCK_TAI as the clock base for transports,
qdiscs, and NIC offloads.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_fq.c