From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v2 3/4] eal: set name when creating a control thread Date: Mon, 23 Apr 2018 14:52:20 +0200 Message-ID: <20180423125220.2dkmtxcj7y5up7cq@platinum> References: <20180403130439.11151-1-olivier.matz@6wind.com> <20180403130439.11151-4-olivier.matz@6wind.com> <2255192.1DQfMc5JHm@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Anatoly Burakov To: Thomas Monjalon Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 5A9844D27 for ; Mon, 23 Apr 2018 14:52:23 +0200 (CEST) Content-Disposition: inline In-Reply-To: <2255192.1DQfMc5JHm@xps> 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 Wed, Apr 18, 2018 at 12:32:24AM +0200, Thomas Monjalon wrote: > 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/ ok, I'll check if the examples can take advantage of the new API. I'll do that in the same patchset, but in another patch.