On Thu, 27 Aug 2026 13:55:55 +0000 Morten Brørup <mb at smartsharesystems.com> wrote: > +__rte_stack_pile_pop(struct rte_stack *s, > + void **obj_table, NAK to using always_inline on a function this big It generates worse code in a lot of cases because of register spill.