[dpdk-dev] [PATCH v2] mempool/octeontx2: fix possible ABI break with force inline
Thomas Monjalon
thomas at monjalon.net
Fri Jul 19 00:15:38 CEST 2019
> > From: Pavan Nikhilesh <pbhagavatula at marvell.com>
> >
> > Since direct register access is used in npa_lf_aura_op_alloc_bulk() use
> > __rte_noinline instead of __rte_always_inline to preserve ABI.
> > Based on the compiler npa_lf_aura_op_alloc_bulk might be inlined
> > differently which may lead to undefined behaviour due to handcoded asm.
> >
> > Fixes: 29893042c29d ("mempool/octeontx2: fix clang build for arm64")
> > Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
>
> Acked-by: Jerin Jacob <jerinj at marvell.com>
Applied, thanks
More information about the dev
mailing list