Re: [PATCH v2 3/3] event/cnxk: disable timer resolution estimation

2022-09-27 Thread Jerin Jacob
On Wed, Sep 21, 2022 at 11:48 AM wrote: > > From: Pavan Nikhilesh > > Disable timer resolution estimation, read TIM LF clock registers > to get the current running clock counter as estimating causes > time drift. > > Signed-off-by: Pavan Nikhilesh Applied to dpdk-next-net-eventdev/for-main. Th

[PATCH v2 3/3] event/cnxk: disable timer resolution estimation

2022-09-20 Thread pbhagavatula
From: Pavan Nikhilesh Disable timer resolution estimation, read TIM LF clock registers to get the current running clock counter as estimating causes time drift. Signed-off-by: Pavan Nikhilesh --- drivers/common/cnxk/hw/tim.h | 6 ++ drivers/event/cnxk/cnxk_tim_evdev.c | 140 +++-