net_sched: sch_fq: remove q->ktime_cache
authorEric Dumazet <edumazet@google.com>
Mon, 2 Oct 2023 13:17:35 +0000 (13:17 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 5 Oct 2023 11:27:20 +0000 (13:27 +0200)
commit2ae45136a93839326f8fdc1286a4b0457da97ce8
treea8fc742f4b60bc535352e42697550eb8dd42b9d3
parent93e7eca853ca0087b129433630ddd89288d2b8b4
net_sched: sch_fq: remove q->ktime_cache

Now that both enqueue() and dequeue() need to use ktime_get_ns(),
there is no point wasting 8 bytes in struct fq_sched_data.

This makes room for future fields. ;)

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Dave Taht <dave.taht@gmail.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/sched/sch_fq.c