Re: [PATCH] event/cnxk: fix missing mempool cookie marking

2022-11-07 Thread Jerin Jacob
On Thu, Nov 3, 2022 at 9:46 PM wrote: > > From: Pavan Nikhilesh > > Mark chunks mempool objects as "put" as they are freed to NPA > automatically when they are parsed by TIM HW. > > Fixes: 300b796262a1 ("event/cnxk: add timer arm routine") > > Signed-off-by: Pavan Nikhilesh Applied to dpdk-next

[PATCH] event/cnxk: fix missing mempool cookie marking

2022-11-03 Thread pbhagavatula
From: Pavan Nikhilesh Mark chunks mempool objects as "put" as they are freed to NPA automatically when they are parsed by TIM HW. Fixes: 300b796262a1 ("event/cnxk: add timer arm routine") Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cnxk_tim_worker.h | 1 + 1 file changed, 1 insertio