[PATCH v3 1/2] stack: introduce pile

Stephen Hemminger stephen at networkplumber.org
Mon Aug 31 18:06:12 CEST 2026


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.


More information about the dev mailing list