]> git.baikalelectronics.ru Git - kernel.git/commit
net_sched: sch_fq: switch to CLOCK_TAI
authorEric Dumazet <edumazet@google.com>
Fri, 21 Sep 2018 15:51:48 +0000 (08:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Sep 2018 02:37:59 +0000 (19:37 -0700)
commit15e3eb6a98ea8b48b4c24ea53af6f0d4e5c64153
tree372bace77661b8ba09e341d6ddbb4c5371aa42be
parentc1e9d88dc5814bf8730fa7661a394509e8e7bdc4
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