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

