diff options
author | Paul Blakey <paulb@nvidia.com> | 2021-12-14 18:24:33 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-12-18 03:06:35 +0100 |
commit | ec624fe740b416fb68d536b37fb8eef46f90b5c2 (patch) | |
tree | f7ddbdb78f90306a5ba98a51683f2a0105088757 /net/dccp | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (diff) | |
download | linux-ec624fe740b416fb68d536b37fb8eef46f90b5c2.tar.xz linux-ec624fe740b416fb68d536b37fb8eef46f90b5c2.zip |
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>
Diffstat (limited to 'net/dccp')
0 files changed, 0 insertions, 0 deletions