Re: [dpdk-dev] [PATCH v3] timer: allow timer reset on service cores

2017-10-11 Thread Thomas Monjalon
21/09/2017 22:10, Pavan Nikhilesh: > From: Pavan Bhagavatula > > The rte_timer_reset function should be able to register timers on service > lcores as they are EAL threads. > > Signed-off-by: Pavan Nikhilesh > Acked-by: Harry van Haaren Applied, thanks

[dpdk-dev] [PATCH v3] timer: allow timer reset on service cores

2017-09-21 Thread Pavan Nikhilesh
From: Pavan Bhagavatula The rte_timer_reset function should be able to register timers on service lcores as they are EAL threads. Signed-off-by: Pavan Nikhilesh Acked-by: Harry van Haaren --- This patch depends on http://dpdk.org/dev/patchwork/patch/29056/ v3 changes: -updated the API as