[dpdk-dev] [PATCH 09/11] examples/l3fwd: add event em main loop

Stephen Hemminger stephen at networkplumber.org
Fri Sep 27 19:30:26 CEST 2019


On Thu, 26 Sep 2019 15:35:56 +0530
<pbhagavatula at 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.


More information about the dev mailing list