commit | 142537e419234c396890a22806b8644dce21b132 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Sep 21 08:51:48 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 21 19:37:59 2018 -0700 |
tree | 372bace77661b8ba09e341d6ddbb4c5371aa42be | |
parent | 2fd66ffba50716fc5ab481c48db643af3bda2276 [diff] |
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>