From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v2 2/4] eal: new function to create control threads Date: Tue, 10 Apr 2018 17:18:31 +0100 Message-ID: References: <20180403130439.11151-1-olivier.matz@6wind.com> <20180403130439.11151-3-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 mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C8F521B806 for ; Tue, 10 Apr 2018 18:18:33 +0200 (CEST) In-Reply-To: <20180403130439.11151-3-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 03-Apr-18 2:04 PM, Olivier Matz wrote: > Many parts of dpdk use their own management threads. Introduce a new > wrapper for thread creation that will be extended in next commits to set > the name and affinity. > > To be consistent with other DPDK APIs, the return value is negative in > case of error, which was not the case for pthread_create(). > > Signed-off-by: Olivier Matz > --- Reviewed-by: Anatoly Burakov -- Thanks, Anatoly