On Mon, 2024-12-23 at 12:16 +0100, Mattias Rönnblom wrote: > > > +static __rte_always_inline void > > Why is this __rte_always_inline? >
The stage functions are based on the ones defined in test_order_queue.c and the test_order_common.h respectively, where they were defined with __rte_always_inline. I tried using normal inline and it works, so I will change it. Thank you for the feedback. I will revise and send a new version. >