> -----Original Message----- > From: pbhagavat...@marvell.com <pbhagavat...@marvell.com> > Sent: Thursday, July 18, 2019 12:21 PM > To: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Nithin Kumar > Dabilpuram <ndabilpu...@marvell.com>; Vamsi Krishna Attunuru > <vattun...@marvell.com> > Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula > <pbhagavat...@marvell.com> > Subject: [dpdk-dev][PATCH v2] mempool/octeontx2: fix possible ABI break > with force inline > > From: Pavan Nikhilesh <pbhagavat...@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 <pbhagavat...@marvell.com>
Acked-by: Jerin Jacob <jer...@marvell.com>