From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] eal: fix compile error for old glibc caused by pthread_setname_np() Date: Tue, 24 Nov 2015 18:47:55 +0000 Message-ID: <20151124184755.GA26521@sivlogin002.ir.intel.com> References: <20151119165935.GA4888@sivlogin002.ir.intel.com> <1447955066-17131-1-git-send-email-ferruh.yigit@intel.com> <1736209.Pnlj1Vup4i@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7790C8E64 for ; Tue, 24 Nov 2015 19:50:19 +0100 (CET) Content-Disposition: inline In-Reply-To: <1736209.Pnlj1Vup4i@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Nov 24, 2015 at 06:54:15PM +0100, Thomas Monjalon wrote: > 2015-11-19 17:44, Ferruh Yigit: > > examples/tep_termination/main.c | 2 +- > > examples/vhost/main.c | 2 +- > > examples/vhost_xen/main.c | 2 +- > > lib/librte_eal/common/eal_thread.h | 6 ++++++ > > It cannot compile because eal_thread.h is not part of the public API > so not included in the examples. My bad. > Please could you move it in lib/librte_eal/common/include? > An idea of the filename it should be? Is rte_lcore.h good? It already has rte_thread_* APIs in it. ferruh