Merge branch 'net: skbuff: skb bitfield compaction - bpf'
authorMartin KaFai Lau <martin.lau@kernel.org>
Tue, 21 Mar 2023 04:57:50 +0000 (21:57 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Tue, 21 Mar 2023 04:57:50 +0000 (21:57 -0700)
Jakub Kicinski says:

====================

I'm trying to make more of the sk_buff bits optional.
Move the BPF-accessed bits a little - because they must
be at coding-time-constant offsets they must precede any
optional bit. While at it clean up the naming a bit.

v1: https://lore.kernel.org/all/20230308003159.441580-1-kuba@kernel.org/
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>

Trivial merge