Re: [dpdk-dev] [PATCH 4/4] event/octeontx2: timer always use virtual counter

2021-03-20 Thread Jerin Jacob
On Thu, Feb 25, 2021 at 5:53 PM wrote: > > From: Pavan Nikhilesh > > Use virtual counter for estimating current bucket as PMU cannot be > reliably used to estimate time. > > Signed-off-by: Pavan Nikhilesh > > +#ifdef RTE_ARCH_ARM64 > +static inline uint64_t > +tim_cntvct(void) > +{ > + ui

[dpdk-dev] [PATCH 4/4] event/octeontx2: timer always use virtual counter

2021-02-25 Thread pbhagavatula
From: Pavan Nikhilesh Use virtual counter for estimating current bucket as PMU cannot be reliably used to estimate time. Signed-off-by: Pavan Nikhilesh --- drivers/event/octeontx2/otx2_tim_evdev.c | 19 +++--- drivers/event/octeontx2/otx2_tim_evdev.h | 32 +++ dri