From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 1/2] service: fix del to reset lcore role to rte Date: Tue, 9 Jan 2018 12:14:04 +0000 Message-ID: <20180109121403.GA9624@bricha3-MOBL3.ger.corp.intel.com> References: <1515427119-55860-1-git-send-email-harry.van.haaren@intel.com> <1515497885-191922-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, pbhagavatula@caviumnetworks.com To: Harry van Haaren Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 864541B16F for ; Tue, 9 Jan 2018 13:14:08 +0100 (CET) Content-Disposition: inline In-Reply-To: <1515497885-191922-1-git-send-email-harry.van.haaren@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Jan 09, 2018 at 11:38:04AM +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. > Title seems awkward, how about "fix lcore role after delete"?