From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 04:14:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,335,1511856000"; d="scan'208";a="8669396" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77]) by fmsmga002.fm.intel.com with SMTP; 09 Jan 2018 04:14:05 -0800 Received: by (sSMTP sendmail emulation); Tue, 09 Jan 2018 12:14:04 +0000 Date: Tue, 9 Jan 2018 12:14:04 +0000 From: Bruce Richardson To: Harry van Haaren Cc: dev@dpdk.org, pbhagavatula@caviumnetworks.com 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 Content-Disposition: inline In-Reply-To: <1515497885-191922-1-git-send-email-harry.van.haaren@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH v3 1/2] service: fix del to reset lcore role to rte X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2018 12:14:08 -0000 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"?