Re: [dpdk-dev] [PATCH 1/1] timer: fix reset on service cores

2018-01-15 Thread Thomas Monjalon
13/01/2018 06:06, Pavan Nikhilesh: > On Fri, Jan 12, 2018 at 03:31:05PM -0600, Erik Gabriel Carrillo wrote: > > The return value of rte_lcore_has_role is misinterpreted in the timer > > reset function. The return values of rte_lcore_has_role will be changed > > in a future DPDK release, but this c

Re: [dpdk-dev] [PATCH 1/1] timer: fix reset on service cores

2018-01-12 Thread Pavan Nikhilesh
On Fri, Jan 12, 2018 at 03:31:05PM -0600, Erik Gabriel Carrillo wrote: > The return value of rte_lcore_has_role is misinterpreted in the timer > reset function. The return values of rte_lcore_has_role will be changed > in a future DPDK release, but this commit fixes this call site until > that hap

[dpdk-dev] [PATCH 1/1] timer: fix reset on service cores

2018-01-12 Thread Erik Gabriel Carrillo
The return value of rte_lcore_has_role is misinterpreted in the timer reset function. The return values of rte_lcore_has_role will be changed in a future DPDK release, but this commit fixes this call site until that happens. Fixes: 351f463456f8 ("timer: allow reset on service cores") Cc: sta...@d