Re: [dpdk-dev] [PATCH v3 1/4] event/octeontx2: simplify timer bucket estimation

2021-03-24 Thread Jerin Jacob
On Tue, Mar 23, 2021 at 2:14 PM wrote: > > From: Pavan Nikhilesh > > Simplify timer bucket estimation we need not align buckets to > power of 2 instead use reciprocal division to compute mod. > > Signed-off-by: Pavan Nikhilesh > --- Series applied to dpdk-next-eventdev/for-main. Thanks.

[dpdk-dev] [PATCH v3 1/4] event/octeontx2: simplify timer bucket estimation

2021-03-23 Thread pbhagavatula
From: Pavan Nikhilesh Simplify timer bucket estimation we need not align buckets to power of 2 instead use reciprocal division to compute mod. Signed-off-by: Pavan Nikhilesh --- drivers/event/octeontx2/otx2_tim_evdev.c | 78 - drivers/event/octeontx2/otx2_tim_evdev.h | 84