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)
commit6a9f5cdba3c5b4e8c2af290fe6c9e3538652ab42
treec9f18cb482cb512e02c7761a53aa7e816cfeb352
parent01dc26c980b0a92d9ba94c28652b2675968727b6
parentc0ba861117c3e8deb03855d7dc5a7717958bbb18
Merge branch 'net: skbuff: skb bitfield compaction - bpf'

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>