Eric Dumazet <eric.duma...@gmail.com> wrote: > > +static inline void skb_ext_reset(struct sk_buff *skb) > > +{ > > + if (skb->active_extensions) { > > This deserves an unlikely(skb->active_extensions) hint here ?
unlikely() isn't used in the other helpers (e.g. skb_ext_{put,del,copy} either, should I add it there too?