From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 3/4] eal: set name when creating a control thread Date: Wed, 18 Apr 2018 00:32:24 +0200 Message-ID: <2255192.1DQfMc5JHm@xps> References: <20180403130439.11151-1-olivier.matz@6wind.com> <20180403130439.11151-4-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Anatoly Burakov To: Olivier Matz Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 9F378AA94 for ; Wed, 18 Apr 2018 00:32:27 +0200 (CEST) In-Reply-To: <20180403130439.11151-4-olivier.matz@6wind.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" 03/04/2018 15:04, Olivier Matz: > To avoid code duplication, add a parameter to rte_ctrl_thread_create() > to specify the name of the thread. There are some "stats thread" in following examples which could benefit from this new API: examples/tep_termination/ examples/vhost/