From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from lfbn-lil-1-700-92.w81-254.abo.wanadoo.fr ([81.254.37.92] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fAaxI-00039V-A6; Mon, 23 Apr 2018 14:52:29 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Mon, 23 Apr 2018 14:52:20 +0200 Date: Mon, 23 Apr 2018 14:52:20 +0200 From: Olivier Matz To: Thomas Monjalon Cc: dev@dpdk.org, Anatoly Burakov 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 Content-Disposition: inline In-Reply-To: <2255192.1DQfMc5JHm@xps> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v2 3/4] eal: set name when creating a control thread 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: Mon, 23 Apr 2018 12:52:23 -0000 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.