From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 1/2] service: fix lcore role after delete Date: Thu, 11 Jan 2018 23:30:56 +0100 Message-ID: <1681790.YjdVV9QU4d@xps> References: <1515497885-191922-1-git-send-email-harry.van.haaren@intel.com> <1515505061-12112-1-git-send-email-harry.van.haaren@intel.com> <20180110102318.vpswoqnqrnqzznjb@Pavan-LT> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Pavan Nikhilesh , bruce.richardson@intel.com To: Harry van Haaren Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 9330A71B3 for ; Thu, 11 Jan 2018 23:31:25 +0100 (CET) In-Reply-To: <20180110102318.vpswoqnqrnqzznjb@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" 10/01/2018 11:23, Pavan Nikhilesh: > On Tue, Jan 09, 2018 at 01:37:40PM +0000, Harry van Haaren wrote: > > This patch fixes the reset of the service core, > > that when rte_service_lcore_del() is called, the > > lcore_role is restored to RTE. > > > > This issue was reported as when running the unit tests, an > > error was thrown that "failed to allocate lcore". Investigating > > revealed that the state of the service-cores after del() was > > not allowing a core to be re-used at a later point in time. > > > > Fixes: 21698354c832 ("service: introduce service cores concept") > > +CC stable@dpdk.org The canonical format is: Cc: stable@dpdk.org > > Reported-by: Pavan Nikhilesh > > Signed-off-by: Harry van Haaren > > Series-Acked-by: Pavan Nikhilesh Applied, thanks