Re: [dpdk-dev] [PATCH] mempool/octeontx2: use noinline to preserve ABI

2019-07-18 Thread Stephen Hemminger
On Thu, 18 Jul 2019 00:10:13 +0530 wrote: > From: Pavan Nikhilesh > > Since direct register access is used in npa_lf_aura_op_alloc_bulk() > use __rte_noinline to preserve ABI. > > Signed-off-by: Pavan Nikhilesh Huh? this is an internal function, and the driver is new to DPDK. We don't mainta

Re: [dpdk-dev] [PATCH] mempool/octeontx2: use noinline to preserve ABI

2019-07-17 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: pbhagavat...@marvell.com > Sent: Thursday, July 18, 2019 12:10 AM > To: Jerin Jacob Kollanukkaran ; Nithin Kumar > Dabilpuram ; Vamsi Krishna Attunuru > > Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula > > Subject: [dpdk-dev][PA

[dpdk-dev] [PATCH] mempool/octeontx2: use noinline to preserve ABI

2019-07-17 Thread pbhagavatula
From: Pavan Nikhilesh Since direct register access is used in npa_lf_aura_op_alloc_bulk() use __rte_noinline to preserve ABI. Signed-off-by: Pavan Nikhilesh --- drivers/mempool/octeontx2/otx2_mempool_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mempool/octe