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

2021-03-22 Thread Jerin Jacob
On Sun, Mar 21, 2021 at 2:20 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 There is a genuine Travis build issue with this patch. Please check http://patches.dpdk.

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

2021-03-21 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 | 26 +++