From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v3 3/5] eal: set name when creating a control thread Date: Tue, 24 Apr 2018 17:08:47 +0100 Message-ID: <1d839b4f-c207-947a-bb90-5ae6b0e96960@intel.com> References: <20180403130439.11151-1-olivier.matz@6wind.com> <20180424144651.13145-1-olivier.matz@6wind.com> <20180424144651.13145-4-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Olivier Matz , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 4D5192583 for ; Tue, 24 Apr 2018 18:08:53 +0200 (CEST) In-Reply-To: <20180424144651.13145-4-olivier.matz@6wind.com> Content-Language: en-US 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 24-Apr-18 3:46 PM, Olivier Matz wrote: > To avoid code duplication, add a parameter to rte_ctrl_thread_create() > to specify the name of the thread. > > This requires to add a wrapper for the thread start routine in > rte_thread_init(), which will first wait that the thread is configured. > > Signed-off-by: Olivier Matz > --- For IPC/thread parts, Reviewed-by: Anatoly Burakov -- Thanks, Anatoly