On Thu, 26 Sep 2019 15:35:56 +0530 <pbhagavat...@marvell.com> wrote: > +static __rte_always_inline void > +em_event_loop_single(struct l3fwd_eventdev_resources *evdev_rsrc, > + const uint8_t flags)
Do not use always_inline except for cases where compiler will get it wrong. This function should not have inline at all compiler will be smart enough to do it.