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>
Showing
- include/net/pkt_sched.h 15 additions, 0 deletionsinclude/net/pkt_sched.h
- include/net/sch_generic.h 0 additions, 2 deletionsinclude/net/sch_generic.h
- net/core/dev.c 4 additions, 4 deletionsnet/core/dev.c
- net/sched/act_ct.c 7 additions, 7 deletionsnet/sched/act_ct.c
- net/sched/cls_api.c 4 additions, 2 deletionsnet/sched/cls_api.c
- net/sched/cls_flower.c 2 additions, 1 deletionnet/sched/cls_flower.c
- net/sched/sch_frag.c 2 additions, 1 deletionnet/sched/sch_frag.c
Loading
Please register or sign in to comment