From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/1] timer: fix reset on service cores Date: Tue, 16 Jan 2018 01:49:01 +0100 Message-ID: <8217763.uGXFGyA18d@xps> References: <1515792665-6890-1-git-send-email-erik.g.carrillo@intel.com> <20180113050632.cexa2hlfnscoq2im@Pavan-LT> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Pavan Nikhilesh , rsanford@akamai.com To: Erik Gabriel Carrillo Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 2F63FA48F for ; Tue, 16 Jan 2018 01:49:34 +0100 (CET) In-Reply-To: <20180113050632.cexa2hlfnscoq2im@Pavan-LT> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 commit fixes this call site until > > that happens. > > > > Fixes: 351f463456f8 ("timer: allow reset on service cores") > > Cc: stable@dpdk.org > > > > Signed-off-by: Erik Gabriel Carrillo > Acked-by: Pavan Nikhilesh Applied, thanks