]> git.baikalelectronics.ru Git - kernel.git/commit
net/sched: Extend qdisc control block with tc control block
authorPaul Blakey <paulb@nvidia.com>
Tue, 14 Dec 2021 17:24:33 +0000 (19:24 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 18 Dec 2021 02:06:35 +0000 (18:06 -0800)
commitc707d022ca9141a3c4c856c8e31279af90ff37db
treef7ddbdb78f90306a5ba98a51683f2a0105088757
parent6d2187dba58235ce2ffb2f8ef7e1a1bda4c220b4
net/sched: Extend qdisc control block with tc control block

BPF layer extends the qdisc control block via struct bpf_skb_data_end
and because of that there is no more room to add variables to the
qdisc layer control block without going over the skb->cb size.

Extend the qdisc control block with a tc control block,
and move all tc related variables to there as a pre-step for
extending the tc control block with additional members.

Signed-off-by: Paul Blakey <paulb@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/pkt_sched.h
include/net/sch_generic.h
net/core/dev.c
net/sched/act_ct.c
net/sched/cls_api.c
net/sched/cls_flower.c
net/sched/sch_frag.c