Re: [PATCH] event/cnxk: fix timer ops init in secondary

2023-02-07 Thread Jerin Jacob
On Sun, Feb 5, 2023 at 12:04 PM wrote: > > From: Pavan Nikhilesh > > Fix event timer fast-path ops not being initialized in secondary > process. > > Fixes: dd519f83dd96 ("event/cnxk: add timer adapter capabilities") > > Signed-off-by: Pavan Nikhilesh Applied to dpdk-next-net-eventdev/for-main.

[PATCH] event/cnxk: fix timer ops init in secondary

2023-02-04 Thread pbhagavatula
From: Pavan Nikhilesh Fix event timer fast-path ops not being initialized in secondary process. Fixes: dd519f83dd96 ("event/cnxk: add timer adapter capabilities") Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cnxk_tim_evdev.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/