Re: [net-next 0/6] move CAN skb headroom content to skb extensions
From: Florian Westphal <fw@strlen.de>
Date: 2026-01-28 11:35:37
Also in:
linux-can
From: Florian Westphal <fw@strlen.de>
Date: 2026-01-28 11:35:37
Also in:
linux-can
Jakub Kicinski [off-list ref] wrote:
This is fine. Wish we could make md_dst work, since skb_ext still burns a bit in the skb (last extension bit in fact, next user will have to bump the filed size). And you very much do not route these frames, so dst would work perfectly fine. But whatever.
An alternative would be to 'union' extensions that cannot be active at the same time. Something like the br netfilter extension for example. When the first extensions were added all of them could be enabled at same time, but I think that has changed.